Skip to content

Instantly share code, notes, and snippets.

@dotmaik1
Last active October 6, 2016 16:43
Show Gist options
  • Select an option

  • Save dotmaik1/b4cf7b9bd8e1c8f7c5556df1ebe40432 to your computer and use it in GitHub Desktop.

Select an option

Save dotmaik1/b4cf7b9bd8e1c8f7c5556df1ebe40432 to your computer and use it in GitHub Desktop.
Delete archives and update catalog to check for the free space at the FRA
rman target /
crosscheck archivelog all;
crosscheck backupset;
catalog recovery area;
delete expired archivelog all;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment