Search found 324 matches

by sachin1
Thu Nov 15, 2007 9:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dyanamic RDBMS
Replies: 4
Views: 1729

yes Ray it works with a word DISTINCT in the Derivation cell of the first column in the Columns grid
by sachin1
Thu Nov 15, 2007 7:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: difference between Dynamic_RDBMS and oracle OCI stage
Replies: 14
Views: 9755

difference between Dynamic_RDBMS and oracle OCI stage

hello friends, what is difference related to Dynamic_RDBMS stage and Oracle OCI stage. i mean to say is there any performance gain using Dynamic_RDBMS over Oracle OCI stage or vice-versa, as for example taking oracle database into consideration. i am curious as i can do all action in Dynamic_RDBMS s...
by sachin1
Thu Nov 15, 2007 7:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Dyanamic RDBMS
Replies: 4
Views: 1729

Re: Dyanamic RDBMS

hello,

in your Dynamic_RDBMS stage use "User-defined SQL" and write a sql statement like

'Select distinct column_name from your_table_name", with proper column mapping with your sql statment.

it works fine eliminating duplicate records, just try.
by sachin1
Thu Nov 15, 2007 1:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How I can get a Report which lists the status of all Jobruns
Replies: 11
Views: 5332

Re: How I can get a Report which lists the status of all Job

hello, i think you need to write a custom routine which needs to be used in "After-job Subroutine"(Job properties), which will track your job status and write an information in log file. Main function to be used is DSGetJobInfo with InfoType=DSJ.JOBINTERIMSTATUS. DSJ.JOBINTERIMSTATUS. Retu...
by sachin1
Wed Nov 14, 2007 3:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing parameter values through BASIC routine
Replies: 5
Views: 2744

hello, what i understand from your quotes is that you need to set values for all job-parameter used in your jobs, plus when you change the values stored in database, it should use these new values. 1. First let your basic code read either a database or a file in which you will maintain username/pass...
by sachin1
Thu Nov 01, 2007 8:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Surrogate key using Oracle sequence
Replies: 3
Views: 1381

Re: Surrogate key using Oracle sequence

hello dear please remove your column name for which you want to use a sequencer from column tab but in your user-defined sql statement do mention column name and its sequencer with proper order.
by sachin1
Tue Oct 30, 2007 9:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Shell Script
Replies: 5
Views: 2880

Re: Shell Script

You can use EXECSH as after job routine and give entire path of the script file you want to execute.
by sachin1
Tue Oct 23, 2007 5:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to connect database from datastage
Replies: 4
Views: 3704

Re: Unable to connect database from datastage

hello,

please post your error message that will give us a clear view of what is an issue.

plus you can check your environment settings to access database from data stage client especially PATH variable.
by sachin1
Thu Oct 18, 2007 5:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Column header repeat
Replies: 4
Views: 1712

Re: Column header repeat

hope before processing this file you can use unix sort command ........
by sachin1
Thu Oct 18, 2007 5:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Column header repeat
Replies: 4
Views: 1712

Re: Column header repeat

hope before processing this file you can use unix sort command ........
by sachin1
Thu Oct 18, 2007 4:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: new to xml
Replies: 3
Views: 1264

Re: new to xml

if you have a pdf file "XMLPACK_20_Designer.pdf", this can help you, please check properly how to set XPath expressions according to your requirement.
by sachin1
Tue Oct 16, 2007 10:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Updating records in Oracle on the basis of Max Date.
Replies: 4
Views: 1308

Re: Updating records in Oracle on the basis of Max Date.

hello dear, job design database---->T1---> hashfile lookup from hashfile to transformer T2 (equi join constraint) inputfile-----> T2-------------------->Oci-stage(User-defined Sql) you need to first find distinct Cust_Id from database into hash file, then put a constraint into transformer to get equ...
by sachin1
Thu Oct 11, 2007 9:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Comparing columns in the same table to dictate processing
Replies: 3
Views: 1324

Re: Comparing columns in the same table to dictate processin

in one transformer you calculate sum of two columns and in second transfomer's constraints, you can make a decision of job processing.
by sachin1
Thu Oct 11, 2007 8:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORAOCI stage : Transaction isolation options
Replies: 5
Views: 2062

Re: ORAOCI stage : Transaction isolation options

one of the datastage doc explains like This Isolation level provides the necessary consistency and concurrency control between transactions in the job and other transactions for optimal performance. Because Oracle does not prevent other transactions from modifying the data read by a query, that data...
by sachin1
Wed Oct 10, 2007 11:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: XML all records in same file
Replies: 6
Views: 3086

Re: XML all records in same file

please check for your repeating element and its description(XPATH expression).