Producing Header or Footer Lines in an External File |
To produce a header line in an external file:
SELECT '<Header message>' FROM dual You have to use a single-record dummy table here.
To get a footer line, use the same strategy with an export task at the end of the job. |