Performing a schema extraction v4

Schema extraction methods

You can perform a schema extraction using the EDB or Oracle extraction tools.Select one of the following for instructions and examples:

EDB recommends using the EDB DDL extractor to extract your schemas. Alternatively, you can use Oracle’s Data Pump (IMPDP/EXPDP) tool to export schemas from an Oracle database.

Warning

If you choose to extract schemas using a different method and then upload the DDL file to Migration Portal, the portal may not be able to assess the file correctly.

For more information, see Known issues, limitations, and notes.

Schemas and objects support

The lists and tables that follow show supported and unsupported schemas and objects in Migration Portal.

Unsupported schemas

Exclude these Oracle systems schemas while generating the SQL dump file.

ANONYMOUSAPEX_PUBLIC_USERAPEX_030200APEX_040000APEX_040200
APPQOSSYSAUDSYSCTXSYSDMSYSDBSNMP
DBSFWUSERDEMODIPDMSYSDVF
DVSYSEXFSYSFLOWS_FILESFLOWS_020100FRANCK
GGSYSGSMADMIN_INTERNALGSMCATUSERGSMROOTUSERGSMUSER
LBACSYSMDDATAMDSYSMGMT_VIEWOJVMSYS
OLAPSYSORDPLUGINSORDSYSORDDATAOUTLN
ORACLE_OCMOWBSYSOWBYSS_AUDITPDBADMINRMAN
REMOTE_SCHEDULER_AGENTSI_INFORMTN_SCHEMASPATIAL_CSW_ADMIN_USRSPATIAL_WFS_ADMIN_USRSQLTXADMIN
SQLTXPLAINSYS$UMFSYSSYSBACKUPSYSDG
SYSKMSYSRACSYSTEMSYSMANTSMSYS
WKPROXYWKSYSWK_TESTWMSYSXDB
XS$NULL
Note

EDB Postgres Advanced Server doesn't support schema names starting with pg_.

Supported object types

  • Tables
  • Sequences
  • Constraints
  • Indexes (Except LOB indexes and indexes on materialized views)
  • Synonyms
  • Views
  • Materialized views
  • DB links
  • Types and type body
  • Triggers
  • Functions
  • Procedures
  • Packages
  • Users
  • Roles
  • Profiles
  • Role and object grants
Note

COMMENTS on columns, tables, and materialized views are also supported.

Unsupported object types

  • Editions
  • Operators
  • Schedulers
  • LOB indexes and indexes on materialized views
  • XML schemas
  • Tablespaces
  • Directories
  • RLS policy
  • Queues *
  • Library
  • Indextype

* Even though EDB Postgres Advanced Server provides support for Queue tables, Migration Portal does not currently support it. Queue tables in the source DDL are not uploaded as source and target DDL objects.