Hi.All
I'm beginner for Web logic, and now I install V5.1 on Win2000,according to the document provided by BEA, I can not connect Oracle8.1.5,if you have experience for this,can you email to me.
Robbie(Tsinggang at 263 dot net)
-
How BEA web logic 5.1 connect Oracle8.1.5 (2 messages)
- Posted by: Tsinggang Wei
- Posted on: December 12 2000 20:16 EST
Threaded Messages (2)
- How BEA web logic 5.1 connect Oracle8.1.5 by hemanth agarwal on December 13 2000 06:22 EST
- How BEA web logic 5.1 connect Oracle8.1.5 by Kailash Vasani on December 14 2000 00:56 EST
-
How BEA web logic 5.1 connect Oracle8.1.5[ Go to top ]
- Posted by: hemanth agarwal
- Posted on: December 13 2000 06:22 EST
- in response to Tsinggang Wei
hi pal . just download the thin drivers for oracle it includes a jar file place that file in ur comp & add that path to the classpath .....
& then specify in ur weblogic property file line number 712
weblogic.jdbc.connectionPool.demoPool=\
url=jdbc:oracle:thin:@sdf6-103:1521:orc1,\
driver=oracle.jdbc.driver.OracleDriver,\
initialCapacity=1,\
maxCapacity=10,\
capacityIncrement=1,\
props=user=test;password=test
i hope this works
regards hemanth
have fun -
How BEA web logic 5.1 connect Oracle8.1.5[ Go to top ]
- Posted by: Kailash Vasani
- Posted on: December 14 2000 00:56 EST
- in response to Tsinggang Wei
Hi,
Ensure that u have installed Oracle client on the machine, on which the weblogic server is installed. Test the client by logging in to ur oracle server using SQL Plus.
The installation & setup related help should be useful. Make sure u have appropriate ociXXXXX directory under bin directory in path. This is documented in the installation guide.
Have fun exploring connection pool