319 views
in RMAN by ACE (20,920 points)

1 Answer

by ACE (20,920 points)

Remove the database from the operating system (and automatically unregister it from the recovery catalog if you are connected to the catalog). For example:

DROP DATABASE; # delete all database files and unregister the database 

Categories

...