BEA Weblogic Question:

How do I look up an ORA SQLException?

Tweet Share WhatsApp

Answer:

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

Download BEA Weblogic PDF Read All 140 BEA Weblogic Questions
Previous QuestionNext Question
How do I use Unicode codesets with the WebLogic jDriver for Oracle driver?How can I control on which WebLogic Server(s) my application will run?