About 50 results
Open links in new tab
  1. Java JDBC - How to connect to Oracle using tnsnames.ora

    Jan 7, 2013 · Java JDBC - How to connect to Oracle using tnsnames.ora Asked 13 years ago Modified 6 years, 2 months ago Viewed 106k times

  2. java - pass array to oracle procedure - Stack Overflow

    Mar 4, 2011 · I want to send two arrays form java to oracle stored procedures. The first Array is array of strings and the second is array of chars how can I make this??

  3. How to test connection to Oracle Database using Java

    Sep 12, 2013 · Is there a way to test my connection to oracle database using Java? Here's my code. public class OracleConnection { public static void main (String [] args) throws Exception { //connect...

  4. java - How to connect to Oracle using Service Name instead of SID ...

    300 I have a Java application that uses JDBC (via JPA) that was connecting to a development database using hostname, port and Oracle SID, like this: …

  5. oracle database - java.sql.SQLException: - ORA-01000: maximum open ...

    Aug 30, 2012 · java.sql.SQLException: - ORA-01000: maximum open cursors exceeded I was using Spring Framework with Spring JDBC for dao layer. My application used to leak cursors somehow …

  6. How to connect to oracle database using spring boot

    Jan 23, 2019 · Learn how to connect Oracle database with Spring Boot using configurations and properties for seamless integration.

  7. java - SQLException: No suitable Driver Found for jdbc:oracle:thin ...

    Aug 24, 2012 · "No suitable driver" usually means that the JDBC URL you've supplied to connect has incorrect syntax or when the driver isn't loaded at all. When the method getConnection is called, the …

  8. java - Differences between Oracle JDK and OpenJDK - Stack Overflow

    For Java 7, nothing crucial. The OpenJDK project is mostly based on HotSpot source code donated by Sun. Moreover, OpenJDK was selected to be the reference implementation for Java 7 and is …

  9. java - oracle.jdbc.driver.OracleDriver ClassNotFoundException - Stack ...

    Mar 24, 2013 · Class.forName("oracle.jdbc.driver.OracleDriver"); This line causes ClassNotFoundException, because you haven't placed ojdbc14.jar file in your lib folder of the project. …

  10. Downloading Java JDK on Linux via wget is shown license page instead

    Apr 22, 2012 · When I try to download Java from Oracle I instead end up downloading a page telling me that I need agree to the OTN license terms. Sorry! In order to download products from Oracle …