August 12, 2008 at 4:56 pm (Java, Linux, Oracle)
Tags: 10g R2, connection, database, OCI8
Hello folks,
Recently, I had another problem connecting to an Oracle 10g R2 database with the Oracle Call Interface. Well, this was not about the driver actually. Having passed 2 weeks from my first problem, this time I was deploying the servlet, Tomcat 6 and Oracle 10g R2 to a OpenSUSE 10.3 machine. It still was stopping at this line:
connection = DriverManager.getConnection(url, username, password);
Read the rest of this entry »
Leave a Comment
August 12, 2008 at 4:23 pm (Java, Oracle)
Tags: Driver, invalid login, JDBC, OCI8, ORA-01017
Hi,
Approximately 2 weeks ago, I encountered a strange problem while connecting to an Oracle database from my servlet on Tomcat Application Server. What was strange about it was that it was fully tested and working when it was residing on my laptop; however when I deployed the application to the PC at work, it started to give errors at this line:
connection = DriverManager.getConnection(url, username, password);
Read the rest of this entry »
Leave a Comment