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

Home -> Community -> Usenet -> c.d.o.tools -> Locks Oracle v SQL7

Locks Oracle v SQL7

From: Jack <No_at_Mail.Please>
Date: 2000/06/30
Message-ID: <gCZ65.5733$uO1.42486@news1-hme0>#1/1

How does Oracle compare with Sql7 as regards Locking problems.

For instance, does Oracle put locks on Select statements, what Locks does it put on Update and Insert statements?

Sql7 puts 'read only' Shared locks on all the above statements (default Isolation mode) but converts the Update and Insert statements (after satisfying the Insert and Update conditions) into Exclusive locks in order to do the actual Insert and Update operations. This 'conversion' often causes deadlocks.

How about Oracle does it have 'Lock' problems?

Thanks
J Received on Fri Jun 30 2000 - 00:00:00 CDT

Original text of this message

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