Top "Ojdbc" questions

OJDBC is the Oracle JDBC driver.

How to set custom connection properties on DataSource in Spring Boot 1.3.x with default Tomcat connection pool

I need to set some specific Oracle JDBC connection properties in order to speed up batch INSERTs (defaultBatchValue) and mass …

spring-boot connection-pooling jdbctemplate ojdbc tomcat-jdbc
java.sql.SQLException: Connection is closed

I am making a quartz thread application that is collect data from a table and insert it in another table …

java oracle ojdbc
Which OJDBC Driver for Java 6?

We're currently using ojdbc14.jar, should we be using ojdbc6.jar ? Update: Oracle 10g being used

java oracle jdbc java-6 ojdbc
How to access Excel as Database using Java 8

I am using Java 8. When i am trying to access Excel data(basically this is my test data) through jdbc-odbc, …

java excel ojdbc
Unable to add Maven Dependency in pom.xml for ojdbc14

I am trying to add dependency for ojdbc14 in pom.xml OS: WindowsXP(sp3) IDE: ECLIPSE(Juno) DB: Oracle 10G …

java eclipse oracle maven ojdbc
Oracle OCI and Thin drivers are missing in SQuirreL SQL

I downloaded SQuirreL SQL and I want to use it as an Oracle client, but when I go to Drivers …

oracle-call-interface ojdbc squirrel-sql
Is there a way to extract primary key(or ROWID) using NamedParameterJdbcTemplate and GeneratedKeyHolder?

I am trying to extract ROWID or the primary key using Spring's NamedParameterJdbcTemplate and GeneratedKeyHolder. I am trying to do …

java spring ojdbc
Oracle 12c database connection using thin driver throws IO error

I'm following the JDBC Developer's Guide and trying to test the JDBC thin driver connection using a short java program. …

java sql jdbc oracle12c ojdbc
how to see table structure in JDBC?

I'm new to JDBC,i've doubt,how to see the table structure using jdbc program..give code plese i tried …

jdbc ojdbc