how to make Oracle ignore the APPEND hint?
169178Jul 23 2008 — edited Jul 23 2008We are using Oracle Business Intelligence 10.1.3.3 product (old name Siebel Analytics).
The database is Oracle Database 10g EE 10.2.0.3.0 database.
When using Segment Designer tool, we notice that it generates INSERT statements with APPEND hint.
Our DBA is saying this is causing bottlenecks as it requires table level locks. This is making processes run serially, instead of concurrently.
My question is : Can we do some setting changes in the database so it ignores the APPEND hint in INSERT statements ? (at least for the sessions of a particular user).
regards,
Sumant