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 -> ORA-30006 and distributed transaction

ORA-30006 and distributed transaction

From: Tim Ashepkov <tashepkov_at_yandex.ru>
Date: 8 Aug 2003 12:08:43 -0700
Message-ID: <673929a5.0308081108.28a03095@posting.google.com>


In distributed transaction I can't set timeout to more than 60 seconds using the following statement:

SELECT x FROM y_at_dblink FOR UPDATE WAIT n.

If rows in remote table are locked, and the value n <= 60, then this select works as expected: it fails with ORA-30006 after timeout of n seconds.

For any n > 60 the timeout does not exceed 60 seconds.

Is there any database or SQL*Net parameter that can cause this?

Thanks. Received on Fri Aug 08 2003 - 14:08:43 CDT

Original text of this message

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