Adapters > JDBC Adapter > Connections Error

Hi

I’m trying to connect to Oracle database using the following

Transaction Type LOCAL_TRANSACTION
DataSource Class: com.wm.dd.jdbc.oracle.OracleDriver
serverName: 10.20.218.84
user: username
password ******
databaseName: databaseName
portNumber 1521
networkProtocol TCP
Other Properties driverType=thin

And I get this error:

Error encountered
[ART.118.5042] Adapter Runtime (Connection): Unable to enable connection resource Hosea.connections:customDatabase.
[ART.118.5036] Adapter Runtime (Connection): Unable to configure connection manager.
com.wm.dd.jdbc.oracle.OracleDriver cannot be cast to javax.sql.DataSource

Thanks in advance for helping