Re: ORA24327: Oracle 8i and Weblogic Server [message #76588] |
Thu, 09 January 2003 11:10 |
alessandra
Messages: 3 Registered: January 2003
|
Junior Member |
|
|
Hi,
I got the problem too.
I resolved it in this way:
1.in my weblogic start script I wrote
LD_LIBRARY_PATH=$WL_HOME/lib/solaris/oci817_8:$WL_HOME/lib/solaris:$ORACLE_HOME/lib where $ORACLE_HOME is the path my oracle client installation
2.I put in my tnsnames.ora the information about my db
3.in my connection pool I put:
URL=jdbc:weblogic:oracle
Driver Classname=weblogic.jdbc.oci.Driver
Properties=allowMixedCaseMetaData=true
user=user
password=pwd
server=tnsalias
|
|
|