From conick's link:
One must have Net8 (SQL*Net) installed and working before attempting to use one of the OCI drivers.
But most people I know use the thin driver anyway.
You can get it for free at technet.oracle.com. Just
make sure the thin driver is in your CLASSPATH, change
to a thin connect string, and it works great!
Main Topics
Browse All Topics





by: conickPosted on 2003-01-10 at 15:29:46ID: 7705419
I have no personal experience, but it should. A quick google search turned up examples of using JDBC OCI drivers on various UNIX implementations.
dbc.htm
Take a look at the Oracle JDBC FAQ:
http://www.orafaq.com/faqj
Of course, you could always just try it. :)