An XML data has been dumped into a Clob field in a Oracle Table.

SQL> desc XML_TEST1
Name Null? Type
----------------------------------------- -------- -------
XMLTEST CLOB
How do we read the data in sqlplus.

Any examples will be of much help.
I am a XML newbee.