i have a table with 1 lac of data.i want to insert this data into another table. i want every 5000 of data insert use a commit.using counter and if error is comming in the 5000 of data it rollback.
Answer Posted / ana
Use bulk collect limit 5000 and forall with save exceptions and in exception block rollback
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is blob data type in oracle?
Select all the employees who were hired in last 2 years and who works in dept where max managers are working.
What is memory advisor in Oracle?
What is a snapshot in oracle database?
What is an oracle user account?
How can I convert single byte kana characters into multi byte kana characters and vice-versa.
What are the differences between interval year to month and interval day to second?
What is raw datatype in oracle?
How can Oracle users be audited?
Describe varray?
Where do we use decode and case statements?
What is the relationship among database, tablespace and data file?
Can a formula column referred to columns in higher group ?
What is the dynamic sql in oracle?
How to invoke the data pump export utility?