You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
title: "Database Schema Conversion Toolkit (Oracle to Microsoft SQL) (Preview)"
3
-
description: Learn about Database Schema Conversion Toolkit (Oracle to Microsoft SQL) and follow step-by-step instructions for migrating Oracle databases to Microsoft SQL platform.
description: Learn about Database Schema Conversion Toolkit and follow step-by-step instructions for migrating Oracle databases to Microsoft SQL platform.
4
4
author: tdoshin
5
5
ms.author: timioshin
6
6
ms.reviewer: maghan
@@ -9,36 +9,42 @@ ms.service: azure-data-studio
9
9
ms.topic: conceptual
10
10
---
11
11
12
-
# Database Schema Conversion Toolkit (Oracle to Microsoft SQL) (Preview)
12
+
# Database Schema Conversion Toolkit (Preview)
13
13
14
-
The Database Schema Conversion Toolkit (Oracle to Microsoft SQL) is an [Azure Data Studio](../../../what-is-azure-data-studio.md) extension for migrating Oracle database schemas to Microsoft SQL platform. While the [SQL Server Migration Assistant](../../../../ssma/oracle/sql-server-migration-assistant-for-oracle-oracletosql.md) is the Microsoft migration tool for enterprise customers and complex migrations (including Oracle customers with the ability to provision a Windows VM in their environment), the Database Schema Conversion Toolkit in Azure Data Studio enables the previously unsupported migration and modernization of Oracle workloads in exclusively Linux environments. Oracle data marts and reporting solutions are key opportunities to leverage the new Database Schema Conversion Toolkit.
14
+
The Database Schema Conversion Toolkit is an [Azure Data Studio](../../../what-is-azure-data-studio.md) extension for converting Oracle database schemas to Microsoft SQL platform. IT helps in converting majority of the database storage object and code objects to a format compatible with the target database. The Database Schema Conversion Toolkit in Azure Data Studio enables the previously unsupported migration and modernization of Oracle workloads in exclusively Linux environments compared to [SQL Server Migration Assistant](../../../../ssma/oracle/sql-server-migration-assistant-for-oracle-oracletosql.md).
15
15
16
-
This section introduces you to Database Schema Conversion Toolkit (Oracle to Microsoft SQL) and provides step-by-step instructions for migrating Oracle databases.
16
+
This section introduces you to Database Schema Conversion Toolkit and provides step-by-step instructions for converting Oracle databases schema.
17
17
18
18
## Supported sources
19
19
20
20
Oracle databases version 11.2.0.4 and above are supported as the source.
21
21
22
22
> [!NOTE]
23
-
> Database Schema Conversion Toolkit (Oracle to Microsoft SQL) extension relies on the [Extension for Oracle](../../extension-for-oracle.md) to establish connection to the Oracle database.
23
+
> Database Schema Conversion Toolkit extension relies on the [Extension for Oracle](../../extension-for-oracle.md) to establish connection to the Oracle database.
24
24
25
25
## Supported targets
26
26
27
-
The Database Schema Conversion Toolkit (Oracle to Microsoft SQL) extension currently supports the following targets:
27
+
The Database Schema Conversion Toolkit extension currently supports the following targets:
28
28
29
-
- Microsoft SQL Server 2012 and above
29
+
- Microsoft SQL Server 2017 and above
30
30
- Azure SQL Database
31
31
- Azure SQL Managed Instance
32
-
- Azure Synapse Analytics
33
32
34
33
## Currently supported objects
35
34
36
-
The Database Schema Conversion Toolkit (Oracle to Microsoft SQL) supports automated conversion of the following database objects:
35
+
The Database Schema Conversion Toolkit supports automated conversion of the following database objects from Oracle to Microsoft SQL platform:
- Basic Routines and calls to user defined routines
45
+
- Basic DDL, TCL statements including built-in functions
46
+
- Programability constructs like Exceptions, CTEs
47
+
- Support for expressions like CASE, LOOPs, Conditions
42
48
43
49
> [!NOTE]
44
50
> If your database contains a significant amount of objects that the Database Schema Conversion Toolkit does not currently support, you may consider using [SQL Server Migration Assistant for Oracle](../../../../ssma/oracle/sql-server-migration-assistant-for-oracle-oracletosql.md), which provides automated conversion for additional object types, but can only be used on Windows.
0 commit comments