Search found 36 matches

by sb2212
Fri Oct 17, 2008 3:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: rounding off of decimal digits in ORAOCI 9i stage
Replies: 7
Views: 2377

The Length of P_ID in OCI stage is 38 and the data type is Decimal.There is no scale.
by sb2212
Fri Oct 17, 2008 3:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: rounding off of decimal digits in ORAOCI 9i stage
Replies: 7
Views: 2377

Its Decimal and length 60.
by sb2212
Fri Oct 17, 2008 3:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: rounding off of decimal digits in ORAOCI 9i stage
Replies: 7
Views: 2377

rounding off of decimal digits in ORAOCI 9i stage

Hi all, In my target table,I've a column P_ID which is given by Measure/Rate ,Measure and Rate coming from the source table. The value getting into P_ID after the division is getting rounded off. For Eg., If the actual value after the division is 122.91,P_ID will get populated as 123, If the value i...
by sb2212
Thu Oct 16, 2008 12:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error:Fetch out of sequence
Replies: 4
Views: 2263

Error:Fetch out of sequence

Hi there,

When trying to load from OCI stage to the Pivot,I am encountering an error ORA01002:fetch out of sequence, and the job get aborted.

I did c a similar post on the same topic,but the solution doesnt seem to work.

Any other solution?

Regards,
shilpa
by sb2212
Mon Oct 06, 2008 11:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage programming guidelines/tips
Replies: 0
Views: 1319

Re: Datastage programming guidelines/tips

Use sorted data for aggregator.

Try using bulk loader whereever possible

Sort the data in the table.
by sb2212
Mon Sep 29, 2008 1:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Metadata mismatches
Replies: 2
Views: 1119

Re: Metadata mismatches

Metadata mismatches while writing into the table can b severe.Metadata mismatches can happen due to inordered columns or datatypes.

The best way to avoid this is to directly import it from manager.