이 콘텐츠는 선택한 언어로 제공되지 않습니다.
18.6.2. Errors during SQL queries
You can check if a connection broke during a query by the reviewing the error codes or messages of the
Copy to Clipboard
Copied!
Toggle word wrap
Toggle overflow
SQLException
for FATAL
errors rather than normal SQLExceptions
. These codes or messages can be vendor specific, such as:
<exception-sorter-class-name>org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter</exception-sorter-class-name>
<exception-sorter-class-name>org.jboss.resource.adapter.jdbc.vendor.OracleExceptionSorter</exception-sorter-class-name>
For
FATAL
errors, the connection will be closed.