Search found 387 matches

by pradkumar
Mon Jan 15, 2007 5:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: literal does not match format string
Replies: 4
Views: 1156

Thx for ur suggestioons.
I solved the issue..
by pradkumar
Mon Jan 15, 2007 3:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: literal does not match format string
Replies: 4
Views: 1156

literal does not match format string

Hi I am trying to load the data between two date ranges. I am using a jobs equence with multiple instances of the same job and different date ranges. I am using two job parameters known as "LastLoadDate" and "Load Date" in Job sequence and the original job desin. I am passing two...
by pradkumar
Fri Jan 12, 2007 1:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Getting Aborted, but data is getting extracted and loade
Replies: 11
Views: 3140

I went already through thhe above information.
I have everything set

But still its giving that error
by pradkumar
Fri Jan 12, 2007 12:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Getting Aborted, but data is getting extracted and loade
Replies: 11
Views: 3140

But the table exists and its getting populated even though teh job is getting aborted. This is driving me crazy
by pradkumar
Fri Jan 12, 2007 12:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Getting Aborted, but data is getting extracted and loade
Replies: 11
Views: 3140

Job Getting Aborted, but data is getting extracted and loade

Hi

I am trying to load a huge data nearly 30 million records.
My Job is getting Aborted with DBMS.CODE=ORA-00942 as FATAL and a warning as
ORA-01003: no statement parsed

But in the Designer, the links show that theey are fetching the data and loading the data into table
Whta might be the cause?
by pradkumar
Wed Jan 10, 2007 8:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Table, Log table
Replies: 8
Views: 2373

Thanks for your ideas. I will start building them and get back in case I have any more doubts
by pradkumar
Wed Jan 10, 2007 1:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Table, Log table
Replies: 8
Views: 2373

Actually when is the log table to be populated and how? I mean after I run my main job or before. First I need to create a table and Populating Log table will be done in a separate job. Is this so? Coming to Error table, this table is used instead of reject file. Is this so? Please correct me if I a...
by pradkumar
Wed Jan 10, 2007 1:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Table, Log table
Replies: 8
Views: 2373

Thanks for the replies.
Its not an interview question. Actually I am trying to do some best practices for my project. So I thought of Error Tables and log tables..
by pradkumar
Tue Jan 09, 2007 10:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Table, Log table
Replies: 8
Views: 2373

Error Table, Log table

Hi What is the difference between Error Table and Log Table. As far as I know, Error table should have the rows got rejected while writing into the database and Log table should have records of time the job ran (start time and end time). Please share any ideas of How and Where in the Job to build su...
by pradkumar
Mon Jan 08, 2007 1:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance Issue
Replies: 24
Views: 7700

My actual job design is

Code: Select all

Source---->Transformer(selflkup for Key, InsertNew and Update output links)------>Insert_new(KeyGeneration)--->TARGET
									   ------->uPDATE EXISTING------------>SAME TARGET
by pradkumar
Mon Jan 08, 2007 12:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance Issue
Replies: 24
Views: 7700

Narasimha, What is meant by it picks up only 500 rows initially for the result set.
Its actually returning me the entire data set of 1 million records within 2min of time.
I am unable to get that point.
by pradkumar
Mon Jan 08, 2007 12:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance Issue
Replies: 24
Views: 7700

Thanks For the reply

Its not taking a lot of time..Its taking around 2min for 1 million records
by pradkumar
Mon Jan 08, 2007 12:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance Issue
Replies: 24
Views: 7700

Performance Issue

Hi I am trying to extract the data from Oracle SOurce. Initially I used Dynamic RDBMS stgae as source stage. It was pulling like 4 rows per sec. I changed the array size to 1000 from 1. But it was of no use. I took the query and ran it in Toad and checked the Explain Plan. Everything looks ok. The Q...
by pradkumar
Thu Jan 04, 2007 9:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI has fetched truncated data
Replies: 9
Views: 3354

Thanks a lot..

There were few null values,
I used in source itself NVL now and now its working fine without Iconv and Oconv
by pradkumar
Thu Jan 04, 2007 9:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: OCI has fetched truncated data
Replies: 9
Views: 3354

I solved the above problem by using Trunc(Columnname,2) in the source itself. But now I am facing a DS Phantom error when I am trying to do the following: 1) I am trying to calculate the balance amount as: ICONV(ACCOUNT_DR,"MD2")-->STAGE VARAIBLE 1 ICONV(ACCOUT_CR,"MD2")-->STAGE ...