Dynamic Data Masking
- Dynamic Data Masking 9.9
- All Products
Option
| Description
|
---|---|
Allow bind variables to match any value in the statement
| Enables the Rule Engine to match bind variables in the request statement. If you select the bind variable option, the Rule Engine matches any bind variable or literal. Bind variables can match functions, including
sysdate or
to_date() .
For example, if the matching statement is
select * from cars where year=:year_no , the Rule Engine matches all statements that use
select * from cars . If you do not select the bind option, the Rule Engine matches request statements that exactly match
select * from cars where year=year_no .
|
Allow any select list in the statement
| Enables the Rule Engine to match request statements by using the defined statement, regardless of the contents of the select list.
|