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 -> IDENTIFIER TOO LONG??

IDENTIFIER TOO LONG??

From: ASC <i52sacaa_at_uco.es>
Date: Tue, 02 Feb 1999 01:52:23 +0100
Message-ID: <36B64C47.77D95780@uco.es>

Hello,

    I obtain an strange error during calling a stored procedure from JDBC. = java.sql.SQLException: Identifier too long - maximum length is 128.

cstmt = conn.prepareCall("{call
procname(?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?)}");

It's true that the resulting string is longer than 128 chars. The parameters are strings.
But there isn't any identifier 128 length.

What's the problem?

Any help wold be appreciated. Received on Mon Feb 01 1999 - 18:52:23 CST

Original text of this message

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