Search found 36 matches

by theone
Thu Nov 12, 2009 2:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Loads with Trigger and Constraints enabled
Replies: 8
Views: 6747

Error says : parallel load requested and XYZ has enabled triggers or constraints
by theone
Thu Nov 12, 2009 2:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Loads with Trigger and Constraints enabled
Replies: 8
Views: 6747

Oracle Loads with Trigger and Constraints enabled

Is there any way to load records into non empty existing tables with constraints, triggers enabled? In this case I'm loading(Append) records into table. With no option to disabling constraints and rebuilding index.


Any help greatly appreciated.


Thank you.
by theone
Wed Oct 21, 2009 9:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Conversion
Replies: 6
Views: 1903

use to_date('dd-mm-yyyy') in user defined sql
by theone
Tue Oct 06, 2009 11:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help with Executing shell script
Replies: 4
Views: 1864

thanks for your reply
by theone
Tue Oct 06, 2009 11:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help with Executing shell script
Replies: 4
Views: 1864

I can try that, that raised one more doubt. If I have multiple scripts can I do like this way: "/export/home/project/shell.sh; /export/home/project/shell2.sh"
by theone
Tue Oct 06, 2009 10:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help with Executing shell script
Replies: 4
Views: 1864

Need help with Executing shell script

I have a complex stored procedure I created shell script to call it on unix box. I'm little confused how to integrate the script in job properties to run it after the job. This is what I did: In After -job subroutine I selected ExecSH and provided the script path as /export/home/project/shell.sh I w...