Skip to Main Content

Oracle Database Discussions

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!

Merge Statement Performance Not Impressive, Need Alternative Approach

AChatterjeeMay 24 2010 — edited Jul 22 2010
I need to load data in target table and before loading it will check availability of data and if data is already available in target table then it will update the data otherwise it will insert new data.

To implement this requirement i have wrote a merger statement and its performance is not impressive.

Is there any alternative approach to address this requirement?

Note - I can not create any database object, only I have to create anonymous block and this will call by Shell script.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 19 2010
Added on May 24 2010
13 comments
1,932 views