Search found 199 matches

by jreddy
Wed Jul 11, 2007 8:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORACLE Open Command
Replies: 15
Views: 8364

I am having the same problem as well.. i have a oracle enterprise stage reading source data from a table.. but before i read the table, i want to perform an update on the records.. so i give the update statement in the OPEN command option.. as 'update table_name set cur_ind='Y' where <condition>' i ...
by jreddy
Fri Jul 06, 2007 12:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data set stage question
Replies: 6
Views: 1561

Data set stage question

I have 3 independent jobs 1) Reads source data into dataset1 and existing target data into dataset2 2) The 2 above datasets are input to a change capture stage and the differences captured to a dataset3 3)Read dataset3 and apply changes via a transformer/filter When i run these 3 jobs independently ...
by jreddy
Fri Jul 06, 2007 11:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CDC stage
Replies: 0
Views: 552

CDC stage

We are implementing SCd and for every modified record that comes in from source, we have to insert new record in target and update the existing record with end_effdt and flag. Using the CDC stage that has both source data and existing target table data as inputs (in datasets), the output seems to sh...
by jreddy
Mon May 28, 2007 1:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to open job
Replies: 9
Views: 4265

If no one seems to have this job open, but still you get this error, you dont have to restart DS server, you can just RESET so these orphaned processes/locks get released. Issue a "uvadmin -reset", when logged in as DS admin on UNIX Asking rest of team members to save work and close applic...
by jreddy
Mon May 28, 2007 12:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get the value of a sequence from an Oracle stage.
Replies: 12
Views: 3757

Your design is like this SF ->Transformer-> Oracle stage. In the transformer, add a dummy column SEQ_ID and set it to a default value of 1. Then in the target stage, go to the SQL code and from the SELECT statement generated, replace the text 'ORCHESTRATE.SEQ_ID' (something like that - that is gener...
by jreddy
Mon May 28, 2007 12:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while trying to load timestamp data into oracle
Replies: 8
Views: 2589

You can use DateTimeStampToOraOCIWithTime(DateGenericToTimeStamp(link.inputcolumnname)) in the derivation - it should insert the right timestamp in the oracle target column.. This works for me
by jreddy
Mon Apr 09, 2007 1:54 pm
Forum: General
Topic: Parameterizing output of Job
Replies: 9
Views: 4097

Ray, how would be set the value returned from Oracle job/table to the userStatus variable.. pls advise

thanks
by jreddy
Fri Jan 26, 2007 12:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance of Merge Stage vs Hashed Lkup to combine files
Replies: 6
Views: 2736

Thank you all for your very helpful replies. I will try the Merge and also the Aggregator Stage as kcbland has suggested and choose based on which runs faster.
by jreddy
Fri Jan 19, 2007 11:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance of Merge Stage vs Hashed Lkup to combine files
Replies: 6
Views: 2736

Performance of Merge Stage vs Hashed Lkup to combine files

I need to merge 3 fixed width sequential files with about 15 currency fields each and have approximately 1.5 million records which may or may not be sorted on the key values. The number of records may slowly grow over time. I need to untimately combine the 3 files to be loaded into a staging table. ...
by jreddy
Thu May 04, 2006 2:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running a job from a different project...
Replies: 8
Views: 1529

I figure out you use the ExecCommand. There might be other ways as well. But, how do you pass the parameters in the command line....? Here is my command line: dsjob -user -password -run -mode RESET -wait fazr LeadsNightly_Hash How do you pass the parameters , which a Enviroment Variable Parameters ...
by jreddy
Thu May 04, 2006 1:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Writing subroutine
Replies: 7
Views: 3914

If you are asking if we can call the unix shell script as an after job routine, YES, we can do it go to job properties page..There you will see After-job routine drop down list.. select 'ExecSH' and in the input value text box - give the pathname and name of shell script along with arguments u want ...
by jreddy
Thu May 04, 2006 12:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Attempt to convert String value
Replies: 8
Views: 3649

DateTimeStampToOraOCIWithTime(DateGenericToTimeStamp(link.inputcolumnname))


this should work with a generic input timestamp.. and when the target is a oraOCI stage
by jreddy
Thu Apr 27, 2006 6:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: One line error
Replies: 6
Views: 1203

ramana,Can you post the error messages starting from the first fatal error msg in the log for this job.. it would better help us understand the source of this abort.
by jreddy
Thu Apr 27, 2006 1:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reject link order
Replies: 9
Views: 2334

i have the reject row checkbox ticked.. and no constraint defined on the links to the oraOCI stages - this reject file is just for a catch all
by jreddy
Thu Apr 27, 2006 11:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reject link order
Replies: 9
Views: 2334

yes, I did