This package is not automatically installed in version 20c and above
AUTHID
CURRENT_USER
Dependencies
DBMS_LOCK
REPL$_DATABASE
_DBA_REPL_COMPONENT_EVENT
DBMS_LOGREP_UTIL
UTL_RPA_ADM
_DBA_REPL_COMPONENT_LINK
DBMS_STANDARD
UTL_RPA_ADM_INT
_DBA_REPL_COMPONENT_PROP
DBMS_UTILITY
_DBA_REPL_COMPONENT
_DBA_REPL_COMPONENT_STAT
GLOBAL_NAME
Documented
No
First Available
19c
Security Model
Owned by a schema, cannot be SYS, with the SELECT ANY DICTIONARY. After installation no privileges are granted on the package.
Source
{ORACLE_HOME}/rdbms/admin/prvtrpa.plb
SQL> / as sysdba
CREATE USER c##rpadv IDENTIFIED BY apv
DEFAULT TABLESPACE sysaux
TEMPORARY TABLESPACE temp
QUOTA UNLIMITED ON sysaux;
GRANT select any dictionary TO c##rpadv;
GRANT execute ON dbms_logrep_util TO c##rpadv;
GRANT select ON system.aq$_queue_tables TO c##rpadv;
GRANT select ON system.aq$_queues TO c##rpadv;
GRANT execute ON dbms_lock TO c##rpadv;
GRANT dba TO c##rpadv;