I've created a simple mapping in informatica,where i add in the source qualifier the following statement: select * from srcTbl where field1='Y'. I'm loading only 3 fields to the target table, only 1 of them is from the source, the other to is output fields with a short text values.
the source and target are oracle tables, the target has index that is created by the 3 fields i'm loading.
I've changed the load mode to Normal instead of bulk because i can't drop the index.
it takes to much time, after an hour i just pressed abort.
the session log said that it's in the loading process.
what could be the reason for this process not to end quickly?
thanks