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 unlink a NIC from a esxi vSwitch

  List the vSwitches from ESXI using CLI:          esxcli network vswitch standard list  output example: vSwitch0    Name: vSwitch0    Class...