Issue in passing Oracle User Defined Types to PL SQL from Websphere Application Server
DeepakN kumar
Greenhorn
Joined: Apr 14, 2012
Posts: 27
posted
0
HI,
I am facing an issue when trying to pass Oracle collection object(User Defined Types) from Java to PL SQL. The issue happens inside J2EE application which is running inside Websphere Application Server 6.x. My database is Oracle 10g and i am using ojdbc1.4.jar as thin driver.
The issue is that when i pass the Oracle Object from java side, the attribute values at the Oracle PL SQL side is coming as empty. I have tried the same java code in a standalone application and it works fine. The issue happens only when the application is running inside WAS.
Anybody has any idea how to pass Oracle User Defined Types from WAS server to PL SQL?
Fatih Keles
Ranch Hand
Joined: Sep 01, 2005
Posts: 182
posted
0
Hi DeepakN,
I am not familiar with WAS but it sounds like a driver issue. At least can you verify that your application running on WAS also uses the same version of Oracle JDBC driver as your local/standalone application does?