添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

D JDBC Error Messages

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.

See Also:

"Processing SQL Exceptions"

General Stru cture of JDBC Error Messages

The general JDBC error message structure allows run-time information to be appended to the end of a message, following a colon, as follows:

<error_message>:<extra_info>

For example, a "closed statement" error might be displayed as follows:

Closed Statement:next

This indicates that the exception was thrown during a call to the next method (of a result set object).

In some cases, the user can find the same information in a stack trace.

Gen eral JDBC Messages

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:

The ORA-17033 and ORA-17034 error messages use the term SQL92. The JDBC escape syntax was previously known as SQL92 Syntax or SQL92 escape syntax.

JDBC Messages Sorted by ORA Number

The following table lists the JDBC error messages sorted by the ORA number:

Table D-1 JDBC Messages Sorted by ORA Number

ORA Number Message

JDBC Messages Sorted in Alphabetic Order

The following table lists the JDBC error messages sorted in alphabetic order:

Table D-2 JDBC Messages Sorted in Alphabetic Order

ORA Number Message

Native XA Messages

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

Native XA Messages Sorted by ORA Number

The following table lists the Native XA messages sorted by the ORA number:

Table D-3 Native XA Messages Sorted by ORA Number

ORA Number Message

Native XA Messages Sorted in Alphabetic Order

The following table lists the Native XA messages sorted in the alphabetic order:

Table D-4 Native XA Messages Sorted in Alphabetic Order

ORA Number Message

TTC Me ssages

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

TTC Messages Sorted by ORA Number

The following table lists the TTC messages sorted by the ORA number:

Table D-5 TTC Messages Sorted by ORA Number

ORA Number Message

TTC Messages Sorted in Alphabetic Order

The following table lists the TTC messages in the alphabetic order:

Table D-6 TTC Messages Sorted in Alphabetic Order

ORA Number Message