Interview Questions

How do I look up an "ORA" SQLException?

BEA WebLogic Questions and Answers


(Continued from previous question...)

How do I look up an "ORA" SQLException?

If your WebLogic jDriver for Oracle application produces an SQLException such as:

java.sql.SQLException: ORA-12536: TNS: operation would block

You can look up an Oracle error by using the oerr command. For example, the description of error ORA-12536 can be found with the command:

> oerr ora 12536

(Continued on next question...)

Other Interview Questions