hi,
i'm trying to copy the content of a clob to a *local* file.
I can do the getting the text out of the clob and writing to the screen (then using a spool file to write to a file).........providing the clob is small enough.
of course, if the clob is too large then it blows the buffer.
I tried using UTL_FILE to write directly to file but, as far as i can tell, that can only be used to spool a file to the server.
so... short of writing a java program.... can anyone suggest how to do this?
is is possible to send the output to the file without sendign it to the screen for example?
i'm trying to copy the content of a clob to a *local* file.
I can do the getting the text out of the clob and writing to the screen (then using a spool file to write to a file).........providing the clob is small enough.
of course, if the clob is too large then it blows the buffer.
I tried using UTL_FILE to write directly to file but, as far as i can tell, that can only be used to spool a file to the server.
so... short of writing a java program.... can anyone suggest how to do this?
is is possible to send the output to the file without sendign it to the screen for example?