Search notes:

SQL*Plus: ATTRIBUTE

column foo format 999.99

attribute foo
-- COLUMN   foo ON
-- FORMAT   999.99

prompt
attribute error
-- COLUMN   ERROR ON
-- FORMAT   A65
-- word_wrap
Github repository Oracle-Patterns, path: /SQLPlus/attribute/attribute.sql

See also

column … format
SQL*Plus

Index