replicating privileges
Goldengate 12.2, Oracle 12.1->Oracle 12.1
We have DDL replication enabled, which mostly seems to work.
During periodic application releases we create tables and grant privileges on those. The tables and privileges replicate to the target database, but not always.
Some privileges (GRANT privilege ON owner.table_name) occasionally just dont replicate - the privileges are granted on the source system, the table and grantees exist on the target system, there are no replication or other errors, it just doesnt work.
Can anyone point me to the documentation that explains precisely what DDL operations are and which are not replicated when replicat param file specifies "DDL INCLUDE MAPPED"?