This appendix briefly discusses the general structure of Java Database Connectivity (JDBC) error messages, then lists general JDBC error messages and TTC error messages that Oracle JDBC drivers can return. The appendix is organized as follows:
General Structure of JDBC Error Messages
General JDBC Messages
Native XA Messages
TTC Messages
Each of the message lists is first sorted by ORA number, and then alphabetically.
ORA
See Also:
The general JDBC error message structure allows run-time information to be appended to the end of a message, following a colon, as follows:
For example, a "closed statement" error might be displayed as follows:
This indicates that the exception was thrown during a call to the next method (of a result set object).
next
In some cases, the user can find the same information in a stack trace.
This section lists general JDBC error messages, first sorted by the ORA number, and then in alphabetic order in the following subsections:
JDBC Messages Sorted by ORA Number
JDBC Messages Sorted in Alphabetic Order
Note:
ORA-17033
ORA-17034
The following table lists the JDBC error messages sorted by the ORA number:
Table D-1 JDBC Messages Sorted by ORA Number
The following table lists the JDBC error messages sorted in alphabetic order:
Table D-2 JDBC Messages Sorted in Alphabetic Order
The following sections cover the JDBC error messages that are specific to the Native XA feature:
Native XA Messages Sorted by ORA Number
Native XA Messages Sorted in Alphabetic Order
The following table lists the Native XA messages sorted by the ORA number:
Table D-3 Native XA Messages Sorted by ORA Number
The following table lists the Native XA messages sorted in the alphabetic order:
Table D-4 Native XA Messages Sorted in Alphabetic Order
This section lists TTC error messages, first sorted by the ORA number and then in alphabetic order in the following subsections:
TTC Messages Sorted by ORA Number
TTC Messages Sorted in Alphabetic Order
The following table lists the TTC messages sorted by the ORA number:
Table D-5 TTC Messages Sorted by ORA Number
The following table lists the TTC messages in the alphabetic order:
Table D-6 TTC Messages Sorted in Alphabetic Order