Re: RMAN deregister database

  • From: "Charles Schultz" <sacrophyte@xxxxxxxxx>
  • To: cemail_219@xxxxxxxxxxx
  • Date: Wed, 4 Oct 2006 16:08:42 -0500

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@xxxxxxxxxxx> 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

--
//www.freelists.org/webpage/oracle-l





--
Charles Schultz

Other related posts: