I have an Oracle table which contains user comment. I would like to mask all words like Name/Surname/Telephone and Address
Is there a simple way to do this in Oracle?
Example :
"Hello, i'm Alex DURAND, my phone number is 0685987525"
should be transform in
"Hello, i'm XXXX XXXXXX, my phone number is XXXXXXXXXX"
Thanks a lot