PowerExchange for CDC and Mainframe
- PowerExchange for CDC and Mainframe 10.0
- All Products
System Privilege Granted | Description |
|---|---|
CONNECT | Required. Grant this privilege to perform Oracle CDC data extraction in real time and to run PowerExchange Logger tasks. The Oracle CDC user needs only the CREATE SESSION privilege on the CONNECT role. |
LOCK ANY TABLE | If you specify GENRLOCK=Y in the ORCL CAPI_CONNECTION statement of the dbmover.cfg file, either grant the LOCK ANY TABLE system privilege or grant the SELECT object privilege on each table that is registered for change data capture. |
SELECT ANY TRANSACTION | Required. Grant this privilege to perform Oracle CDC data extraction in real time and to run PowerExchange Logger tasks. |
Object Name | Object Privilege |
|---|---|
Source tables | If you specify GENRLOCK=Y in the ORCL CAPI_CONNECTION statement of the dbmover.cfg file, you must either grant the LOCK ANY TABLE system privilege or grant the SELECT object privilege on each table that is registered for change data capture. |
PUBLIC.V$ARCHIVED_LOG | SELECT |
PUBLIC.V$DATABASE | SELECT |
PUBLIC.V$INSTANCE | SELECT |
PUBLIC.V$LOGMNR_CONTENTS | SELECT |
PUBLIC.V$NLS_PARAMETERS | SELECT |
PUBLIC.V$PARAMETER | SELECT |
PUBLIC.V$TRANSACTION | SELECT |
SYS.DBA_LOG_GROUPS | SELECT |
SYS.DBA_LOG_GROUP_COLUMNS | SELECT |
SYS.DBMS_FLASHBACK | EXECUTE |
SYS.DBMS_LOGMNR | EXECUTE |
SYS.DBMS_LOGMNR_D | EXECUTE |
GRANT SELECT ON "PUBLIC"."V$PARAMETER" TO "registration_user"; GRANT SELECT ONtableTO "registration_user"; <<Repeat for each table of CDC interest.
GRANT ALTER ANY TABLE TO "registration_user";