Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: DB Code compilation and library cache lock issue

Re: DB Code compilation and library cache lock issue

From: zhu chao <chao_ping_at_vip.163.com>
Date: Mon, 17 Nov 2003 01:29:51 -0800
Message-ID: <F001.005D6DEB.20031117012951@fatcity.com>


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



Rajendra dot Jamadagni at nospamespn dot com All Views expressed in this email are strictly personal. QOTD: Any clod can have facts, having an opinion is an art !

This e-mail message is confidential, intended only for the named recipient(s) above and may contain information that is privileged, attorney work product or exempt from disclosure under applicable law. If you have received this message in error, or are not the named recipient(s), please immediately notify corporate MIS at (860) 766-2000 and delete this e-mail message from your computer, Thank you.
**************************************************************************************4 

--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: zhu chao
  INET: chao_ping_at_vip.163.com
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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US