I have data base field that field data type is NCLOB. i get that data in to VARCHAR2 variable(or i can get that field value in to the NCLOB variable)
VARCHAR2 v1 :
<img src="http://cdn.caradvice.com.au/wp-content/uploads/2013/01/mazda3-skyactiv-e1357269149782.jpg" border="0" alt="" style="border:0;min-height:auto;line-height:100%;outline:none;text-decoration:none">
how i want to convert that v1 as bellow using p/l sql
VARCHAR2 v2 :
<img src="http://cdn.caradvice.com.au/wp-content/uploads/2013/01/mazda3-skyactiv-e1357269149782.jpg" border="0" alt="" style="border:0;min-height:auto;line-height:100%;outline:none;text-decoration:none">
please suggest p/l sql method for convert NCLOB value to string as HTML