BEA Weblogic Question:
Download Job Interview Questions and Answers PDF
How do I look up an ORA SQLException?
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
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 Interview Questions And Answers
PDF
Previous Question | Next 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? |