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
> To perform Oracle to PostgreSQL assessment, Oracle client home path or Ora2pg installation path are mandatory parameters.
52
+
> To perform Oracle to PostgreSQL code assessment, Oracle client home path and Ora2pg installation path are mandatory parameters.
53
53
54
54
## Run assessment
55
55
@@ -89,7 +89,7 @@ Once the assessment extension installs, the next step is to connect to Oracle yo
89
89
1. Enter your **Assessment setting**.
90
90
1. In the **Target Platform** field, enter the destination migration database.Currently, it supports SQL and PostgreSQL as target.
91
91
1. In the **Performance data collection** section, either select run performance data collection on Oracle database (connected) or Add AWR report.
92
-
The recommendation is to use connected option if you are running this tool during peak or realistic load. Otherwise, provide the AWR reports generated in past for performance and sizing recommendation.
92
+
The recommendation is to use connected option if you are running this tool during peak or realistic load. Otherwise, provide the AWR reports generated in past for performance and sizing recommendation.
93
93
1. In the **Scale factor** field, enter the multiplier value.
94
94
1. If the recommended SKU needs to consider other peak load, the scale factor multiplier should be greater than 1. Example: Burst Load, Seasonal usage, future capacity planning etc. Whereas when partial Oracle schema workload is considered migrated, then the multiplier should be less than 1.
95
95
@@ -103,11 +103,15 @@ Once the assessment extension installs, the next step is to connect to Oracle yo
103
103
104
104
- Workload Assessment - In this assessment, the Oracle assessment module performs a lightweight discovery of the schema objects and categorize the schema complexity for migration to various categories with a high level estimated conversion hours.
105
105
106
-
- Code Assessment - The code assessment performs a deep assessment of the Oracle schema objects and then suggests an overall readiness of the code objects with ready, ready with conditions and not ready object types at granular level and its associated conversion hours with higher accuracy.
106
+
- Code Assessment - The code assessment performs a deep assessment of the Oracle schema objects and then suggests an overall readiness of the code objects with ready, need review and not ready object types at granular level and its associated conversion hours with higher accuracy.
107
107
108
108
>[!Note]
109
109
> For code assessment, the extension uses open source Ora2pg schema convertor.
110
110
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
+
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.
114
+
111
115
10. Now, you see the new assessment in the last five assessments section.
112
116
113
117
:::image type="content" source="media/database-migration-assessment-for-oracle-extension/dmafo-demo.png" alt-text="name the assessment demo":::
@@ -155,6 +159,13 @@ The code compatibility provides a summary of schema objects that can be converte
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.
163
+
164
+
There is a further drill down for not ready and need review section. It provides the list of remediation tasks and the effort hours for each task.
The feature assessment provides the Oracle to Azure data target mapped features and the effort required for migrating those capabilities to Azure target.
0 commit comments