How to get the current values of LINESIZE and WRAP in SQLplus ?
How do I get the current values for the SQLplus environment variables
e.g. LINESIZE, WRAP, PAGESIZE ?
When I type
SQL> show parameter LINESIZE
nothing is displayed.
Is there a command to show ALL existing current paramter values at once ?