• 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

jdbc driver problem

 
Ranch Hand
Posts: 118
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi folks,
i am trying to make a connection from WSAD to Oracle8i and provided the following information:
Database : jaguar
JNDI: jdbc/OracleDatasource
UserID : userid
Password : password
Database Vendor Type : Oracle8i, V8.1.7
JDBC Driver : Oracle THIN JDBC DRIVER
Optional Port No : 1521

Implementation Class Name: oracle.jdbc.pool.OracleConnectionPoolDataSource
Class Location : D:\oracle\ora81\jdbc\lib\classes12.zip
And added the following properties:
Create 3 Resource Properties (the panel underneath the Datasource panel)
A) serverName
java.lang.String
kirant
B) URL
java.lang.String
jdbc racle:thin:@kirant:1521:jaguar
C) portNumber
java.lang.Integer
1521

and gives me the following error:

Could not find the property url on class oracle.jdbc.pool.OracleConnectionPoolDataSource

could you tell me what's going on here?
thanks.
[ November 11, 2002: Message edited by: Himal Chuli ]
 
My pie came with a little toothpic holding up this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic