I am not able to configure a connection to Oracle 9.2 using oracle’s thin driver classes.zip which has been put in the class directory:
C:\Program Files\webMethods6\IntegrationServer\lib
C:\Program Files\webMethods6\IntegrationServer\lib\jars
C:\Program Files\webMethods6\IntegrationServer\packages\WmJDBCAdapter\code\jars
the configuration parameter I supplied are:
transaction type: local_transaction
DataSource class: oracle.jdbc.pool.OracleDataSource
serverName: or
user:
password:
databaseName: or <service_name> in tnsnames.ora
portNumber: 1521
network: TCP or nothing
other properties: driverType=thin
The error I got is
Error encountered
[ART.118.5042] Adapter Runtime (Connection): Unable to enable connection resource Connections:OTC_Dev.
[ART.118.5036] Adapter Runtime (Connection): Unable to configure connection manager.
[ADA.1.204] Cannot connect to the database with DataSource class “oracle.jdbc.pool.OracleDataSource”.
Invalid Oracle URL specified: OracleDataSource.makeURL
I am just wondering given above properties, which looks like it is general to any type database, how WM know to assemble the JDBC Url, which is different from one database type to another: oracle to Sybase for example,
any help is greatly appreciated!