What is set line size?
What is set line size? SET LINESIZE sets the total number of characters that SQL*Plus displays on one line before beginning a new line. Keep LINESIZE as small as possible to avoid extra memory allocations and memory copying. How do you set a line in SQL? At the SQL*Plus command line, type: set pagesize 30 […]