Revision [3632]
Last edited on 2010-02-01 07:20:10 by WikiAdminAdditions:
== backup and delete archive logs==
Archive logs may be stored on ASM and sometimes, you do not want these logs to take up ASM space. One can backup archive logs with rman and then delete them from the ASM storage:
RMAN> backup archivelog all delete input;
SQL> select name, archived, status from v$archived_log;
Archive logs may be stored on ASM and sometimes, you do not want these logs to take up ASM space. One can backup archive logs with rman and then delete them from the ASM storage:
RMAN> backup archivelog all delete input;
SQL> select name, archived, status from v$archived_log;
Revision [3628]
Edited on 2010-02-01 06:54:48 by WikiAdminAdditions:
{{parent page="Oracle"}}
==Oracle Redo Logs==
==Oracle Redo Logs==
Deletions:
===Oracle Redo Logs===