Populate Indexed Table in Oracle Using Informatica

I'm new to both Oracle and Informatica. Currently working on a small task where I need to select all records from the source table, filter the results to get only records where field1='Y' and finally insert new rows into the target table that contains only src.field2 and src.field3 values.

These 2 fields are used for the PK and for the Index of the target table.

So i get an error in Informatica:

"ORA-26002: Table has index defined upon it"

I rather not dropping the index? is there a work around?

I've tried alter index to "unusable" but I got the same error.

Please advice.

Thanks.

1

1 Answer

Try to use Normal load mode instead of Bulk. You can set in session properties for the target.

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

Robert Thorne

Robert Thorne

Automotive & Future Transportation Editor

Robert Thorne covers electric vehicle innovations, autonomous driving systems, global mobility trends, and automotive engineering developments.

Share this article
Twitter Facebook Pinterest