best way to base64 encode an xmltype column?
I need to encode an xmltype column. Do I need to convert the xmltype to clob first and then call the oracle encode64 functions? Or is there a way to directly encode the xmltype value?
0
I need to encode an xmltype column. Do I need to convert the xmltype to clob first and then call the oracle encode64 functions? Or is there a way to directly encode the xmltype value?