Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: ORA-0113 Generated by Specific Query through DB-Link
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.comReceived on Sun May 27 2007 - 13:48:46 CDT