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 -> OCI problems with :OCIStmtFetch( )OCIStmtExecute( )

OCI problems with :OCIStmtFetch( )OCIStmtExecute( )

From: uri bargil <uri_at_trans-planet.com>
Date: Wed, 14 Apr 1999 01:54:05 +0300
Message-ID: <3713CB0D.2E7C9028@trans-planet.com>


I'm using OCI whithin a c Cartridge (OAS ver 4.0.7 on SUN SOLARIS 2.6). I need to implement the SELECT statement. I used : OCIStmtPrepare( )

            OCIDefineByPose ( )
            OCIStmtFetch( )
            OCIStmtExecute( )

Im getting these errors :
OCIStmtExecute( ) : ORA - 01406 - fetched column value was truncated. OCIStmtFetch( ) : ORA - 01036: illegal variable name/number.

What may be the reason for these problems and how can I solve them Thank you all.
uri
e-mail uri_at_trans-planet.com Received on Tue Apr 13 1999 - 17:54:05 CDT

Original text of this message

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