Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: RMAN deregister database

Re: RMAN deregister database

From: Charles Schultz <sacrophyte_at_gmail.com>
Date: Wed, 4 Oct 2006 16:08:42 -0500
Message-ID: <7b8774110610041408w768610wf3733a978aea48e4@mail.gmail.com>


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-l
Received on Wed Oct 04 2006 - 16:08:42 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US