Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: breakable parse lock
Syed:
Breakable parse locks are library cache locks (of enqueue types L[A-P]) which are held briefly during the compilation time/parsing time of SQL or PL/SQL codes. They are released at the end of the compilation/parsing. They are known as breakable parse locks as they are not released, and only can be broken when the object is un-pinned.
TM locks are held on tables during DDLs (like partition addition, Index Rebuilds, View creation on that table, PDML and Analyze) to protect (lock!) the definition of the table.
In short breakable parse locks are library cache locks and TM locks protect the definition of the table during DDLs.
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Mon Jul 05 2004 - 00:30:07 CDT
![]() |
![]() |