Spooling with Trailing spaces

Talbane

Member
Okay, this is hopefully a real quick question. I'm having to spool a file off in a fixed file format. No problem so far, however the last 260 characters for this file need to be = spaces. However whenever I spool the file off, the spaces I stuck out there are being cut off. In SQL*plus I would throw in a set trimspool to off. However that dosen't seem to exist in your command line. Do you have an alternative?
 
This is currently not possible. All spool output is trimmed. I cannot immediately think of a workaround.

I have added support for the set trimspool command to the list of enhancement requests.
 
Back
Top