Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Spool File
Name: satyasrin82 Date: July 18, 2006 at 00:16:02 Pacific OS: windows CPU/Ram: 512 mb Product: dell
Comment:
Hi,
How can we save (spool) the output of an SQL query to an external file(.txt) with some specific delimiter ( eg comma or tab etc..)
Now, after spooling to a test file I am getting spaces in between the columns.
Summary: I am writing an Oracle sql plus report. At the beginning of the report is the sql command. Is there a way to suppress this from being included? I would like the column headings and data on the spoo...
Summary: Hi, I'm trying to spool the output of my query in SQL Plus in Oracle to an output file. But, it includes column names before each row. Is there a way to spool the output to a file without column names...