set commandSQL*Plus parameters are set with the SQL*Plus set command. Session parameters are set with an alter session set ... command.
set pagesize 50000
alter session set nls_date_format = 'mm/dd/yyyy hh24:mi:ss'
nls_timestamp_format = 'mm/dd/yyyy hh24:mi:ss.ff6';
How to log commands and SQL and their output to a file.
set echo on
spool logfile[.lst]
...
spool off
Home > Computers > Databases > Oracle > SQL*Plus > Set
Viewing mobile website page. Switch to WML or Full HTML