java.sql.SQLException: invalid arguments in call [message #366724] |
Wed, 08 November 2000 01:19 |
Achyuth B
Messages: 8 Registered: November 2000
|
Junior Member |
|
|
hi,
I have oracle8i client in my windowsNT platform. I have written jdbc program in java to connect with oracle8i.I am using thin driver and i specified that driver is oracle.jdbc.driver.OracleDriver and url is jdbc:oracle:thin:hostname:1521:sid.It is working fine. But my question is that If i try samething(with same driver(oracle.jdbc.driver.OracleDriver) and url(jdbc:oracle:thin:hostname:1521:sid)) in ejb by using weblogic as a application server I am getting exception called "java.sql.SQLException: invalid arguments in call" . Weblogic server is unable to create connection pool. Is there anything to be changed in database when i am working with app server's.Because if it try the same URL & DRIVER with jdbc program in java...it work's fine.
|
|
|
|