Oracle EE Stage: SQL Loader Error

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
cdw
Premium Member
Premium Member
Posts: 9
Joined: Wed Jul 01, 2009 10:02 am

Oracle EE Stage: SQL Loader Error

Post by cdw »

Hi,

I am using the Oracle EE stage to load data to a table.

The default options of DIRECT and PARALLEL = TRUE are set. I have set Disable Constraints property to 'True' and have also included Index Option of Rebuild.

The job aborts with the message:

[quote]SQL*Loader 937: Parallel load requested and table has enabled constraints or triggers.[/quote]

When option of Disable constraints is set to 'True' shouldnt the constraints be disable prior to load and re-enabled later?

Does this need to be done explicitly before the OEE stage

Regards,
Bakul
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Any other error messages logged? Does the connected user have the grants needed to disable constraints and rebuild indexes?
-craig

"You can never have too many knives" -- Logan Nine Fingers
cdw
Premium Member
Premium Member
Posts: 9
Joined: Wed Jul 01, 2009 10:02 am

Post by cdw »

:? My mistake.. The table had some triggers created by Erwin.

Dropped them and there are no issues now.

Regards,
Bakul
Post Reply