Oracle Data Redaction is active on the SCOTT.EMP table.You queried the table twice.
SQL> SELECT ENAME, SAL, COMM, MGR, HIREDATE FROM EMP WHERE
DEPTNO=30;
(含图)
SQL> SELECT ENAME, SAL, COMM, MGR, HIREDATE FROM EMP WHERE
DEPTNO=30;
(含图)
Which is guaranteed to be true concerning the redaction policy?