ORA-00240 control file enqueue held for more than XXX seconds
Description: control file enqueue held for more than string seconds
Cause 1 :-
The current process did not release the control file enqueue within the maximum allowed time.
Cause 2:-
The issue was investigated in unpublished Bug 7570453 - [3 RAC NODE]ORA-00240 WHEN STARTUP AFTER UPGRADE TO 10.2.0.4.0 which was closed as Not a Bug.The Developers confirmed that this is just a warning to let the DBA know that a CF enqueue is being held for more than 120 seconds.
This is not an error, and error will occur if a CF enqueue is held for more than 900 seconds (15 minutes) and this is not the case here.
The message occurs when there are many datafiles in the database and DBWriter is taking too much time to release the CF enqueue due to having to open these datafiles.
Action: 1. Reissue any commands that failed and contact Oracle Support Services with the incident information.
2. The recommendation will be to reduce this time by reducing the number of database files you have.It is more recommended having less but bigger datafiles instead of smaller but lots of datafiles.
how to Take care of Oracle Audit
What is Oracle 10days rule??
Comments
Post a Comment