Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RMAN and control_file_record_keep_time
Hi,
My control_file_record_keep_time is set to 30 days.
Why I am still seeing the following in the alert log file? "kccrsz: expanded controlfile section 15 from 12574 to 12789 records requested to grow by 127 record(s); added 2 block(s) of records"
The database is 9 month old andw e did not change the frequency of
backups;
The number of archived redo log files that are generated does not change
much;
And the retention period for RMAN records stays the same.
RMAN> show all;
using target database controlfile instead of recovery catalog
RMAN configuration parameters are:
CONFIGURE RETENTION POLICY TO REDUNDANCY 1; # default
CONFIGURE BACKUP OPTIMIZATION OFF; # default
CONFIGURE DEFAULT DEVICE TYPE TO DISK; # default
CONFIGURE CONTROLFILE AUTOBACKUP ON;
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '%F'; #
default
CONFIGURE DEVICE TYPE DISK PARALLELISM 1; # default
CONFIGURE DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
CONFIGURE ARCHIVELOG BACKUP COPIES FOR DEVICE TYPE DISK TO 1; # default
CONFIGURE MAXSETSIZE TO UNLIMITED; # default
CONFIGURE SNAPSHOT CONTROLFILE NAME TO
'/oracle/PR2/920_64/dbs/snapcf_PR2.f'; # default
RMAN> exit
Thanks,
Roger Xu
![]() |
![]() |