ALL_GOLDENGATE_PRIVILEGES
displays details about Oracle GoldenGate privileges for the user.
Oracle GoldenGate privileges are granted using the DBMS_GOLDENGATE_AUTH
package.
Related Views
DBA_GOLDENGATE_PRIVILEGES
displays details about Oracle GoldenGate privileges for all users who have been granted Oracle GoldenGate privileges.
USER_GOLDENGATE_PRIVILEGES
displays details about Oracle GoldenGate privileges. This view does not display the USERNAME
column.
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
NOT NULL |
Name of the user that is granted the privilege |
|
|
Type of privilege granted:
|
|
|
|
Shows whether the set of privileges granted to the administrator make the administrator a full privilege administrator or a minimum privilege administrator:
|
|
|
|
Timestamp for the granted privilege |
See Also:
Oracle Database PL/SQL Packages and Types Reference for more information about the DBMS_GOLDENGATE_AUTH package