| Recovery catalog maintenance [message #335056] |
Sun, 20 July 2008 09:19  |
lily_123 Messages: 2 Registered: July 2008 |
Junior Member |
|
|
Hi all,
Can anybody tell me the solution for the folowing.
I have recreated DBID, now in recovery catalog it will have new entry for the new DBID, but even the old db name and old DBID exists in catalog.
How to remove the old entry?
Thanks
|
|
|
| Re: Recovery catalog maintenance [message #335059 is a reply to message #335056 ] |
Sun, 20 July 2008 10:04   |
anacedent Messages: 6774 Registered: July 2005 Location: surf meets turf in SoCal |
Senior Member |
|
|
http://www.orafaq.com/forum/t/88153/0/
Please read & FOLLOW the Posting Guideline as stated in URL above
>I have recreated DBID,
What does this mean?
On same host or different host?
What happened to original instance?
>How to remove the old entry?
Why does "old entry" need to be removed?
|
|
|
| Re: Recovery catalog maintenance [message #335074 is a reply to message #335056 ] |
Sun, 20 July 2008 15:48  |
alanm Messages: 266 Registered: March 2005 |
Senior Member |

|
|
Hi,
I guess that when you issue the command
you get a list of DBID and bd keys
try the following
execute dbms_rcvcat.unregisterdatabase(db_key, db_id)
regards
Alan
[Updated on: Mon, 21 July 2008 01:02] by Moderator
|
|
|