First page Back Continue Last page Graphics
…Control File Size
Error when no expired records and max log switch 65535 records allocated:
Set CFRKT = 0 to shutoff expiration checks
And/Or Increase log file size
Notes:
We can see here that Oracle will start to overwrite non-expired log records.
Possible Solutions:
Set the control_file_record_keep_time parameter = 0. This will turn off the expiration check. Use with caution because non-expired records will be written over. If you are using a recovery catalog, be sure to resync catalog immediately and frequently. Consider an hourly scheduled job to resync the catalog.
Increase the size of the log files. This will reduce the number of log switches and archived logs.