Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • GRANT EXECUTE on dbms_crypto to <YOUR USER NAME>;

  • GRANT " SELECT_CATALOG_ROLE " TO <YOUR USER NAME>;

  • GRANT SELECT ANY DICTIONARY TO <YOUR USER NAME>;

  • grant READ on sys.dba_transformations to <YOUR USER NAME>;

  • grant READ on sys.dba_objects to <YOUR USER NAME>;

  • grant READ on sys.dba_queues to <YOUR USER NAME>;

  • grant READ on sys.dba_queue_tables to <YOUR USER NAME>;

  • FDORA_USER needs Create and alter Permissions for the schemas to be syncedbeing synced. Using the schema owner as FDORA_USER may be the easiest solution, and is needed if triggers don’t have schema-qualified table references.

Supported Oracle Object Types

...