I have column that lists CLOBs.
Each CLOB is of this form :
file1.ext1
file2.ext2
file3.ext3
What I want to do is to convert all CLOBS combined to rows listed without the use of a PL/SQL program. In other words, is there a native function that will allow me to get the content of all CLOBs splitted into lines ?