Is there a command to unregister a db from the catalog -
besides the
EXECUTE dbms_rcvcat.unregisterdatabase(db_key, db_id)
method ?
i.e why did'nt Oracle think of
UNREGISTER DATABASE ?
or is it in 10g?
Also any links to doc. on dbms_rcvman & dbms_rcvcat,dbms_backup_restore ??
:confused: :cool: :confused:
07-14-2004, 05:55 PM
Axr2
Dunno about 10g.
My 1 cent.
A database possibly has multiple incarnations. If they had a "unregister database" a novice dba might blow away all the incarnations. Just 'theorizing'..
In anycase, what's so difficult/complicated about "EXECUTE dbms_rcvcat.unregisterdatabase(db_key, db_id)". It is an equivally simple command in my opinion.