Error in enabling the JDBC connection

I am trying to enable the JDBC connection and it is giving me following error :

Error encountered
[ART.118.5042] Adapter Runtime (Connection): Unable to enable connection resource S711GDSAdapterConnections:GDS_LT_CONN.
[ART.118.5036] Adapter Runtime (Connection): Unable to configure connection manager.
no ocijdbc9 in java.library.path

I am using oracle 9i and 6.1 IS on HP-unix.
If i m usinf thin as an the other properties it is working fine but if i m using oci it is throwing that error.

Any help will be appreciated.

Taz

When using OCI driver, you need to set the environment variables.
Solaris* LD_LIBRARY_PATH=/ORACLE_HOME/lib
HP* SHLIB_PATH=/ORACLE_HOME/lib
AIX* LD_LIBRARY_PATH=/ORACLE_HOME/lib
Linux LD_LIBRARY_PATH=/ORACLE_HOME/lib

Hope this helps

Thanks
Rakesh