Skip to content

Commit

Permalink
Merge pull request #2379 from EnterpriseDB/release/2022-02-24
Browse files Browse the repository at this point in the history
Release: 2022-02-24
  • Loading branch information
drothery-edb authored Feb 24, 2022
2 parents 58ad4a9 + 15b0ede commit 62b0086
Show file tree
Hide file tree
Showing 114 changed files with 24 additions and 38 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: "Release Notes"
redirects:
- ../01_whats_new/
---

The Migration Portal documentation describes the latest version of Migration Portal.

New features, enhancements, bug fixes, and other changes in Migration Portal 3.5.1 include the following:

| Type | Description |
| ---- |------------ |
| Enhancement | Added a validation to prevent the use of DDL files generated by the DDL Extractor previously provided by EDB. The current version of the Migration Portal requires the DDLs uploaded into the Migration Portal to be generated using the Oracle Data Pump utilities as documented in the [Performing a schema extraction](../04_mp_migrating_database/01_mp_schema_extraction) instructions. Note that disabling the use of DDL extractor generated files is expected to be a temporary measure for this release until issues that were encountered after the 3.5.0 release are fully addressed. |
| Security Fix | Migration Portal uses the EDB JDBC driver for communicating with the underlying database. The driver has been updated to version 42.3.2.1, which covers recent security fixes to address CVE-2022-21724. |
| Bug Fix | Fixed different parsing related errors encountered after the 3.5.0 release. |





Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,4 @@ To access the Migration Portal:

4. Log in using your credentials. See [Migration Portal quick start](03_mp_quick_start) for an overview of using Migration Portal to migrate Oracle schemas.

<div class="toctree" maxdepth="3">

mp_overview_home mp_overview_project mp_overview_wiki

</div>
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You can use the Oracle’s Data Pump utility to extract metadata from your Oracl


!!! Note
Migration Portal might become unresponsive for very large SQL files, depending on your system’s and browser’s resource availability. Migration Portal supports SQL files up to 1 GB. If your SQL file size exceeds 1 GB, extract fewer schemas at a time to reduce the SQL file size.
Migration Portal might become unresponsive for very large SQL files, depending on your system’s and browser’s resource availability. To resolve this, try extracting fewer schemas at a time to reduce the SQL file size.

## Extracting schemas to an SQL dump file

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ You can assess an Oracle database schema for compatibility with EDB Postgres Adv
- Don't modify the `.SQL` file.


7. To specify an index prefix (`idx`) when creating a project, select the **Add Index Prefix** box. This selection ensures better assessment results, as EDB Postgres Advanced Server doesn't support the same name for tables and indexes.
7. To specify adding a suffix to indexes (_IDX) and constraints (_CON) when creating a project, select the **Add suffix to make object names unique** checkbox. This selection ensures better assessment results, as EDB Postgres Advanced Server doesn't support the same name for tables and indexes, whereas, Oracle does.

8. Select **Create & assess** to create a new project and to assess the schemas.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,4 @@ To migrate a database, you must complete the following steps:
4. Perform a [data migration](04_mp_data_migration/#mp_data_migration).


<div class="toctree" maxdepth="3">

mp_schema_extraction mp_schema_assessment mp_schema_migration mp_data_migration

</div>
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,7 @@ Migration Portal is a web-based service for migrating Oracle database schemas to

The migration produces DDLs compatible with EDB Postgres Advanced Server.

The user-friendly portal interface simplifies the assessment and migration process. Log in to the portal and start with the [migration process](03_mp_using_portal/03_mp_quick_start).
The user-friendly portal interface simplifies the assessment and migration process. Log in to the portal and start the [migration process](03_mp_using_portal/03_mp_quick_start).

EnterpriseDB has helped companies migrate their existing database systems to Postgres for years. For more information, see the [EnterpriseDB website](https://www.enterprisedb.com/).

<div class="toctree" maxdepth="3">

supported_platforms mp_using_portal mp_migrating_database mp_advanced_data_migration

</div>
1 change: 1 addition & 0 deletions static/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
/docs/migration_portal/3.2.0/* /docs/migration_portal/latest/:splat 301
/docs/migration_portal/3.3.0/* /docs/migration_portal/latest/:splat 301
/docs/migration_portal/3.4.0/* /docs/migration_portal/latest/:splat 301
/docs/migration_portal/3.5.0/* /docs/migration_portal/latest/:splat 301

# FDWs
/docs/hadoop_data_adapter/2.0/* /docs/hadoop_data_adapter/latest/ 301
Expand Down

0 comments on commit 62b0086

Please sign in to comment.