All technological notes.
Using the CATALOG command:
backup files that are no longer listed in the control filecontrol file or recovery catalogCONTROLFILECOPY: Control file copiesDATAFILECOPY: Data file copiesBACKUPPIECE: Backup piecesARCHIVELOG: Archived redo log filesThe CATALOG command can be used without being connected to a recovery catalog.
control file copies, data file copies, backup pieces, or archived redo log files on disk, you can catalog them in the recovery catalog by using the CATALOG command.control file, you can catalog them so that RMAN can use them during a restore operation.fast recovery areaCATALOG RECOVERY AREA NOPROMPT;
START WITH option:
CATALOG ARCHIVELOG '/diskl/arch_logs/archivel_731.log', '/diskl/arch_logs/archivel_732.log';
-- catalogs all types of backup files that are found in the `/tmp/arch` logs directory.
CATALOG START WITH '/tmp/arch_logs/';
-- catalog only those files in the `/tmp` directory whose file names start with the `bset` string.
CATALOG START WITH '/tmp/bset';