preclude direct parallel loading

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
ravij
Premium Member
Premium Member
Posts: 170
Joined: Mon Oct 10, 2005 7:04 am
Location: India

preclude direct parallel loading

Post by ravij »

Hi,

We are loading the data from dataset to Ora db(10g) table with WriteMethod as Upsert. The job got aborted due to the below error.
oraDForecastMonthly: Indexes on table xxx.D_FORECAST_MONTHLY_VERSION' preclude direct parallel loading unless an index option is included. Add an index option or drop indexes and rerun step.
I searched in the forum, and found some solution to use Rebuild option, but that is possible only when you use WriteMethod as Load, but I want to use Upsert in my ora stage.
Can anyone please help me in this regard.
Appreciate your help
thanks in advance.
Ravi
GJ_Stage
Participant
Posts: 131
Joined: Mon Oct 27, 2008 6:59 am

Post by GJ_Stage »

Add parameter : APT_ORACLE_LOAD_OPTIONS
value is : OPTIONS(SKIP_INDEX_MAINTENANCE=TRUE)
in your job and then try.
Post Reply