Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: breakable parse lock
the DDL locks protect the row cache and the library cache;
the DML locks protect the actual data (tables, rows)
hope this helps,
Kind regards,
Lex.
-----Original Message-----
From: oracle-l-bounce_at_freelists.org
[mailto:oracle-l-bounce_at_freelists.org]On Behalf Of Sultan Syed
Sent: Monday, July 05, 2004 07:08
To: oracle-l_at_freelists.org
Subject: Re: breakable parse lock
Thanks Gopal,
<In short breakable parse locks are library cache locks and TM locks protect the definition of the table during DDLs.>
This is where I am confused, while doing DDL
it already acquired exclusive ddl lock to protect the
definition of the table and stop dml against the table,
then again why the TM lock.
please clarify.
Syed
![]() |
![]() |