Database
Application Development
OOW 2012: What is New for JDBC and UCP with the latest Oracle database technology? See and register for sessions, hand-on labs where you can learn and practice http://db360.blogspot.com/2012/09/my-guide-for-oracle-openworld-2012.html
New Features for JDBC in Oracle Database 11g Release 1
What's New for UCP in Oracle Database 11g Release 2
To learn more, read the Java Developer's Perspective on Oracle Database 11g white paper.
Non Intrusive JDBC Tracing
Run java -jar jnettrace.jar <server name> <server port> <local listening port> eg: java -jar jnettrace.jar stade08 9221 8090 then modify the Jdbc program (i.e., URL) to use the same port and host name as above. This will create a client_<hex number>.trc in the local directory which is the client side sqlnet trace. Download jnettrace.jar
Is Your Java Application FailoverProof (i.e., RAC Aware)?
| Interoperability Matrix | Database 11.2.0.x | Database 11.1.0.x | Database 10.2.0.x | Database 10.1.0.x |
| JDBC 11.2.0.x | Yes | Yes | Yes | Yes |
| JDBC 11.1.0.x | Yes | Yes | Yes | Yes |
| JDBC 10.2.0.x | Yes | Yes | Yes | Yes |
| JDBC 10.1.0.x | Yes | Yes | Yes | Yes |
SQLJ
|
Back to the main Java DB, JDBC and Database Web Services page