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!

insert /*+ append */ not working after upgrade 10204-11204

user3217732Jul 3 2015 — edited Jul 15 2015

THis is strange. Noticed that the plan for an insert with append hint is using 'load conventional' and not 'load as select' which indicates it is direct path.

This is in prod. In the same version of database in dev and qa, its fine. I have created a new table as a copy, and checked and it DOES engage direct path.

So , looks like existing tables it will not. I have an SR open but Oracle is no place with it.

Any ideas ?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 12 2015
Added on Jul 3 2015
17 comments
2,608 views