Top "Ojdbc" questions

OJDBC is the Oracle JDBC driver.

Are the latest Oracle 12c Release 2 JDBC driver and UCP available via maven?

Oracle corporation released a new version 12.2.0.1 of their JDBC driver, for Oracle Database 12c Release 2. The JAR files can be …

oracle12c ojdbc
What is ojdbc6.jar file?

For school project I had to make program in Java that uses data base and to do so I had …

java oracle jdbc jar ojdbc
jdbc prepared statement with oracle NUMBER type

I have a java application which sets up a jdbc connection to an Orcale database. I am attempting to insert …

java oracle jdbc ojdbc
Issue with ojdbc jar in Maven

I've developed a project in Java 8 and I've installed the ojdbc jar in maven when I developed the project using …

java maven spring-boot ojdbc
Supported JDBC, JDK versions for Oracle 11g

We are upgrading our DB from oracle 10g to 11g. I hope our current JDK1.6 will support this. What will …

jdbc oracle11g ojdbc
java.sql.SQLException: ORA-01403: no data found at struct.getDescriptor().getMetaData()

I using oracle.sql.STRUCT class. By following code : ResultSetMetaData metaData = struct.getDescriptor().getMetaData(); I get this exception: java.sql.…

java oracle jdbc ojdbc
Oracle JDBC charset and 4000 char limit

We are trying to store an UTF-16 encoded String into an AL32UTF8 Oracle database. Our program works perfectly on …

java database oracle jdbc ojdbc
Glassfish admin console's java.lang.RuntimeException

I have tried to create jdbc connection pool on my glassfish with the following properties(as seen on the image …

jdbc connection-pooling jdbc-odbc ojdbc glassfish-4.1
Error while registering Oracle JDBC Diagnosability MBean

When I'm using ojdbc6.jar for my application. I'm getting some weird error. Could anyone help me to solve this …

java jdbc jar ojdbc
Unable to get oracle database connection

1.JAVA_HOME is set to IBM JAVA SDK. 2.Unable to get oracle database connection. Where as tried running the same …

jdbc oracle11g websphere-8 ojdbc ibm-jdk