Special Character to ASCII code conversion
Hi Gurus,
I'm using Oracle 11g database.
I have a requirement like, if there is any special characters in String then it needs to be converted to equivalent ASCII value(Hex) prefix with % symbol.
Ex
Test ‘Test’ - Test%20%27Test%27
Abc@xyz - Abc%40xyz
Expected Special Characters are ~,@,’,!,&,”
Can anyone provide me solution for this.
Regards,
Karthik