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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: distributed timeout error

RE: distributed timeout error

From: Michael P Sale <Michael.Sale_at_oracle.com>
Date: Fri, 21 Jun 2002 15:13:25 -0800
Message-ID: <F001.00484A7E.20020621151325@fatcity.com>


Ahh yes, the elusive "Why". If you are already working with support then I would set an errorstack on the ora-2064 error number you are getting(I suspect that is what it is, you never say). This will give them extensive information as to the state of the call at the time of the error.

If you are running a high enough version of the db this statement will work:
alter system set events '2064 trace name errorstack level 3';

Otherwise you can set it in the init.ora: event = "2064 trace name errorstack level 3" Where 2064 is the error number you are getting.

You can also set it at the session level with the "alter session syntax" and on another session with oradebug. This is obviously the much more painful route.

The 10053 would only be relevant if you were running into a CBO issue, not likely unless you are running with certain events and/or underscore parameters in place, and the 10046 should show the sql being run (if taken at the proper level) but not why the error message, only that this particular sql was run and resulted in this error.

An upgrade to address this problem directly might not solve it **UNLESS** you are running into bug 2140287 "CREATE TABLE AS SELECT WITH DECODE CORRUPTING DATA" (see the 8.1.7.4 patchset readme or metalink note 120613.1). In which case you could possibly have serious issues that would require you move to this patchset!!!

Either way, the errorstack will give you the "why" even though only Oracle support or development would likely be able to interpret this for you.

Regards,

Michael Sale
Author: Oracle9i for Windows(R) 2000 Tips & Techniques http://www.amazon.com/exec/obidos/ASIN/0072194626

-----Original Message-----
Silvey
Sent: Friday, June 21, 2002 2:28 PM
To: Multiple recipients of list ORACLE-L

Oracle support is saying much the same thing. They are advising an upgrade to 8.1.7.4 (from 8.1.7.2). Doesn't give us the reason WHY it is happening, but it might fix it. We have run 10053 and 10046 traces and can see no obvious issues.

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Michael P Sale
  INET: Michael.Sale_at_oracle.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Fri Jun 21 2002 - 18:13:25 CDT

Original text of this message

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