Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 63 Insurance
- 535.8K On-Premises Infrastructure
- 138.1K Analytics Software
- 38.6K Application Development Software
- 5.6K Cloud Platform
- 109.3K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71K Infrastructure Software
- 105.2K Integration
- 41.5K Security Software
How to restrict DML's

user10126973
Member Posts: 153 Blue Ribbon
in GoldenGate
HI All
I have Table A and it accessed by user1 and user2
My question is I don't want to capture DML operations done by user1. table a on user2. table a
GG version 19c and DB version oracle 12c
Please share your thoughts
Regards,
DR
Comments
-
Hi ,
Try using below parameter,
TABLEEXCLUDE schema_name.table_name
Do you need to exclude only that table? who is the owner of the table?
Do you need to exclude operations done by USER1 on specific table or all tables?
Regards,
Veera
-
thank you very much