OpenOffice.org & JDBC
441110Mar 11 2008 — edited Mar 12 2008Hi,
I'm trying my best to connect OO.o to Oracle 10R2, using JDBC. Both, client and server, run on Linux. I've downloaded ojdbc14.jar and added it to my classpath:
export CLASSPATH=/local/JDBC/ojdbc14.jar:$CLASSPATH
However, when I try to test 'oracle.jdbc.OracleDriver.class' within OO.o Base, it states:
The JDBC driver could not be loaded.
If I eventually get the driver to load, my connection string will be:
jdbc:oracle:thin:@192.168.1.102:1521:<db_instance_name>
Can anyone please help me get this working? Thanks!
http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/htdocs/readme_10201.html
Since the driver doesn't load