Probably an easy one, but I've not managed to find out how to do this.
sqlplus user/pw@db<<SCRIPT
select * from v$parameter;
SCRIPT
for example. outputs horribly due to screen wrapping. Is there any way I can pipe this to a file and open in an editor that allows me to display off the screen.
sqlplus user/pw@db<<SCRIPT
select * from v$parameter;
SCRIPT
for example. outputs horribly due to screen wrapping. Is there any way I can pipe this to a file and open in an editor that allows me to display off the screen.