We had to have a dburl like the following:
jdbc:oracle:thin:@server:port:owner
did it come with docs?
> try{
> DriverManager.registerDriver(new
> oracle.jdbc.driver.OracleDriver());
> Connection con =
> DriverManager.getConnection("jdbc:oracle:thin:storedb",
> "username", "password");
> }
> catch(SQLException e){
> out.println(e.getMessage());
> }
>
> The username and password are good. I can make connection
> using jdbc-odbc
> bridge.
- oracle JDBC doesn't work Jack Li
- RE: oracle JDBC doesn't work George McKInney
- RE: oracle JDBC doesn't work Nester Dias
- Tomcat Standalone with SSL/Verisign Simon Chatfield
- RE: oracle JDBC doesn't work William Kaufman
- RE: oracle JDBC doesn't work Brett Knights
- RE: oracle JDBC doesn't work Jack Li
