Link to home
Start Free TrialLog in
Avatar of ccorrente
ccorrente

asked on

Commit Frequency in PL/SQL

Hello,

I have a PL/SQL procedure that will open up a cursor and process records one at a time to load them into another table.  I will be processing ~4,000 - 5,000 records per run.  I don't want to commit each record, but I also don't want to wait until the end to commit.

How can I set the commit frequency in my PL/SQL procedure to commit, say, every 500 records?

Thanks,
Chris
ASKER CERTIFIED SOLUTION
Avatar of boriskalavsky
boriskalavsky

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial