Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

APPEND Mode + Insert statement

AceNoviceAug 3 2011 — edited Aug 4 2011
Hi All,

We are using Informatica to load data from one schema to another schema. Both schemas are in same server. Our source qualifier query is tuined enough, but problem is while loading data into target table. As per receommendations from DBA, we need to use APPEND hints in INSERT statement. But we do not have control over Intert statement as Informatica generates Insert statement during load.

My question is, is there any variable by which we can alter session, so that, for any Insert statement, oracle load data into table with APPEND mode?

I hope i m clear on my requirement. :)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 1 2011
Added on Aug 3 2011
3 comments
902 views