Table of Contents
SQL Plus - Long
About
LONG is a
system variable
that:
sets the maximum width (in bytes) for displaying LONG, CLOB, NCLOB and XMLType values; and for copying LONG values.
determines the default column width of a LONG, CLOB, NCLOB or XMLType defaults along with the
system variable
LONGCHUNKSIZE
and
lines (linesize)
.
Articles Related
System Variable
SQL Plus - Formatting Reports
SQL Plus - LONGCHUNKSIZE
SQL Plus - Csv Export
Syntax
set long {80|n}