We have database with SID=RAILDB01 and drop database from server on DigitalOcean. Use the DROP DATABASE command to delete the target database, RMAN is connected to a recovery catalog and unregister it. RMAN removes all data files, online redo logs, and control files belonging to the target database.
user oracle:
[oracle@linux-oracle-fra ~]$ export ORACLE_SID=RAILDB01
Use RMAN:
[oracle@linux-oracle-fra ~]$ RMAN
RMAN> connect target /
connected to target database: RAILDB01 (DBID=3992714519)
List all backup database RAILDB01, STB_TAPE is Amazon AWS Bucket
RMAN> list backup summary;
List of Backu...