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/azure-data-studio/extensions/database-migration-assessment-for-oracle-extension.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ Once the assessment extension installs, the next step is to connect to Oracle yo
110
110
111
111
If Oracle client and\or Ora2pg is not installed in the Azure data studio tool machine, either manually install them or use the script available here. - [Ora2pg installation script](https://github.com/microsoft/OrcasNinjaTeam/tree/master/ora2pg-install)
112
112
113
-
If Oracle client and Ora2pg is installed, ensure that the Oracle client home path and Ora2pg installation path is updated in the extension settings.
113
+
If Oracle client and Ora2pg are installed, ensure that the Oracle client home path and Ora2pg installation path are updated in the extension settings.
114
114
115
115
10. Now, you see the new assessment in the last five assessments section.
116
116
@@ -134,7 +134,7 @@ When you click on view detail report, it first shows the summary of the Assessme
If the target selected is Database for Azure PostgreSQL, either database details tab or Code assessment tab will be visible based on the assessment type selection.
137
+
If the target selected is Database for Azure PostgreSQL, either database details tab or Code assessment tab will be visible, based on the assessment type selection.
138
138
139
139
The following database details tab provides the breakup per schema basis. It shows the list of schemas are discovered, the migration feasibility, and the estimated time to convert schema in hours.
140
140
@@ -159,9 +159,9 @@ The code compatibility (_PostgreSQL target only_) provides a summary of schema o
The report shows the total number of objects and conversion effort hours required for migrating code to database for Azure PostgreSQL. The graphical image provides the breakup for each schema object type such as tables, views,cluster etc. The effort are categorized as Ready - Automatically converted, Needs review and not ready - requires manual conversion.
162
+
The report shows the total number of objects and conversion effort hours required for migrating code to database for Azure PostgreSQL. The graphical image provides the breakup for each schema object type such as tables, views,cluster etc. The efforts are categorized as Ready - Automatically converted, Needs review and not ready - requires manual conversion.
163
163
164
-
There is a further drilldown for not ready and need review section. It provides the list of remediation tasks and the effort hours for each task.
164
+
There is a drill-down for not ready and need review section. It provides the list of remediation tasks and the effort hours for each task.
0 commit comments