|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
Connecting Weblogic to Oracle help
I've got a Debian Linux machine running weblogic and I'm trying to have it connect to an oracle 8i db running on a sun solaris 5 machine. The line is written like this in the weblogic.properties file:
weblogic.jdbc.connectionPool.OraclePool=\ url=jdbc racle:thin:@192.168.0.4:1521:jgora,\driver=oracle.jdbc.driver.OracleDriver,\ loginDelaySecs=1,\ initialCapacity=1,\ maxCapacity=10,\ capacityIncrement=2,\ allowShrinking=true,\ shrinkPeriodMins=15,\ refreshMinutes=10,\ props=user=xxxxxxx;password=xxxxxxx,\ allow=everyone I know Oracle is running fine. I can connect to it from my 2k machine using Toad. I think this conf file is hosed. Anyone have any suggestions? Thx. |
|
#2
|
|||
|
|||
|
you need to create Data Source, then create JDBC connection. and make sure both of them are deployed to the selected weblogic server
__________________
Wedding Gifts | Web Development | Order Fulfllment | Supply Chain | E-Business | Add to 100 SEO Friendly Directories fast do it yourself |
![]() |
| Viewing: Dev Shed Forums > Databases > Oracle Development > Connecting Weblogic to Oracle help |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|