reading decimal values from oracle E STAGE

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
chvenkat.v
Participant
Posts: 94
Joined: Fri Dec 14, 2007 3:22 am

reading decimal values from oracle E STAGE

Post by chvenkat.v »

I have a scenario where i am extracting data from Oracle database and manking tranformations on that data. So my first stage will be oracle enterprise stage to pull data and from there the job flows. My concern here is if i put the nullable filed of a column to 'YES' in the stage.
but here i am getting warnings in log file like this
"floating point decimal is not fully supported; adjusting the scale."
meta data definition is like this column
IN_C_CNT -Decimal -Length-12 - Scale-0
in the sql query : like this select
COUNT(CASE WHEN CALL_DIRE=0 THEN 1 END) IN_C_CNT from ....

pls tell i need to set any envir. variable for this.

thnks
venkat
:)
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

Venkat - this particular question has been asked and answered to many times in the past. Please use the "search" function to find the responses.
Post Reply