Hi all,
To solve my own question, when using the OCI, the following things should be dealt with:
Download the OCI driver from oracle.com and install the .dll (windows) or .so library approrpiately
.
Set your URL in hibernate.properties: jdbc:oracle:oci8:@ORCL (make sure your database it set up in the servers TNSNAMES.ORA (mine is called ORCL).
Set your driver class in hibernate.properties: oracle.jdbc.driver.OracleDriver
Make sure the classes12.zip from the package you just downloaded is in the classpath and the old classes12.zip is gone.
Well, that's about it :) Hope this solves a lot of questions for a lot of people. The 4K horror has been mentioned a lot of times on the web.
Chris