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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -