Skip to content

Commit 45abff1

Browse files
authored
Merge pull request #5972 from EnterpriseDB/docs/edits_to_migration_portal_pr5943
Edits to Migration Portal: added unsupported objects to known issues …
2 parents 591cafe + 4b21386 commit 45abff1

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

product_docs/docs/migration_portal/4/04_mp_migrating_database/02_mp_schema_assessment.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ legacyRedirectsGenerated:
1212
You can assess an Oracle database schema for compatibility with EDB Postgres Advanced Server. You can also generate a report about the assessment.
1313

1414
!!!note
15-
Review the [release notes](../01_mp_release_notes/) and [known issues](../known_issues_notes.mdx) section for an overview of unsupported schema objects.
15+
Review the [release notes](../01_mp_release_notes/) and [known issues](../known_issues_notes.mdx) for an overview of unsupported schema objects.
1616
!!!
1717

1818
## Perform a schema assessment
@@ -23,8 +23,6 @@ You can assess an Oracle database schema for compatibility with EDB Postgres Adv
2323

2424
1. Select **New** to create a project.
2525

26-
![The Migration Portal New project dialog](../images/mp_schema_assessment_new_project_updated.png)
27-
2826
1. In the dialog box, enter the project name in the **Project name** field.
2927

3028
1. Specify project details:

product_docs/docs/migration_portal/4/known_issues_notes.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ Some unsupported Oracle objects are removed when Migration Portal assesses your
2323

2424
The following objects are removed during the schema assessment:
2525

26-
- Objects related to `MATERIALIZED VIEWS`. For example, backend `TABLE` or `INDEX` statements created to support `MVIEW`.
27-
- Objects related to `Queues`.
28-
- Objects related to `Nested Tables`.
29-
- Objects related to `XMLType Tables`.
30-
- Types that depend on `SYSTEM Schemas`.
31-
- Indexes related to `PRIMARY KEY` and `UNIQUE` constraints.
32-
- Unsupported system `GRANT` privileges:
33-
34-
EDB only supports granting `CREATE DATABASE LINK`, `CREATE PUBLIC DATABASE LINK`, `DROP PUBLIC DATABASE LINK` and `EXEMPT ACCESS POLICY` system privileges. Other `GRANT` statements are not supported and removed from the DDL file.
26+
- Objects related to `MATERIALIZED VIEWS`, for example, backend `TABLE` or `INDEX` statements created to support `MVIEW`
27+
- Objects related to `Queues`
28+
- Objects related to `Nested Tables`
29+
- Objects related to `XMLType Tables`
30+
- Types that depend on `SYSTEM Schemas`
31+
- Indexes related to `PRIMARY KEY` and `UNIQUE` constraints
32+
- Unsupported system `GRANT` privileges
33+
34+
EDB supports granting only `CREATE DATABASE LINK`, `CREATE PUBLIC DATABASE LINK`, `DROP PUBLIC DATABASE LINK`, and `EXEMPT ACCESS POLICY` system privileges. Other `GRANT` statements aren't supported and are removed from the DDL file.
3535

3636
### File encoding
3737

0 commit comments

Comments
 (0)