Hi,
I am migrating Oracle 11g to SQL Server 2014 using SSMA.
Schema migration has executed successfully.
While migrating data all tables have migrated successfully Except for one table where I am getting below error.
"Decimal's scale value must be between 0 and 28, inclusive.
Parameter name: scale"
Type mapping is FLOAT(126) (in oracle) to float(53) (in SQL).
I went through this thread but did not find a satisfactory answer-
http://social.msdn.microsoft.com/Forums/sqlserver/en-US/408b88af-54c5-4dea-b67c-aaaa71887405/ssma-oracle-to-sql-server-error-decimals-scale-value-must-be-between-0-and-28-inclusive?forum=sqlservermigration
Please suggest what can I do to resolve this error.
Thanks.