DBA Hub

📋Steps in this guide1/1

Find redaction policy details

-- List down redaction policy details SQL> select * from redaction_policies;

oracle configurationintermediate
by OracleDba
13 views
1

Find redaction policy details

Code/Command (click line numbers to comment):

1
2
3
4
5
6
-- List down redaction policy details
SQL>
select * from redaction_policies;
-- List down redacted column details
SQL>
select * from REDACTION_COLUMNS;

Comments (0)

Please to add comments

No comments yet. Be the first to comment!