Does the column with the numeric data type has no length specified? (no
precision, no default, allows NULL). The numeric data type without a
precision and scale is represented in Oracle by a variable-length numeric
with precision of up to 255. There is no SQL Server type that htis can be
mapped to without loss of precision.
Please make sure you have at least SP2 applied on the target machine. and
you may try the following work around:
1. Set the leng property for Numeric column in Oracle table.
2. Use transform to convert the data in the numeric field to a character
value (you may convert it back later).
3. The best work around is to change the field type in the table to a
defined value, such as Numeric (15), if possible.
I hope this helps.
Regards,
Jun Chen
This posting is provided "AS IS" with no warranties, and confers no rights.
The field does have a length (18). I am going to install
the service pack 3, however I did not see anything in it
that related to our problem.
The problem seems to arise before the transfer begins.
When I view the data via the preview it shows 0's. I have
also tried creating the tables to import into prior to the
transfer and it doesn't make a difference.
variable-length numericQuote:>-----Original Message-----
>Hello,
>Does the column with the numeric data type has no length
specified? (no
>precision, no default, allows NULL). The numeric data
type without a
>precision and scale is represented in Oracle by a
target machine. andQuote:>with precision of up to 255. There is no SQL Server type
that htis can be
>mapped to without loss of precision.
>Please make sure you have at least SP2 applied on the
Quote:>you may try the following work around:
>1. Set the leng property for Numeric column in Oracle
table.
>2. Use transform to convert the data in the numeric field
to a character
>value (you may convert it back later).
>3. The best work around is to change the field type in
the table to a
>defined value, such as Numeric (15), if possible.
>I hope this helps.
>Regards,
>Jun Chen
>This posting is provided "AS IS" with no warranties, and
confers no rights.
>.
Quote:>-----Original Message-----
>Thanks for your reply.
>The field does have a length (18). I am going to install
>the service pack 3, however I did not see anything in it
>that related to our problem.
>The problem seems to arise before the transfer begins.
>When I view the data via the preview it shows 0's. I have
>also tried creating the tables to import into prior to
the
>transfer and it doesn't make a difference.
>>-----Original Message-----
>>Hello,
>>Does the column with the numeric data type has no length
>specified? (no
>>precision, no default, allows NULL). The numeric data
>type without a
>>precision and scale is represented in Oracle by a
>variable-length numeric
>>with precision of up to 255. There is no SQL Server type
>that htis can be
>>mapped to without loss of precision.
>>Please make sure you have at least SP2 applied on the
>target machine. and
>>you may try the following work around:
>>1. Set the leng property for Numeric column in Oracle
>table.
>>2. Use transform to convert the data in the numeric
field
>to a character
>>value (you may convert it back later).
>>3. The best work around is to change the field type in
>the table to a
>>defined value, such as Numeric (15), if possible.
>>I hope this helps.
>>Regards,
>>Jun Chen
>>This posting is provided "AS IS" with no warranties, and
>confers no rights.
>>.
>.
The following article may be helpful:
http://support.microsoft.com/directory/article.asp?ID=kb;en-us;Q199293
You may also use Oracle ODBC driver if you are using ODBC connectivity. You
may also consider converting the data in the numeric field to a character
value (then convert it back).
Jun
This posting is provided "AS IS" with no warranties, and confers no rights.
1. Cannot Convert VarChar to Numeric Error in DTS
2. Btrieve and ADO/RDO from VB
3. DTS import numeric values problem
4. odbc write conflict after a new link table
5. DTS Import loses numeric values sporadically
6. Problems w/Distinct Count aggreg. in MS OLAP 7.5 beta
7. DTS/ADO - Numeric data error
9. DTS Skips numeric values when Importing Excel Column
10. DTS to EXCEL - numeric values problem
11. DTS Importing of numeric values
12. SQL 7, DTS converting from a char field with a numeric value to a money field
13. DTS to Excel - numeric values problem