jdbc adapter conn problem

i am new user to webMethods please any body help me with this problem
i am getting below error

Error encountered
[ART.118.5042] Adapter Runtime (Connection): Unable to enable connection resource pulumati:TNORA.[ART.118.5036] Adapter Runtime (Connection): Unable to configure connection manager.com.wm.dd.jdbc.oracle.OracleDriver
Connection Type JDBC Adapter Connection
Package Name praneetha
Connection Properties
Transaction Type LOCAL_TRANSACTION
DataSource Class com.wm.dd.jdbc.oracle.OracleDriver
serverName localhost5555
user scott
password tiger
databaseName abcd
portNumber 1521
networkProtocol tcp
Other Properties driverType=thin

praneetha

Take a few seconds to look over your connection properties. I seriously doubt that your Oracle hostname is “localhost5555” and question whether the database name is “abcd”.

error still persists
what to change

What Mark said… Plus you can’t use that driver.
You don’t seem to grasp basics of JDBC. This is not webMethods issue. Please learn how JDBC works first. (Are these types of posts getting more and more frequent? Or is it just me?)

The database driver class you listed (com.wm.dd.jdbc.oracle.OracleDriver) is one that can only be used by WM apps such as IS to connect to its internal data stores for such things as process logging, error logging, trading networks, etc.

You need to use one of the classes from the correct Oracle JDBC archive file (zip or jar).

The JDBC Adapter User’s Guide provides documentation and DBMS-vendor specific examples.

Mark

Hope you resolved the conn prob … if not check wheather you copied “classes12.zip”…file in \webMethods6\IntegrationServer\lib\jars
if not do that and restart the server…

Thanks
Vijay