Saturday, 17 August 2013

Data masking in Oracle SQL select statement

Data masking in Oracle SQL select statement

Without using PL/SQL, is it possible to do data masking in SELECT statement?
For example:
(AS-IS) SELECT 'this is a string' from DUAL;
this is a string
(TO-BE) SELECT 'this is a string' from DUAL;
xxxx xx x xxxxxx

No comments:

Post a Comment