Hi Teja,
Am just giving you the brief description about setting up Oracle Connection.
Please have a look at this and follow this :
I just configured for Oracle Thin Driver.
i) Select the package Name , folder name and give the Connection Name.
ii) Select Transaction Type as No_TRANSACTION or LOCAL_TRANSACTION
iii) Give the DataSource Class as : oracle.jdbc.pool.OracleDataSource
iv) serverName : localhost (give your host)
v) user : scott
vi) password : tiger
vii) databaseName : ORCL(The SID value which you had given while installing ORACLE)
viii) portNumber : 1521 (which is default for ORACLE)
ix) networkProtocol : tcp
x) Other Properties : driverType = thin
And then Click Save Connection button.
You will get the Error which you mentioned and to get rid of this,make sure that
you copy classes12.jar into the IS\lib\jars folder and restart the server.
Then definitely you would be able to configure the connection.
Further any issues please post here.
Thanks & Regards,
Sudheer Martha.
#Adapters-and-E-Standards#webMethods#Integration-Server-and-ESB