Top "Ojdbc" questions

OJDBC is the Oracle JDBC driver.

java.sql.SQLException: Non supported character set: oracle-character-set-178

My application running with this below configurations TOMCAT - 6.0.18 Database - Oracle 11g enterprise Edition(11.2.0.2.0) Java Version - jdk 1.6 JDBC …

arrays oracle11g tomcat6 ojdbc oracle-type
sealing violation: package oracle.net.ns is sealed

I am trying to connect to an Oracle 11g XE databse using Oracle SQL Developer. However, I am getting the …

java oracle jdbc oracle11g ojdbc
Error setting null for parameter with Mybatis and ojdbc14.jar

I have an error when setting a parameter as null. This problem ONLY occurs while using ojdbc14.jar. When using …

java mybatis ojdbc
Oracle Clob Reader issue: Protocol violation

I'm Using java7, jboss7, ojdbc7,hibernate 4. Table has a CLOB column and in domain class the code is something like …

hibernate clob ojdbc
Maven ojbc 6 jar not found in central repository

Hi I have placed ojdbc jar in my local repository still I am getting the below error. Could not resolve …

java maven ojdbc
JDBC and Oracle 11g connection reset on ubuntu

I am having this strange issue connection JDBC to Oracle 11g. It started happening suddenly this Monday without any settings …

oracle oracle11g ubuntu-12.04 ojdbc ora-12170
Java - Oracle Database Change Notification

I am trying to implement a event listener which can identify DATABASE CHANGE NOTIFICATION (Oracle). According to the reference website, …

java oracle ojdbc