Page 1 of 1

Oracle Error

Posted: Mon Nov 08, 2004 3:06 pm
by Abhinav
Oracle_Enterprise_0: Column YEAR_NO floating point decimal not fully supported. Adjusting scale.

Any soln for the above warning would be appreciated.

I get this warning while reading and writing to a oracle table.

The data types what i specify in my column definitions doesnt make any chab=nge as the warning remains the same.

Do i need to change any environment settings in px so that my data type matches the internal type conversion.


Thanks

Abhi

Posted: Mon Nov 08, 2004 4:03 pm
by ririr
I think you have the column defined with Lengh and scale on the source side. Modify the target column's length and scale to be in sync with the source. It should work..