Known issues

Refer to the Known Issues for OCI Database Migration.

Known issue: If you have a source database as Standard Edition Oracle Database and if you are not using DB link as the transfer medium, then the export fails with the following error:

PRGZ-1464 : PRGZ-1464 : Oracle Data Pump dump encryption feature is not available for Oracle Standard Edition Database

Known issue:

Currently, editions for editionable objects are not migrated, the export is done according to the current object edition that you have in the source database.

Editionable views are not currently migrated and you need to manually create them in the target database.

Known issue

Issue: PRGZ-3808 | The specified directory path {0} in the parameter "DATAPUMPSETTINGS.EXPORTDIRECTORYOBJECT.PATH" does not match with the path {0 } that the database directory object {0 } points to.

Solution: You can either update the directory object on the database to match the directory object path that you provide in the migration. Alternatively, you can update the migration with the correct directory object path and the directory object name. Analyze the following query:

SELECT directory_name, directory_path
FROM dba_directories
WHERE directory_name = '<DIRECTORY_OBJECT_NAME>';

Known issue

Issue: While creating a migration from an Autonomous database to an Autonomous database, evaluation job fails whenever the ADMIN user is configured for initial load and has an insufficient privileges error.

Solution: As a workaround, when performing an online migration, you must set the value of the GOLDENGATESETTINGS_SKIPRELOADQUERYADVISOR advanced parameter in the migration configuration to true.

Ensure to add the following permissions:

GRANT SELECT ON SYS.V_$SESSION TO ggadmin;
GRANT SELECT ON SYS.V_$TRANSACTION TO ggadmin;
GRANT SELECT ON SYS.V_$DATABASE TO ggadmin;
ALTER SYSTEM SET GLOBAL_NAMES=FALSE;
ALTER PLUGGABLE DATABASE ADD SUPPLEMENTAL LOG DATA;
GRANT PDB_DBA to ggadmin;

Known issue

Issue: The online migrations fail when using IPv4+IPv6 subnet. PE (Private Endpoint) and RCE (Remote Code Execution) do not yet support IPv6.

Solution: Currently, when you attempt an online migration and the connections are assigned to a subnet that contains IPv6 CIDR blocks, the migration fails because it would not be able to create the GGS Connection. This is because both PE and RCE do not yet support IPv6. PE has only rolled out IPv6 support to a few regions and the tenancies are yet to be enabled.

Related Topics