David Luo

Greenhorn
+ Follow
since Jul 10, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by David Luo

Milind ,thanx , i had find out error that in unix environment
21 years ago
Hi ,
I am using weblogic 5.1.I want to create ao oracle connection pool to connect to my database(oracle816).
This is the setting in my properties file
weblogic.jdbc.connectionPool.abcPool=\
url=jdbc:weblogic racle,\
driver=weblogic.jdbc.oci.Driver,\
loginDelaySecs=1,\
initialCapacity=4,\
maxCapacity=10,\
capacityIncrement=2,\
allowShrinking=true,\
shrinkPeriodMins=15,\
refreshMinutes=10,\
testTable=dual,\
props=user=system;password=manager;server=abc
I am getting an error saying unsatisfied link error with message no weblogicoci36 not found in java.library.path
my "java.library.path " is /usr/java1.2/bin/../jre/bin/../lib/sparc:/usr/l
ib/lwp:/u01/app/oracle/product/8.1.6/lib:/weblogic/lib/solaris:/weblogic/lib/solaris/oci816_8:/usr/lib
Pleas tell me where I was make wrong
Thanx

21 years ago