I have a table with a Unique Index that I need to load 800,000 rows into.
I altered the index and made it unuseable. I added 'options( rows=4000, bindsize=512000, skip_unusable_indexes=TRUE )' to my control file.
I'm still getting errors of the form:
ORA-01502: index 'x_Unique' or partition of such index is in unusable state
Suggestions welcome