cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

The PTC Community will be on read only status starting March 23rd in preparation for moving our platform to a new provider. Read more here

Translate the entire conversation x

Oracle to SQL Migration - how to migrate custom tables

HM_12234470
10-Marble

Oracle to SQL Migration - how to migrate custom tables

Version: Windchill 13.0

 

Use Case: The O2S tool migrates only OOTB tables and not the custom tables. anyone performed the O2S migration before and can help answering this query?


Description:

Have gone through lot of articles and migration guide. However, could not find information related to migrating custom tables from Oracle to SQL. The O2S tool migrates only OOTB tables and not the custom tables. anyone performed the O2S migration before and can help answering this query?

ACCEPTED SOLUTION

Accepted Solutions
HM_12234470
10-Marble
(To:MTH)

We can use the SQL Server Migration Assistant (SSMA) for Oracle which is a free Microsoft-supported tool that automates and simplifies the process of migrating Oracle databases to SQL Server, Azure SQL Database. We used it and able to migrate the custom tables.

View solution in original post

2 REPLIES 2
MTH
13-Aquamarine
13-Aquamarine
(To:HM_12234470)

@HM_12234470 ,

We went through the same conversion in many occasions. For the custom tables, you need to do the conversion yourself(convert Oracle DDL to SQL Server), export the data from the oracle table and import it in sql(multiple techniques could be used for this purpose), then recreate the contstraints and keys in the new sql table. 

 

HM_12234470
10-Marble
(To:MTH)

We can use the SQL Server Migration Assistant (SSMA) for Oracle which is a free Microsoft-supported tool that automates and simplifies the process of migrating Oracle databases to SQL Server, Azure SQL Database. We used it and able to migrate the custom tables.

Announcements


Top Tags