Re: PowerBuilder & Oracle Locking--HELP!!!!

From: Carl Hoang <choang_at_winternet.com>
Date: 1995/04/07
Message-ID: <3m3n3m$b77_at_blackice.winternet.com>#1/1


Check your Oracle7 Server Application Developer's Guide for Maintaining Data Integrity section. HTH

        Carl Hoang choang_at_winternet.com

as360114_at_orion.yorku.ca wrote:

>In article <3m0q01$c3i_at_world.net>, mgh_at_ausnet.world.net (Michael Harvey) writes:
>> In article <3luhjl$nbk_at_linus.mitre.org>, vv_at_mbunix.mitre.org says...
>>>
>>>We are using Oracle 7.0.16 and Powerbuilder and getting shared table
 locks
>>>which keep other users from updating and occasionally lead to deadlocks.
>>>Has anyone had a similar experience? The developers claim that they
>>>are not doing this--and a Powerbuilder "expert" says it's not
 Powerbuilder.
>>>
>>>Any clues in netland???
>>>
>>
>> This can happen in ORACLE if you are using foreign keys without
>> indexes over them. If table A has a primary key and then table B
>> references the primary key with no index, then deleting a row in table
>> A will result in a share table lock on table B.
>>
>> The solution is to always create an index over any foreign key.
>>
>> Regards,
>> Michael Harvey (mgh_at_world.net)
>>
 

>Is that a bug with Oracle, or an un-documented feature?
 

>Ramy Taraboulsi.
Received on Fri Apr 07 1995 - 00:00:00 CEST

Original text of this message