control_file_record_keep_time, the parameter is dynamic and is changed as shown below:
ALTER SYSTEM SET control_file_record_keep_time=3;
(here the integer denotes number of days. So, 3 indicates that information will be kept in control file for at least 3 days.)
ALTER SYSTEM SET control_file_record_keep_time=3;
(here the integer denotes number of days. So, 3 indicates that information will be kept in control file for at least 3 days.)
Comments
Post a Comment