What you’ll need:

After installing the tools, open the SqlMigration3 32 bit version from Window’s start menu
Start->All Programs->Microsoft SQL Server Migration Assistant for Oracle->Microsoft SQL Server Migration Assistant for Oracle (32-bit)

*Note: Do not use the desktop shortcut, it is likely the 64 bit version which will not work with our 32 bit client.

Steps (After opening SqlMigration3 (32-bit)…):

  1. Create a new project: File->”New Project…”
    • ora_to_sql0
    • ora_to_sql0-2
      (Any save location is fine)
  2. Connect to your SQL Server
    • ora_to_sql2
  3. Connect to your Oracle DB
    • ora_to_sql1
  4. Select the schema from the Oracle’s list and checkbox all of the components you wish to transfer.
  5. HIGHLIGHT the most upper item in the tree expanded list and click the “Convert Schema” button
  6. (Optional?) Next click Migrate Data? (Not sure if this is even necessary)
  7. Once the transfer is complete…
    1. Right click on the SQL Server schema and select the menu option of “Synchronize With Database”
      1. ora_to_sql0-1
        (This will take our “working area” data and actually transfer/sync it with our live SQL Server database)
    2. That’s it.
  8. You’re done!