Re: Locking over a DB link

From: Jared Still <jkstill_at_gmail.com>
Date: Tue, 9 Dec 2008 14:24:49 -0800
Message-ID: <bf46380812091424jcf33bbeseb3643c334025eab@mail.gmail.com>


On Tue, Dec 9, 2008 at 12:47 PM, Jason Heinrich <jheinrichdba_at_gmail.com>wrote:

> I was wondering if it was possible for SQL similar to the following to
> cause a lock to be created on the remote database:
>
> insert into localtable
> (select columns from remotetable_at_dblink where <some condition>);
>
> My first reaction was no, but I thought I remembered locking oddities over
> links being discussed before. So far I haven't found anything useful in my
> searches though.
>
>

Why not test it?

I just ran a test of this using a 9i database as the local db, and a 10g database
as the remote db.

No persistent locking took place on the remote db.

Jared

--
http://www.freelists.org/webpage/oracle-l
Received on Tue Dec 09 2008 - 16:24:49 CST

Original text of this message