Hi,

In one of our procedure, we opened a curosr (say C1) to fetch records from few tables. Then we write all the code to refain the rows and insert into a table (say t2). Another cursor (say C2) is written to fetch the records from the t2 and then cursor (C2) is recturned to Java.

My qerry - Is it possible to insert records directly into the Cursor C2?

Thank u all.