Hello,
In 9i I had a procedure that opens a cursor with a select with union all inside. Then, the values of the cursor are inserted into a table and it gives a commit each 10000 rows.
After upgrading to 10g, the procedure that used to take about 1min to run, takes over an hour.
Could you...