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-0311: end-of-file on communication channel

Re: ORA-0311: end-of-file on communication channel

From: harp <hmetu_at_gmx.net>
Date: 11 Feb 2005 06:27:02 -0800
Message-ID: <1108132022.060662.236330@z14g2000cwz.googlegroups.com>


Hi!
I failed to indicate that I am I have checked the listener.log - things are quite okay there and a look at a trace at my log file revealed the following:

SDWORD *            0x0012F46C (3113)
WCHAR *             0x0012F030 [      77]
"[Oracle][ODBC][Ora]ORA-03113: Unerwartetes \ffbertragungsende in Kommunikation\ a"
SWORD                      512
SWORD *             0x0012F468 (77)

This is caused by SDWORD* which is the length of the sql-statement found found either by calling
SQLPrepare(hstmt, stmt.c_str(), stmt.Length()); or SQLExecDirect(hstmt,...,stmt.Length());

Does anyone has any idea as to what I should do to get it off? I work with xp

Regards,
Harp Received on Fri Feb 11 2005 - 08:27:02 CST

Original text of this message

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