Recovery full database [message #190707] |
Thu, 31 August 2006 21:26 |
kinde
Messages: 5 Registered: August 2006 Location: xiamen
|
Junior Member |
|
|
I have full backup in a recovery catalog,include(archive log and controlfile),
After uninstaller oracle software and lose all datafiles,controlfiles.I re install the database then I'm attempt to recovery the database use rman catalog,
but the trouble is: the new database's dbid is diffrent for old database.
RMAN>run{
2> allocate channel d1 type disk;
3> restore controlfile;
4> release channel d1;
5> }
RMAN-06004: ORACLE error from recovery catalog database: RMAN-20001: target data
base not found in recovery catalog
How can i to do?
|
|
|
|
|
Re: Recovery full database [message #190712 is a reply to message #190707] |
Thu, 31 August 2006 22:13 |
kinde
Messages: 5 Registered: August 2006 Location: xiamen
|
Junior Member |
|
|
Thanks!
It's OK!
and I have a question,if used set dbid 20066378 to recovery new database,what this means?
It will be change the new database's dbid to 20066378,and just create database's dbid is not exist.
I'm sorry,I can't understand dbid.
|
|
|