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: product_docs/docs/edb-postgres-ai/1.4/hybrid-manager/using_hybrid_manager/migration/migrations/migration_database_details_view.mdx
+17-6Lines changed: 17 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ You can select from the following statuses:
20
20
21
21
## Schemas
22
22
23
-
The **Schemas** tab offers an overview of the schemas found in your connected database. It displays summary metrics for the database, along with a list of schemas where you granted `SELECT` access on at least one table. Only schemas containing at least one table are displayed.
23
+
The **Schemas** tab offers an overview of the schemas found in your connected database. It displays summary metrics for the database, along with a list of discovered schemas. System schemas are excluded.
24
24
25
25
This information can help you scope your migration effort and effectively plan the migration of your schemas.
26
26
@@ -46,9 +46,9 @@ This information can help you scope your migration effort and effectively plan t
46
46
47
47
Selecting a row expands it to show the following:
48
48
49
-
**Schema Compatibility Summary:** Shows the compatibility status of schema objects as reported by the Migration Portal, including the count of failed, system-repaired, user-repaired, and passed objects, along with the total object count and passed percentage.
49
+
**Schema Compatibility Summary:** Shows the status of schema objects as processed by the Migration Portal. This summary is only available after a Migration Portal project has been created for the schema. For Postgres sources, compatibility assessment is skipped — schemas are passed through as-is, so failed, system-repaired, and user-repaired counts are always 0.
50
50
51
-
**Migration Portal project table:** Lists the Migration Portal project associated with the schema, including the project name, target EDB Postgres Advanced Server (EPAS) version, creation date, and available actions.
51
+
**Migration Portal project table:** Lists the Migration Portal project associated with the schema, including the project name, target database version, creation date, and available actions.
52
52
53
53
</Tab>
54
54
<Tabtitle="Oracle">
@@ -67,7 +67,7 @@ Selecting a row expands it to show the following:
67
67
-**Latest Assessment:** Status of the latest assessment. Possible values are Not Started, In Progress, Complete, and Error.
68
68
-**Last Assessed:** Timestamp of the last assessment. The assessment is regenerated or updated if the EDB Postgres AI agent discovers a new schema or an update to an existing one.
69
69
-**# of Tables:** Number of tables in the schema.
70
-
-**# of Objects:** Number of objectsin the schema.
70
+
-**# of Objects:** Number of assessed PL/SQL objects. In other words, packages, procedures, functions, and triggers that contain references to Oracle built-in packages or subprograms.
71
71
-**Complexity:** Indicates how challenging it will be to convert the schema to EDB Postgres Advanced Server, based on a detailed, object-level analysis. Possible values are Very Easy, Easy, Medium, Hard, and Very Hard. A single schema's complexity may be higher than the overall database complexity, as schema-level analysis is more granular.
72
72
-**Migration LoE:** Indicates how many days it will take to migrate the schema, in 8-hour working days, based on a detailed, object-level analysis.
73
73
-**Dependencies:** The names of any schemas the current schema depends on. Migrate schemas with their dependencies in the same batch (using the same Migration Portal project) to ensure that all referenced objects exist in the destination database.
@@ -86,7 +86,7 @@ Selecting a row expands it to show the following:
86
86
87
87
The **Assessment** tab provides a migration assessment of your connected database, offering insights to help you scope the effort and plan the migration of your database objects. This section contains a summary of the assessment, including key metrics and detailed breakdowns of the factors that contribute to the generated analysis.
88
88
89
-
To export the assessment results in `.json` formatting, select **Download Report**.
89
+
To export the assessment results in `.json` formatting, select **Download Report**. For Postgres databases, the report also includes [additional fields not shown in the HM console](#downloaded-report-fields).
90
90
91
91
**Assessment Details:** Shows a high-level migration assessment summary of the database and the key information used in the assessment. For Postgres databases, this includes database name, engine, version, size, object count, table count, and schema count. For Oracle databases, it also includes migration complexity, Oracle database features used, Oracle PL/SQL features used, database migration LoE, number of CPUs, number of schemas assessed, assessment type, and last assessment timestamp.
92
92
@@ -112,7 +112,7 @@ To export the assessment results in `.json` formatting, select **Download Report
112
112
113
113
**Compatibility Summary:** Shows a high-level compatibility summary of database features and schema objects, along with other factors that contribute to the overall migration complexity and level of effort assessment. Metrics include total schemas, total assessed PL/SQL objects, compatible objects, incompatible objects and occurrences with known workarounds, incompatible objects and occurrences that need further analysis, Oracle database features used, database size, PL/SQL lines, large objects usage, partition types used, aggregate queries, and SQL count.
114
114
115
-
**Oracle PL/SQL Features Used:** Lists all PL/SQL objects that contain Oracle built-in features. For each feature, the table shows the object count, occurrence count, whether it's EPAS compatible (Yes/No), and migration complexity.
115
+
**Oracle PL/SQL Features Used:** Lists all PL/SQL objects that contain Oracle built-in database package calls. For each feature, the table shows the object count, occurrence count, whether it's EPAS compatible (Yes/No), and migration complexity.
116
116
117
117
**Oracle Database Features Used:** Lists all Oracle database features in use in the database, including their migration complexity and migration level of effort (LoE) in days.
118
118
@@ -121,6 +121,17 @@ To export the assessment results in `.json` formatting, select **Download Report
121
121
</Tab>
122
122
</TabContainer>
123
123
124
+
### Downloaded report fields
125
+
126
+
For Postgres databases, the downloaded `.json` report includes the following additional fields that aren't shown in the HM console:
127
+
128
+
-`dbzUnsupportedTypes`: Column data types that Debezium doesn't support. Tables with these types can't use the Data Migration Service (DMS) streaming path.
129
+
-`dbzKeyRisks`: A list of tables with factors for assessing data migration feasibility, including total table size in bytes, key availability (whether the table has a primary key), replica identity configuration, migration status, and TOAST status.
130
+
-`largeObjectsCount`: Count of large object (LO) module objects in the database. Large objects aren't yet supported for migration via the DMS.
131
+
-`distinctDataTypesCount`: Count of distinct data types in use across the database.
132
+
-`objectTypeCounts`: Count of each object type in the database, broken down by schema.
133
+
-`columnDataTypeCounts`: Count of distinct column data types per schema.
134
+
124
135
## Migration
125
136
126
137
The **Migration** tab helps you perform migration-related tasks for the selected database.
0 commit comments