Search found 324 matches

by sachin1
Wed Aug 08, 2007 11:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: row count in hash file
Replies: 6
Views: 2805

Re: row count in hash file

do you want a row count value in hash file or row count of hash file, depending on situation and requirement you need to apply furhter logic, but DSLinkRowCount can help you to know rowcount.
by sachin1
Tue Aug 07, 2007 8:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: call oracle procedure which dont accept/return values?
Replies: 5
Views: 1618

Re: call oracle procedure which dont accept/return values?

hello you can use Stored_Procedure stage with no input or output. in output by default you will have ProcCode, ProcMess columns.

in syntax tab you mention your procedure name and take procedure_type tab value as Transform.
by sachin1
Mon Aug 06, 2007 11:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting the Director list of executed jobs
Replies: 10
Views: 2947

Re: Getting the Director list of executed jobs

I agree with ArndW you need to use a custom code mentioned, in the JOB PROPERTIES IN JOB CONTROL TAB, and run the job, it will execute the code inside it and you can get a result in mentioned/used log file. also you can check Ascential Software Corporation routine UtilityRunJob(sdk) may that help yo...
by sachin1
Wed Aug 01, 2007 2:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Locking of Table
Replies: 13
Views: 4947

Re: Locking of Table

i daily use this kind of situation regarding insert and update, with Array Size:1500 and Transaction Size:50, I never get a lock issue, Array Size and Transaction Size need to be checked, i agree with sara123.
by sachin1
Mon Jul 30, 2007 7:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Managing sequential unique keys
Replies: 11
Views: 4149

Re: Managing sequential unique keys

hello as your web application is using oracle sequence and datastage was already using KeyMgmnt routine,runtime sync is difficult. so as said by ray query your database and increment the value accordingly to create the new number, this logic need to be implemented for both web services and datastage.
by sachin1
Mon Jul 30, 2007 6:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Target Load strategy
Replies: 12
Views: 7065

Re: Target Load strategy

hello if you want to do conditional insert.

so what we do is we select records from database and create a hash file, have a lookup of this hash file with input source containing huge records, if records matched no upload otherwise insertion.

put proper constraints in transformer.
by sachin1
Wed Jul 25, 2007 12:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage 8.X STORED PROCEDURE STAGE (oracle)
Replies: 2
Views: 2024

Re: DataStage 8.X STORED PROCEDURE STAGE (oracle)

please elaborate more on any issue for stored procedure stage.
by sachin1
Tue Jul 24, 2007 11:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Pick up new files only
Replies: 6
Views: 1984

Re: Pick up new files only

hello, if i interpret your issue properly, i think in your directory, your getting a files which are used in datastage. just for example if you have a file named test.txt which is used in datastage, you are aware of the name of file that will be used in job, so what you can do is use an after job su...
by sachin1
Tue Jul 24, 2007 5:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: date conversion
Replies: 7
Views: 2802

Re: date conversion

have you tried taking varchar and tested, with varchar it definitely works.
by sachin1
Tue Jul 24, 2007 4:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: date conversion
Replies: 7
Views: 2802

Re: date conversion

i think below is your implementation.

Source(sql server)----> transformer----> OCI stage.

in transformer output stage for date column of oracle, put as VARCHAR with proper length and data will get inserted.
by sachin1
Mon Jul 23, 2007 6:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to do full outer join
Replies: 10
Views: 4937

Re: how to do full outer join

hi ray i have a question like what if full outer join has lot of data, say suppose in GB, will merge hamper the performance.
by sachin1
Mon Jul 23, 2007 5:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to do full outer join
Replies: 10
Views: 4937

Re: how to do full outer join

good question, i agree with ray, merge stage will definitely help for outer join.
by sachin1
Fri Jul 20, 2007 5:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to limit list of tables when doing a metadata import
Replies: 7
Views: 1631

Re: How to limit list of tables when doing a metadata import

Hello, i interpret your issue correctly, i think you need few table definitions(Meta data) to be used in jobs. you go on to import plug-in meta data, then give Instance name, username,password. you will get a list of all tables, but if you want to select particular list of tables starting with name ...
by sachin1
Thu Jul 19, 2007 4:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Need function in datastage to convert string datatype todate
Replies: 4
Views: 5268

Re: Need function in datastage to convert string datatype to

hello, if your target column is for database then you need to use database specific date formating like to_date(), otherwise just check for proper length for that date column.
by sachin1
Wed Jul 18, 2007 5:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Query with date field
Replies: 5
Views: 2246

Re: Query with date field

please check for the value of parameter #start_date#