Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: DB Code compilation and library cache lock issue
DB Code compilation and library cache lock issueHi,
To detect whether you are waiting for a compile to finish, you can just check v$session_wait and see if your current session is waiting for "library cache pin" wait event. Without such wait event ,compiling a procedure can just be finished in seconds. But I do not know whether there is any parameter to change this timeout.
zhuchao
Hi all,
As we know if procedure A is currently being executed, one cannot re-compile procedure A. And when one tries to do so, the compilation appears to be _hanging_. Though it time-outs after some time.
My question is , is there a way to detect this when I am compiling a procedure? Can this timeout be changed? If so, how?
DB is 9202.
Thanks in advance
Raj
**************************************************************************************4
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------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 Mon Nov 17 2003 - 03:29:51 CST