Monday, February 18, 2008

Format SQLPlus Output

set linesize 100
set newpage 0
set pagesize 999

Format number column:
col[umn] colName for[mat] 999..number of digits..99

charachter:
col[umn] colName for[mat] a(length of string)

No comments: