Dumping CLOB fields into files?
问题 Say you have the table: Column_name | data_type Title | Varchar2 Text | CLOB with some rows: SomeUnkownMovie | A long time ago in a galaxy far, far away....(long text ahead) FredMercuryBio | Awesomeness and stuff....(more long text) Is there a way I could query that so it outputs files like SomeUnkownMovie.txt FredMercuryBio.txt (and ofc, with their respective texts inside) I reckon this should be a easy enough sqlplus script.. though I'm just not the one :( thanks! 回答1: This pl/sql code