Oracle to SQL Server Migration - Exploring the process-contd.
Continuing my previous article to explore next steps….
After successful connection in SSMA to Oracle, I could navigate through different objects and see the procedure definitions.
Recommended by LinkedIn
Here, HR schema in Oracle has 34 objects in all while the same in SQL Server has 38 objects.
19 Constraints in SQL tally with 19 indexes in Oracle. Default constraint seems to be an exception.
The difference is in number of triggers. Oracle has two triggers whereas SQL has four!
Oracle Triggers:
SQL Triggers:
Hey, data migration is done! Now, lets check row counts on both sides! As soon as data migration is complete, it pops up with Data migration report with row counts of migrated Oracle tables.
Does it match with row counts from SQL Server?
Yes, they do! 😊
I am happy that I was able to do this with two EC2 instances on my laptop.
Happy Learning!