Archivelog backup and deletion


Hi,

Below steps will help you to backup and delete archives

1. BACKUP ARCHIVELOG ALL delete input;

This backups up and deletes archive







2. BACKUP ARCHIVELOG UNTIL TIME 'sysdate' NOT BACKED UP 1 times;.
This will backup archives not backed-up yet



DELETE NOPROMPT ARCHIVELOG UNTIL TIME 'sysdate' BACKED UP 1 times to device type disk;

This is amazing deletes archives backup ed one time till 'sysdate'.


Comments

Popular posts from this blog

how to find database is running on PFILE or SPFILE

Oracle RAC Interview Question and Answers 10G and 11G/ 12c

how to Create Profile and Roles and What is the vlaue of DEFAULT in dba_profile?