Note_Tech

All technological notes.


Project maintained by simonangel-fong Hosted on GitHub Pages — Theme by mattgraham

RMAN - Catelog

Back


Cataloging Additional Backup Files



CATALOG RECOVERY AREA NOPROMPT;

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';