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 ]