Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Control File locks
Here is what Ixora has to say on Controlfile waits:
Wait event: refresh controlfile command
The refresh controlfile command wait event is not important for tuning, but can be helpful in problem diagnosis. It occurs when mounting a database, and when a controlfile transaction changes the range of used record numbers in any controlfile record section. This information is cached in the SGA and must be updated in all instances whenever it is changed by a controlfile transaction. Accordingly, a refresh controlfile command is sent to the CKPT process in each instance causing it to refresh the cached controlfile information in the SGA from the physical controlfile. While this is being done, the requesting process waits on the refresh controlfile command wait event.
The inter-process communication message that is used can be seen in X$MESSAGES as follows.
SQL> select dest, description from x$messages where description like
'refresh %';
DEST DESCRIPTION
CKPT refresh control file
I'd still like to know is what can a user possibly do to modify a controlfile?
-----Original Message-----
Sent: Tuesday, February 26, 2002 2:34 PM
To: Multiple recipients of list ORACLE-L
I noticed that my users are occasionally (once or twice a day) acquiring a
'CF' lock.
According to the oracle reference, 'CF' lock is a Control File lock. Does
anyone know
why would users acquire a 'CF' lock, or in one case, even a 'IS' (Instance
State) lock?
What situation can lead to that?
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Gogala, Mladen INET: MGogala_at_oxhp.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Tue Feb 26 2002 - 14:03:24 CST
![]() |
![]() |