Restore RMAN Backup from Database A to Database B [message #179525] |
Tue, 27 June 2006 17:38 |
Vamshee
Messages: 32 Registered: February 2005
|
Member |
|
|
Hi
I would like to confirm if before i try the following( Irrespective of any Oracle version.)
If i have an RMAN backup dump of Database A ( Server B),
would i able to restore the dump on Database B ( Server B)
(Provided that i create a similar Database (with exact tablespaces) and Schema on Server B)
If my RMAN is registered with both the databases,
is it possible to do that ?
If yes, please suggest me if iam missing anything.
Please share your thoughts on this.
Regards
Vamshee.
|
|
|
|
Re: Restore RMAN Backup from Database A to Database B [message #179711 is a reply to message #179525] |
Wed, 28 June 2006 08:33 |
croK
Messages: 170 Registered: April 2002
|
Senior Member |
|
|
Hi,
mmmm..not sure you can do that...
So far I know....
when you log into rman catalog, you are pointing to some DBID, that is your database id, all backup pieces made from databaseA have that dbid associated so rman can identified backups being made.
If you log to rman catalog with user from databaseB, there is no way you can see backups made from databaseA. That's why I believe there is no easy way to achieve what you are looking for.
But, I would recommend you to read "Data Guard Concepts and Administration" documentation regarding setup standby database from backups made by rman, that is, cloning databases. It might help.
Best luck.
|
|
|
|