SSMA - Rows counts are not matching after migration from Oracle to SQL Server

185 Views Asked by At

I migrated data from Oracle to SQL Server, the rows count in Oracle is around 820m rows, but when SSMA finished the migration "message said 100% successfully migrated" the rows count in SQL Server was around 745m rows.

Is there a limit on the number of rows?

1

There are 1 best solutions below

1
On

There is no limit on number of rows for SSMA

Please keep in mind that Oracle has read consistency, meaning that the cursor will produce rows as they were in the beginning of select. Maybe, when SSMA started to run there were 745m in Oracle.