I have been given the task of converting a lot of data in a database. I am a little fuzzy concerning updating a field (fields) with approx. 1,000,000 records and how the rollback segment will fill until a commit is done.
Is there a way to set it to update all while setting it to commit every 10,000 records for example?
As well if I was cursoring through a result set of columns in tables to be updated will a commit close the cursor in Oracle?
I am just about to dig into the documentation but I just wanted to check here to see if I get any quick answers.
Thanx,
JB
Is there a way to set it to update all while setting it to commit every 10,000 records for example?
As well if I was cursoring through a result set of columns in tables to be updated will a commit close the cursor in Oracle?
I am just about to dig into the documentation but I just wanted to check here to see if I get any quick answers.
Thanx,
JB