Adapter Connection Error

Hi

Can someone help me with this error:

Error encountered
[ART.118.5042] Adapter Runtime (Connection): Unable to enable connection resource Connector:SOAAdaptersConnection.
[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

My connections are:

Transaction Type: LOCAL_TRANSACTION
DataSource Class: oracle.jdbc.pool.OracleDataSource
serverName: 10.20.218.84
user:username
password:password
Retype password:password
databaseName:databaseName
portNumber:1592
networkProtocol:TCP
Other Properties:driverType=thin

Check if you have the relevant odbc jar files in the file path for the jdbc driver classes to be picked up by webMethods. Also form the box where you have installed webMethods do a ping to the db box to check if the connectivity is existing between your WM IS and DB. A jdbc pool test will also prove helpful. Also for serverName: 10.20.218.84 try using the hostname of your DB server instead of using the IP address.