Posted: Tue Jun 11, 2013 2:14 am Post subject: Calling Oracle Storeprocedure - Error
Partisan
Joined: 10 Jan 2008 Posts: 333
I am calling a Oracle Stored Procedure where single argument is a CLOB and within the store proc it is used to extract values and insert data into table.
I am facing below error.
Code:
[IBM][ODBC Oracle Wire Protocol driver][Oracle]ORA-30625: method dispatch on NULL SELF argument is disallowed ORA-06512: at "ESB_ICE_OWNER.ICE_SP_UPLOAD_ERROR_SUMMARY", line 14 ORA-06512: at line 1
Though I have checked in debugger and the argument is not null at the point when calling the stored procedure.
Stored Procedure :
Code:
/*
***************************************************************************
* Procedure to load Error Summary table
***************************************************************************
*/
CREATE OR REPLACE
PROCEDURE ICE_SP_UPLOAD_ERROR_SUMMARY(CH_ERROR_DATA IN CLOB) AS
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum