SET TRUNCATE HEADING

Syntax

SET TRUNCATE HEADING ON|OFF;

Description

Defines whether column headings are truncated to the corresponding column data type length. Preset to "ON".

Examples

SQL_EXA> select * from dual;
SQL_EXA> set truncate heading off;
SQL_EXA> select * from dual;