Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL Plus and variable linesize in spool file 2

Status
Not open for further replies.

petersJazz

Programmer
Jan 28, 2002
222
EU
hi,

is it possible to set sqlplus to have variable line size.

Example:

spool /export/xyz.dat
linesize ?
select trim(col1) || ';' || trim(col2)
from table
where condition = 0;
spool off
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top