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
Explain temporal data types in oracle
How to rename a column in an existing table?
What are the types of partitions in oracle?
what is partitioning? Types of partitioning. explain? what is the new kind of partitioning type introduced in 9i?
how to convert .db (extention) database file into .dmp (extention ) for oracle database ?
What is a user account in oracle?
What is the implicit cursor in oracle?
How will you identify oracle database software release?
What is archive log in Oracle?
What's dateware house and what's clustor with practicle example
What are the different types of database objects?
Explain an index?
Using the relations and the rules set out in the notes under each relation, write table create statements for the relations EMPLOYEE, FIRE and DESPATCH. You should aim to provide each constraint with a formal name, for example table_column_pk.
Explain the use of indexes option in exp command.
What is enter substitution variable in oracle?