ericcarlson
Programmer
I have a client with an Oracle 6 database with SQL*Plus 3.0. They would like to export their data in a pipe (|) delimited format with column headers. Can anyone provide any tips on how to easily accomplish this? Pipe-delimited may not be so important as long as I can export in fixed-width format with the column headers.
The problem that I have right now is that when PAGESIZE is set to zero the column headers go away. Is there a way to turn on the column headers without breaking the results into pages?
The goal is to automate the export of 100+ tables.
I appreciate any tips you might have. Thanks.
-Eric
The problem that I have right now is that when PAGESIZE is set to zero the column headers go away. Is there a way to turn on the column headers without breaking the results into pages?
The goal is to automate the export of 100+ tables.
I appreciate any tips you might have. Thanks.
-Eric