|
|
Re: About RMAN Backup. [message #245705 is a reply to message #245541] |
Mon, 18 June 2007 10:20 |
DreamzZ
Messages: 1666 Registered: May 2007 Location: Dreamzland
|
Senior Member |
|
|
Quote: | Now how I can made it entry in RMAN Repository(I use Control file as repository instead of recovery catalog)?
|
You dont need to make any entry for backup in Control file Oracle will write that.
Quote: | Another topic is I have RMAN full database backup. Now I have created new database. And I want to import these full backup to new database.
|
Its not possible to restore you one database data to another one,but you can make another database by existing backup.
If you have usermanaged backup means copy of all files (controlfile,datafiles,tempfiles,undo,redologs,pfile) then you can replace your new database by these files.
[Updated on: Mon, 18 June 2007 10:21] Report message to a moderator
|
|
|
|
|
|
|
Re: About RMAN Backup. [message #246030 is a reply to message #245830] |
Tue, 19 June 2007 10:50 |
DreamzZ
Messages: 1666 Registered: May 2007 Location: Dreamzland
|
Senior Member |
|
|
Micheal explain mine answer Thanks micheal;
Quote: | but you can make another database by existing backup.
|
Move this backup to another machine.
make initfile.
connect to rman
startup database in nomount
restore controlfiles
then open database in mount
restore database
recover database
and then open your database.
Thats what i meant there.
[Updated on: Tue, 19 June 2007 10:51] Report message to a moderator
|
|
|