• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

bea weblogic 8.1 failed to connect oracle 11G database

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have created an oracle 11g database with dbca tool. I then created a new connection pool in bea weblogic 8.1. When I test the connection to the created database, beaweblogic fails to conect the database.

here is the setting in the bea xml config file:
<JDBCConnectionPool CapacityIncrement="3"
DriverName="oracle.jdbc.driver.OracleDriver" InitialCapacity="5"
MaxCapacity="25" Name="mydatabasePool" Properties=""
StatementCacheSize="100" Targets="myserver"
TestFrequencySeconds="600"
TestTableName="SQL SELECT 1 FROM DUAL" URL="jdbc racle:mymachine:1521:mydatabase"/>
<JMSJDBCStore ConnectionPool="mydatabasePool"
Name="RealisisJMSJDBC Store" PrefixName="mydatabase"/>



any hep in this topic ?

many thanks

jimmy
 
drifter
Posts: 1364
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hopefully you've already resolved your problem.

It may not solve your problem, but I notice you're using an old driver, oracle.jdbc.driver.OracleDriver.

See http://forums.oracle.com/forums/ann.jspa?annID=201
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic