version compatability og ojdbc6 ojbdbc14 and jdbc versions - jdbc

What are the oracle and driver version I can use for Java 6?

Related

Whether Sonarqube 5.0 version supports Oracle 12C

I'm configuring Oracle 12C with Sonarqube 5.0. I just want to check whether the below configurations are enough or I need to upgrade something else.
Sonar - Version 5.0
Java - Java JDK 11
DB - Oracle 12C

Java Version migration and compitibity with JDK version

I am planning to upgrade JDk version from 1.6(Java6) to 1.7 (Java 7)for our CORBA Services. Can someone suggest if there would be any compatibility issue with latest java version or any known limitations using old CORBA applications with new java versions? Thanks.

Is JDK8 a supported platform for JBoss 6 AS

We are upgrading our application java platform to latest stable one and we are using Jboss 6 AS.
Is Oracle JDK8 a supported platform for JBoss 6 AS ?
No. Its not going to work. JBoss AS 6 and 7 are not compatible with Oracle JDK 1.8. You need to download WildFly 10 in order to work with JDK 1.8.
WildFly is formerly knows as JBoss AS
i think no
JBoss AS7 Supported with JDK8 | JBoss Developer
check this
https://developer.jboss.org/thread/238195?_sscc=t

Does ibm jdk7 include JavaDB similar to Sun/Oracle jdk?

The Sun JDK 7 or 6 - both include the JavaDB database as part of the jdk. Does anyone know if the IBM jdk 7 ships with any such database or we can just use Apache Derby?
thanks.

Version of Oracle thin driver to use with Java 6

We are upgrading from Java 1.5 to Java 6 and J2EE 1.4 to Java EE 5. We are using Oracle 10g. Java EE 5 only supports JDBC 3.0, but Java 6 supports JDBC 4.0. If I am running on a Java EE 5 server with Java 6, can I use the JDBC 4.0 API in my Java EE 5 web app?
Which Oracle thin driver should I use? Is it ojdbc6.jar from Oracle's download page? Is that compatible with Oracle 10g?
You can use ojdbc6.jar.
There are 3 Oracle JDBC drivers still being widely used:
ojdbc14.jar for projects with JDK 1.4
ojdbc5.jar for projects with JDK 5 (or 1.5)
ojdbc6.jar for projects with JDK 6 (or 1.6)
Even though you're using Java EE 5, if the relevant JDK is 6, then you match Oracle driver's version number with your JDK number.
Oracle has a FAQ on their JDBC drivers regarding driver and database compatibility. This part might be useful to you.
For Oracle 10g here is the list of available JDBC drivers.
The list does not contain a specific driver for JDK 1.6, the latest version is ojdbc14.jar what I suspect you have already used.
Your have referred to Oracle 11g JDBC drivers which may also work with Oracle 10g but I have no experience with that.

Resources