In our previous post we configured RMAN to disk base backup and cleared SBT.
Let's run some report and list commands to see the status of backups. Verify the FRA configuration.
06 | RMAN retention policy will be applied to the command |
07 | RMAN retention policy is set to redundancy 1 |
08 | no obsolete backups found |
10 | RMAN> report need backup; |
12 | RMAN retention policy will be applied to the command |
13 | RMAN retention policy is set to redundancy 1 |
14 | Report of files with less than 1 redundant backups |
17 | 1 0 /u02/oradata/orcl/system01.dbf |
18 | 2 0 /u02/oradata/orcl/sysaux01.dbf |
19 | 3 0 /u02/oradata/orcl/undotbs01.dbf |
20 | 4 0 /u02/oradata/orcl/users01.dbf |
21 | 5 0 /u02/oradata/orcl/example01.dbf |
There no backups yet for our database. We'll create some backups after urning on the backup optimization.
1 | RMAN> configure backup optimization on ; |
3 | new RMAN configuration parameters: |
4 | CONFIGURE BACKUP OPTIMIZATION ON ; |
5 | new RMAN configuration parameters are successfully stored |
From the output of list archive log we can see that logs are being archived to FRA.
01 | RMAN> list archivelog all ; |
03 | List of Archived Log Copies for database with db_unique_name ORCL |
04 | ===================================================================== |
06 | Key Thrd Seq S Low Time |
09 | Name : /u02/flash_recovery_area/ORCL/archivelog/2012_06_07/o1_mf_1_3_7x2q7cyp_.arc |
12 | Name : /u02/flash_recovery_area/ORCL/archivelog/2012_06_08/o1_mf_1_4_7x34qzvx_.arc |
15 | Name : /u02/flash_recovery_area/ORCL/archivelog/2012_06_08/o1_mf_1_5_7x3z3p7x_.arc |
18 | Name : /u02/flash_recovery_area/ORCL/archivelog/2012_06_08/o1_mf_1_6_7x4xh6c6_.arc |
21 | Name : /u02/flash_recovery_area/ORCL/archivelog/2012_06_08/o1_mf_1_7_7x5dlngn_.arc |
24 | Name : /u02/flash_recovery_area/ORCL/archivelog/2012_06_09/o1_mf_1_8_7x5rm6jw_.arc |
27 | Name : /u02/flash_recovery_area/ORCL/archivelog/2012_06_09/o1_mf_1_9_7x6c78bg_.arc |
No comments:
Post a Comment