SQL*Plus report column header truncated when column width is set
Hello there,
I tried to create a report by using SQL*Plus and run it in an Oracle concurrent program. The requirement for the report is that all the column width are set (range from 1 to 256 char). When I do that, the column headers would be truncated if the header width is longer than the column width. For instance, if the column width is just one character:
COLUMN RECORD_CODE_M FORMAT A1
Then the result is:
R
---
H
What I need in this example is to show full column header but the column width for data is still 1: