You are now on my old blog. Please update your bookmarks to my new blog
http://laurentschneider.com




11 January 2006

clear screen reports cleared columns, breaks and computes


$ echo clear screen|sqlplus scott/tiger
SQL> columns cleared
breaks cleared
computes cleared


but if I quit properly, it does not report that

$ echo "clear screen
quit"|sqlplus scott/tiger
SQL>


a good reason to improve the quality of your shell script by quitting at the end ;-)

0 Comments:

Post a Comment

<< Home