I noticed a side effect of SET LONGC today… The default setting for LONG and LONGC is 80. This is quite annoying when you SELECT TEXT FROM ALL_VIEWS as it truncates the text to 80. So why not setting it to the maximum? Let’s first demo the usage of LINESIZE, LONG and LONGCHUNKSIZE SQL> create […]
SET LONGCHUNKSIZE
- Post author By Laurent Schneider
- Post date
- 4 Comments on SET LONGCHUNKSIZE