Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

OpenOffice.org & JDBC

441110Mar 11 2008 — edited Mar 12 2008
Hi,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 9 2008
Added on Mar 11 2008
7 comments
1,092 views