Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: Oracle 8i with weblogic server
This in weblogic.properties works for me:
weblogic.jdbc.enableLogFile=true
weblogic.jdbc.logFileName=/opt/weblogic/myserver/var/logs/jdbc.log
weblogic.jdbc.connectionPool.csvrPool=\
url=jdbc:oracle:thin:@mydb:1521:mydb,\ driver=oracle.jdbc.driver.OracleDriver,\ loginDelaySecs=1,\ initialCapacity=10,\ maxCapacity=20,\ capacityIncrement=1,\ allowShrinking=true,\ shrinkPeriodMins=15,\ refreshTestMinutes=10,\ props=user=dbuser;password=dbpassword
"Cindy Ann" <cindyann_at_mbox3.singnet.com.sg> wrote in message
news:01c0f8e9$33129c60$af9115a5_at_default...
> hi,
>
> Has anyone try connecting Oracle 8i with weblogic server?
> We have read the documentation on how to connect the Oracle
> database to weblogic and tried but failed. It gave us an error
> message in connecting to the database although the weblogic
> started running.
>
> Can anyone share the experience? Thank you.
>
> regards,
> Cindy
> --
> 'Courage is standing up for what you believe in without worrying about
> the opinions of others. It's following your own heart, living your own
> life, and settling for nothing less than the best for yourself.'
> ~ Caroline Kent ~
Received on Wed Jun 20 2001 - 01:09:54 CDT
![]() |
![]() |