Data migration from oracle to azure sql database through Azure data factory

Kashish 186 Reputation points
2023-09-12T17:10:13.6933333+00:00

Hi,

I am performing the data migration through azure data factory for the below database.

Source database- oracle database.

Target database- azure sql database.

Total tables- 80

Empty tables Structure- I created through the auto create functionality of the ADF.

For constraints, indexes, foreign keys, primary keys -

I have created the scripts separately for all the 80 tables for the constraints, indexes, foreign keys and primary keys.

I cannot use the SSMA tool as per security concerns, so manually creating the sql scripts is the fine approach to do ?

Azure SQL Database
{count} votes

Accepted answer
  1. Alberto Morillo 31,456 Reputation points MVP
    2023-09-12T18:21:09.6466667+00:00

    Database Schema Conversion Toolkit is an extension available on Azure Data Studio for converting Oracle database schemas to Azure SQL that can really help you in this migration. The toolkit can help you migrate the full table definitions (columns, indexes, primary key, foreign key, unique and check constraints) and all associated programming objects (procedures, triggers, etc.).

    2 people found this answer helpful.

0 additional answers

Sort by: Most helpful