Skip to content

Example of migration of SQL Server 2022 tables to Oracle 19c

Notifications You must be signed in to change notification settings

githanshync/SQLServerTablesToOracle

Repository files navigation

From SQL Server Tables to Oracle.

Example of migration of SQL Server tables to Oracle via SSIS.

Minimum requirements:

To run the ssis package.

In the source database with user sa (MSSQL):

  • Create login sou_user1 with privilege "db_datareader" on the sample database "WideWorldImporters".

In the target database (Oracle), use the scripts from the “-SCRIPTS” folder:

  • Create the user-schema "USERTEST".
  • Create the tables PEOPLE and PURCHASEORDERS.

In the Visual Studio project:

In connection manager:

  • Update the "Server or file name" field with your server name or ip and instance (source database): [SERVER1]/[MSSQLSERVER]
  • Update the "tns service name" field (target database).
  • And update the password for the user USERTEST in the password field.

Control flow:

Control Flow

Data Flow 1:

Control Flow

Data Flow 2:

Control Flow

About

Example of migration of SQL Server 2022 tables to Oracle 19c

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published