Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: RMAN deregister database
The only way we found to do it under 9i was the messy way:
sqlplus to catalog db
select 'exec dbms_rcvcat.unregisterdatabase('||DB_KEY||','||DBID||')'||' ;'
from rc_database where name='$ORACLE_SID';
I will be interested in seeing if there are better ways to do this. =)
On 10/4/06, J. Dex <cemail_219_at_hotmail.com> wrote:
>
> Is there an easy way to deregister a database within RMAN using RMAN
> commands?
>
> _________________________________________________________________
> Try the new Live Search today!
>
> http://imagine-windowslive.com/minisites/searchlaunch/?locale=en-us&FORM=WLMTAG
>
> --
> http://www.freelists.org/webpage/oracle-l
>
>
>
-- Charles Schultz -- http://www.freelists.org/webpage/oracle-lReceived on Wed Oct 04 2006 - 16:08:42 CDT