Get Data from Oracle cursors
I have written a stored procedure with 2 cursors of out direction. I want to retreive the 2 cursor record sets into one dataset. I am able to create dataset with one cursor. Can you pls help me how o get from 2 cursors and i want to store the data into a single dataset with 2 tables.
|