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
Copy file name to clipboardExpand all lines: docs/sql-server/migrate/guides/oracle-to-sql-server.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ This part of the process involves conducting an inventory of the databases that
39
39
40
40
### Discover
41
41
42
-
To better understand and plan for the migration, use the [Microsoft Assessment and Planning (MAP) Toolkit](https://go.microsoft.com/fwlink/?LinkID=316883) to identify existing data sources and details about the features your organizations is using. This process involves scanning the network to identify all your organization's Oracle instances, versions, and features.
42
+
To better understand and plan for the migration, use the [Microsoft Assessment and Planning (MAP) Toolkit](https://go.microsoft.com/fwlink/?LinkID=316883) to identify existing data sources and details about the features your organization is using. This process involves scanning the network to identify all your organization's Oracle instances, versions, and features.
43
43
44
44
To use the MAP Toolkit to perform an inventory scan, do the following:
45
45
@@ -65,7 +65,7 @@ To use the MAP Toolkit to perform an inventory scan, do the following:
65
65
66
66

67
67
68
-
1. Either enter credentials or create new credentials for the systems that you want to explore, and then select **Next**.
68
+
1. Either enter the current credentials or create new credentials for the systems that you want to explore, and then select **Next**.
69
69
70
70

71
71
@@ -90,7 +90,7 @@ To use the MAP Toolkit to perform an inventory scan, do the following:
90
90
91
91
### Assess
92
92
93
-
After you identify the data sources, use the [SSMA for Oracle](https://www.microsoft.com/download/details.aspx?id=54258) to assess the Oracle instance you're migrating to the SQL Server virtual machine so that you understand the gaps between the two. By using the migration assistant, you can review the database objects and data, assess the databases for migration, migrate the database objects to SQL Server, and then migrate the data to SQL Server.
93
+
After you identify the data sources, use [SSMA for Oracle](https://www.microsoft.com/download/details.aspx?id=54258) to assess the Oracle instance you're migrating to the SQL Server virtual machine so that you understand the gaps between the two. By using the migration assistant, you can review the database objects and data, assess the databases for migration, migrate the database objects to SQL Server, and then migrate the data to SQL Server.
94
94
95
95
To create an assessment, do the following:
96
96
@@ -100,19 +100,19 @@ To create an assessment, do the following:
100
100
101
101

102
102
103
-
1. Select **Connect to Oracle**, and then enter the Oracle connection details.
103
+
1. Select **Connect to Oracle**, enter the Oracle connection details, and then select **Connect**.
104
104
105
105

106
106
107
-
Select the Oracle schemas you want to migrate, and then select **OK**.
107
+
1. On the **Filter objects** pane, select the Oracle schemas you want to migrate, and then select **OK**.
108
108
109
109

110
110
111
-
1.In **Oracle Metadata Explorer**, select the Oracle schemas you're working with, and then select **Create Report** to generate an HTML report with conversion statistics and errors or warnings, if any. Alternatively, you can select **Create Report** at the upper right.
111
+
1.On the **Oracle Metadata Explorer** pane, select the Oracle schemas you're working with, and then select **Create Report** to generate an HTML report with conversion statistics and errors or warnings, if any. Alternatively, you can select the **Create Report** tab at the upper right.
112
112
113
113

114
114
115
-
1. Review the HTML report to understand the conversion statistics and any errors or warnings. You can also open the report in Excel to get an inventory of Oracle objects and the effort that's required to perform schema conversions. The default location for the report is in the report folder within SSMAProjects, as shown here:
115
+
1. Review the HTML report to understand the conversion statistics and any errors or warnings. You can also open the report in Excel to get an inventory of Oracle objects and the effort that's required to perform schema conversions. The default location for the report is the report folder within SSMAProjects. For example:
@@ -124,7 +124,7 @@ To create an assessment, do the following:
124
124
Validate the default data-type mappings and change them based on requirements if necessary. To do so:
125
125
126
126
1. Select **Tools**, and then select **Project Settings**.
127
-
1. Select the **Type mapping** tab.
127
+
1. Select the **Type Mapping** tab.
128
128
129
129

130
130
@@ -144,7 +144,7 @@ To convert the schema, do the following:
144
144
145
145

146
146
147
-
1.Right-click the schema you're working with, and then select **Convert Schema**. Alternatively, you can select the **Convert Schema** tab at the upper right.
147
+
1.On the **Oracle Metadata Explorer** pane, right-click the schema you're working with, and then select **Convert Schema**. Alternatively, you can select the **Convert Schema** tab at the upper right.
148
148
149
149

150
150
@@ -170,7 +170,7 @@ To publish your schema and migrate the database, do the following:
170
170
171
171

172
172
173
-
Review the mapping between your source project and your target, as shown here:
173
+
1. Review the mapping between your source project and your target, as shown here:
174
174
175
175

176
176
@@ -180,7 +180,7 @@ To publish your schema and migrate the database, do the following:
180
180
181
181

182
182
183
-
1. On the **Migrate Data** pane, enter connection details for both Oracle and the SQL Server instances.
183
+
1. On the **Migrate Data** pane, enter the connection details for both Oracle and SQL Server.
184
184
185
185
1. After the the migration is completed, view the **Data Migration Report**.
186
186
@@ -191,9 +191,9 @@ To publish your schema and migrate the database, do the following:
191
191

192
192
193
193
194
-
In addition to using SSMA, you can also use SQL Server Integration Services (SSIS) to migrate the data. To learn more, see:
194
+
In addition to using SSMA, you can use SQL Server Integration Services (SSIS) to migrate the data. To learn more, see:
195
195
-[Get started with SQL Server Integration Services](https://docs.microsoft.com//sql/integration-services/sql-server-integration-services) (article)
196
-
-[SQL Server Integration Services: SSIS for Azure and Hybrid Data Movement](https://download.microsoft.com/download/D/2/0/D20E1C5F-72EA-4505-9F26-FEF9550EFD44/SSIS%20Hybrid%20and%20Azure.docx) (technical white paper).
196
+
-[SQL Server Integration Services: SSIS for Azure and Hybrid Data Movement](https://download.microsoft.com/download/D/2/0/D20E1C5F-72EA-4505-9F26-FEF9550EFD44/SSIS%20Hybrid%20and%20Azure.docx) (technical white paper)
0 commit comments