Last active
October 6, 2016 16:43
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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