Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Urgent help required in weblogic 6.1

Status
Not open for further replies.

GooDog

Programmer
Feb 11, 2002
34
IN
Hi,
I am working with weblogic6.1 connection pooling.I am using Oracle 8.1.6 as a backend.Please let me know how to integrate oracle thin driver with weblogic6.1 in a step by step procedure.

Thanks in advance
Prakash.
 
You can use Oracle thin driver immidiately, it's in the bulk.
Create new pool:
url: jdbc:eek:racle:thin:mad:(description=(address=(host=x.x.x.x)(protocol=tcp)(port=1521))(connect_data=(sid=xxx)))

where x.x.x.x is your IP and xxx your SID

Driver Classname: oracle.jdbc.driver.OracleDriver
Properties:
protocol=thin
user=xxx
password=xxx

and don't be lazy, all is in BEA docs :)
Vladislav
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top