There has to be an easy way to use sqlplus to select all data from a table and send it to a simple ascii text file with no formatting, no commas, nothing but the data, one record per line. I just can't figure it out.
I'm getting records whose row sizes are twice the length they should be because of all the column formatting sqlplus puts in.
I have set heading off, feed off, term off, space off, and trimspool on.
I have checked Oracle's sqlplus doc, I've looked at all kinds of web topics and all I see is information about exporting a table (which I can't use because I need the ascii text file) and creating forms, which I don't want.
Can someone please help?
Thanks.
I'm getting records whose row sizes are twice the length they should be because of all the column formatting sqlplus puts in.
I have set heading off, feed off, term off, space off, and trimspool on.
I have checked Oracle's sqlplus doc, I've looked at all kinds of web topics and all I see is information about exporting a table (which I can't use because I need the ascii text file) and creating forms, which I don't want.
Can someone please help?
Thanks.