• 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
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

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 ]
reply
    Bookmark Topic Watch Topic
  • New Topic