RamHardikar
Programmer
Hi,
I have to execute a stored procedure thru java, where the stored procedure has refcursor as out parameter and within the procedure the refcursor out parameter is populated from a temporary table.
when iam trying to get the resultset in my program iam getting the oracle error: ora-08103 object is no longer in use.
coulod someone please help me
I have to execute a stored procedure thru java, where the stored procedure has refcursor as out parameter and within the procedure the refcursor out parameter is populated from a temporary table.
when iam trying to get the resultset in my program iam getting the oracle error: ora-08103 object is no longer in use.
coulod someone please help me