Backup commands
1. Backup database;
2. Backup archivelog all;
3. Backup database plus archivelog;
4. backup as copy tablespace users;
5. backup incremental level=0 database TAG=SUNDAY
6. backup incremental level=1 database TAG=MONDAY
Verifying backup commands
1. List backup;
2. List archivelog all
3. Report schema;
4. Report obsolete;
5. Crosscheck // verifies if the catalog registry is in sync with the OS files. If the files can be found on the OS level as mentioned by catalog.
6. Report need backup // tells you what files need to be backed up.
7. List backup summary // remove all the integrities and displays a summary of backups
8.
Deleting Various Backups
1. Delete noprompt archivlog all;
2. Delete noprompt backup of database;
3. Delete noprompt copy of database;
4. Delete backup
5. Delete obsolete; / delete noprompt obsolete;
6. Delete archive log; -- find out
No comments:
Post a Comment