:happy: I have solved conn problem .Here is my solution For u people enjoy it.
I am using following
Operating system - Windows XP SP-2
Databse - Oracle 9i (version-9.0.1.0.0)
JVM version - 1.4
driverType -thin
* copy ojdbc14.jar and classes12.zip(unzip it and place) file into
1. C:\Program Files\webMethods61\IntegrationServer\lib\jars\ojdbc14.jar
2. C:\Program Files\webMethods61\IntegrationServer\lib\jars\classes12.zip
*set envoirment variable in computer- property’s- advanced tab
in system variabel areia’s variables column select path(double click) and past the acuurate path of both above files.
NOTE :- Restart ur system
than set following details -----------------fill this with extra care
MYJDBC:MYCON Details:-
Connection _____________JDBC Adapter Connection
Package________________NEWORACLE (ur pakage name)
Connection Properties
Transaction Type ________NO_TRANSACTION
(or LOCAL_TRANSACTION)
DataSource Class ________oracle.jdbc.pool.OracleConnectionPoolDataSource
(or oracle.jdbc.pool.OracleDataSource) choose any one
serverName _____________localhost (or UR IP ADDRE like 192.168.1.100)
user ___________________system(oracle DB user)
password _______________****** (DB user releted Password)
databaseName __________WMDB(DB which madeby u in oracle)
portNumber _____________1521(not 1433 and 2030)
networkProtocol _________tcp (dont use TCP/IP or FTP)
Other Properties _________driverType=thin(dont use OCI am working on OCI now, tell u latter)
Connection Management Properties:-
Enable Connection Pooling __true
Minimum Pool Size ________1
Maximum Pool Size ________10
Pool Increment Size _______1
Block Timeout ____________1000
Expire Timeout ___________1000
Startup Retry Count _______0
Startup Backoff Timeout ____10
#Integration-Server-and-ESB#Adapters-and-E-Standards#webMethods