Hi,
there�s this troubleshoting note on weblogic documentations, maybe this can help u.
Youmay also encounter a shared library problem if you do not include the proper paths
in your SHLIB_PATH when using Oracle 9. SHLIB_PATH should include the path to
the driver (oci901_8) and the path to the vendor-supplied libraries (lib32). For
example, your path may look like:
export SHLIB_PATH=
$WL_HOME/server/lib/hpux11/oci901_8:$ORACLE_HOME/lib32:$SHLIB_PAT
H
Note also that your path cannot include the path to the Oracle 8.1.7 libraries, or clashes
will occur. Formore instructions, see SettingUp the Environment for UsingWebLogic
jDriver for Oracle at
this place 