RMAN Archivelog Deletions

From NazimWIKI
Revision as of 23:33, 8 November 2019 by Admin (talk | contribs) (Created page with "<blockquote><pre> rman nocatalog<< DATA connect target delete noprompt archivelog until time 'SYSDATE-n'; DATA </pre></blockquote> <blockquote><pre> rman nocatalog<< DATA con...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
rman nocatalog<< DATA
connect target
delete noprompt archivelog until time 'SYSDATE-n';
DATA
rman nocatalog<< DATA
connect target
delete noprompt archivelog until sequence= nnnnnnn;
DATA