Hi:

I was able to load the data with the direct=true and Performance was improved.

During the load direct=true, disabled all the indexes including PK index.

That allowed to insert the multiple rows with the same PK.

Now, problem with enabling the PK and Data integrity.

Now, I am thinking to disable all the indexex accept PK index.

I would like to know that how can I diable the locally partitioned index or any other suggestion.

Thank.