Class 07 - Dynamic SQL Error
Derby Reference Manual
259
SQLSTATE
Message Text
01J02
Scroll sensitive cursors are not currently implemented.
01J04
The class '<className>' for column '<columnName>' does not implement
java.io.Serializable or java.sql.SQLData. Instances must implement one of
these interfaces to allow them to be stored.
01J05
Database upgrade succeeded. The upgraded database is now ready for
use. Revalidating stored prepared statements failed. See next exception for
details of failure.
01J06
ResultSet not updatable. Query does not qualify to generate an updatable
ResultSet.
01J07
ResultSetHoldability restricted to
ResultSet.CLOSE_CURSORS_AT_COMMIT for a global transaction.
01J08
Unable to open resultSet type <resultSetType>. ResultSet type
<resultSetType> opened.
01J10
Scroll sensitive result sets are not supported by server; remapping to
forward-only cursor
01J12
Unable to obtain message text from server. See the next exception. The
stored procedure SYSIBM.SQLCAMESSAGE is not installed on the server.
Please contact your database administrator.
01J13
Number of rows returned (<number>) is too large to fit in an integer; the
value returned will be truncated.
01J14
SQL authorization is being used without first enabling authentication.
Table 69.
Class 07: Dynamic SQL Error
SQLSTATE
Message Text
07000
At least one parameter to the current statement is uninitialized.
07004
Parameter <parameterName> is an <procedureName> procedure parameter
and must be registered with CallableStatement.registerOutParameter before
execution.
07009
No input parameters.
Table 70.
Class 08: Connection Exception
SQLSTATE
Message Text
08000
Connection closed by unknown interrupt.
08001
A connection could not be established because the security token is larger
than the maximum allowed by the network protocol.
08001
A connection could not be established because the user id has a length of
zero or is larger than the maximum allowed by the network protocol.
08001
A connection could not be established because the password has a length of
zero or is larger than the maximum allowed by the network protocol.
08001
A connection could not be established because the external name
(EXTNAM) has a length of zero or is larger than the maximum allowed by the
network protocol.