Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit c4a5d9c

Browse files
authored
Update database-schema-conversion-toolkit-oracle-to-mssql.md
Update DSCT v0.4.0
1 parent 4af365a commit c4a5d9c

1 file changed

Lines changed: 17 additions & 11 deletions

File tree

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
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.
2+
title: "Database Schema Conversion Toolkit (Preview)"
3+
description: Learn about Database Schema Conversion Toolkit and follow step-by-step instructions for migrating Oracle databases to Microsoft SQL platform.
44
author: tdoshin
55
ms.author: timioshin
66
ms.reviewer: maghan
@@ -9,36 +9,42 @@ ms.service: azure-data-studio
99
ms.topic: conceptual
1010
---
1111

12-
# Database Schema Conversion Toolkit (Oracle to Microsoft SQL) (Preview)
12+
# Database Schema Conversion Toolkit (Preview)
1313

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).
1515

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.
1717

1818
## Supported sources
1919

2020
Oracle databases version 11.2.0.4 and above are supported as the source.
2121

2222
> [!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.
2424
2525
## Supported targets
2626

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:
2828

29-
- Microsoft SQL Server 2012 and above
29+
- Microsoft SQL Server 2017 and above
3030
- Azure SQL Database
3131
- Azure SQL Managed Instance
32-
- Azure Synapse Analytics
3332

3433
## Currently supported objects
3534

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:
3736

3837
- Users (schemas)
39-
- Basic table definitions (columns, indexes, constraints)
38+
- Basic table definitions (columns, indexes, primary key, foreign key, unique and check constraints)
39+
- Procedures
40+
- Views
41+
- Triggers
4042
- Sequences
4143
- Synonyms
44+
- 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
4248

4349
> [!NOTE]
4450
> 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

Comments
 (0)