RMAN TTS [message #140175] |
Sat, 01 October 2005 20:50 |
kapil2005
Messages: 44 Registered: March 2005
|
Member |
|
|
I had a database pdb1 with dbid say 12345 and all datafiles, control files and redos are sitting on mount points from u01 to u10. I crated another database with same name(pdb1) of course datafiles, control files and redos on different mount points this time from u30 to u40 with dbid say 6789 and of course I am running only one database at a time either database witn 12345 dbid or database with 6789. I have registered the database pdb1 with dbid 12345 with RMAN catalog.
So what I have done is I have use transportable tablepspace technique to copy the data from another database called tpdb1 this database was sitting on a different server so I coped the datafiles and used transportable tablespace technique and everything worked out perfect so far,
So when I did alter database backup controlfile to trace; on the database pdb1 with dbid 6789 I can only see the system, undo, temp, users datafiles but not the datafile that I created with transportable tablespace. In trace file it says plug-in transportable tablespace blah …., So I went in and register this new pdb1 database with dbid 6789, because rman had the old pdb1 registered, then I did the “report schema;” and I don’t see the transportable tablepspaces datafile,
So I was wondering if rman will backup these transportable tablespace datafiles?
Thank you,
Kapil
|
|
|
Re: RMAN TTS [message #140230 is a reply to message #140175] |
Mon, 03 October 2005 00:13 |
girish.rohini
Messages: 744 Registered: April 2005 Location: Delhi (India)
|
Senior Member |
|
|
At the time of connecting to RMAN, which DB was your target:
DB with dbid 12345 or DB with DBID 6789?
--Girish
|
|
|
|