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

Home -> Community -> Usenet -> c.d.o.server -> Re: why frequent commits are not good?

Re: why frequent commits are not good?

From: Frank <franjoe_at_frisurf.no>
Date: Sat, 17 Mar 2001 15:28:48 +0100
Message-ID: <aBKs6.604$GG4.11358@news1.oke.nextra.no>

> Distributed SELECTS do start a local transaction.
> If you NEVER commit, and stay connected
> indefinitely, you will stop your rollback segment
> from being .....

Hi!

I dont speak these lock-flags fluidly, so I wonder; what exactly is locked (see
NetComrade's posting) when doing this query?

select empno,ename from emp_at_remotedb;

And does this raises a lock locally so that no other session on the local datababase
can query the same remote table until commit/rollback?

Frank Received on Sat Mar 17 2001 - 08:28:48 CST

Original text of this message

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