Creating and configuring the source database user
Creating the source database user
CREATE USER tonic IDENTIFIED BY "<tonic password>";Granting basic privileges to the source database user
GRANT CREATE SESSION TO tonic;Granting the source database user access to system catalog views
Granting the source database user access to source tables
Granting the source database user access to packages
DBMS_RANDOM
DBMS_METADATA
Other packages, based on object types
Package
Object types that require it
Last updated
Was this helpful?