I am trying writing a text file and selecting one field that is defined as number(4,0) in the Oracle DB. I am formatting the column: column format a5 and then selecting the column in the select statement. Linesize was set to 220 for the other 21 fields and bells (20) and cr/lf (2) for a total of 242.
Problem is that this new column contains null values, and for somereason, has a min value of 39 characters in it. Linesize has to be adjusted to 261 to write to a file without truncating.
Any help or assistance is much appreciated.
Problem is that this new column contains null values, and for somereason, has a min value of 39 characters in it. Linesize has to be adjusted to 261 to write to a file without truncating.
Any help or assistance is much appreciated.