oracle - SQL Tuning -
How do we insert data about two million lines into an oracle database table where we have many indexes? I know that an option is disabling the index and then inserting the data. Can anyone tell me what other options are?
Bulk load with presorted data in index order
Comments
Post a Comment