Add multiple IP addresses in DBMS_REDACT.ADD_POLICY's expression
Hi
Im using Redaction feature of Oracle 19c database.
I have created a policy using DBMS_REDACT.ADD_POLICY.
I want to add multiple IP addresses into the following:
SYS_CONTEXT(''USERENV'',''IP_ADDRESS'') = ''10.0.222.191''
How can I do that?
Regards
Anis
Im using Redaction feature of Oracle 19c database.
I have created a policy using DBMS_REDACT.ADD_POLICY.
I want to add multiple IP addresses into the following:
SYS_CONTEXT(''USERENV'',''IP_ADDRESS'') = ''10.0.222.191''
How can I do that?
Regards
Anis
0