Oracle Error Message
ORA-26002: Table string has index defined upon it.
Reason for the Error
Parallel load was specified into a table which has index defined upon it.
Solution
Drop index(es) defined upon table, or don’t use parallel load, or use SKIP_INDEX_MAINTENANCE option.