RMAN-Backup prod to development [message #300921] |
Mon, 18 February 2008 13:06 |
TanteKaethe
Messages: 4 Registered: November 2006
|
Junior Member |
|
|
Hi,
I have imported a copy of the prod database to the development database with data pump.
This time I received a full rman backup.
The data pump import was clear to me: delete all objects in user schema and then import new objects with data.
How do I "import" the rman backup?
Do I have to delete all objects in the the development database before the "restore", too?
Can I just run the following command to "import" the rman backup (OS and Oracle version are identical)
Quote: | set dbid = <development dbid>;
startup nomount;
restore controlfile ;
alter database mount ;
restore database ;
recover database ;
|
Thanks
[Updated on: Mon, 18 February 2008 13:13] Report message to a moderator
|
|
|
|
|
|