Delete Archive logs safely | oracle server keeps running out of space

 

$ORACLE_HOME/bin/rman <<EOF

connect target /

crosscheck archivelog all;

delete noprompt expired archivelog all;

exit

EOF



use below command to delete for specific days:

RMAN>delete archivelog all completed before 'SYSDATE-1'; # keeps archive from last day

No comments:

Post a Comment

How to increase ESXi webclient login user application timeout

 To increase the default 15min timeout to 2hr Login to the esxi webclient on the right top corner ->Click the User login tab Select "...