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: ORA-0113 Generated by Specific Query through DB-Link

Re: ORA-0113 Generated by Specific Query through DB-Link

From: Mladen Gogala <mgogala.SPAM_ME.NOT_at_verizon.net>
Date: Sun, 27 May 2007 18:48:46 GMT
Message-ID: <pan.2007.05.27.18.48.47@verizon.net>


On Fri, 25 May 2007 16:58:17 -0700, rigatony1 wrote:

> we get the ORA-0113 End-of-file on
> communication channel error immediately after opening the
> ADODB.RecordSet.

That would be ORA-03113. It means that the server process has died, usually because of ORA-0600 or ORA-07445 errors. ORA-0113 is an Oracle*NET configuration error which says the following:

$ oerr ora 113
00113, 00000, "protocol name %s is too long"

// *Cause: A protocol name specified in the DISPATCHERS system parameter
//         is too long.
// *Action: Use a valid protocol name for the DISPATCHERS value.


I doubt you can get that error from ADODB.

-- 
http://www.mladen-gogala.com
Received on Sun May 27 2007 - 13:48:46 CDT

Original text of this message

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