sqlplus /nolog
SQL> spool /tmp/output.html
SQL> @script_name.sql ;;; the script goes here...
SQL> exit
Hope that helps....
SQL> spool /tmp/output.html
SQL> @script_name.sql ;;; the script goes here...
SQL> exit
Hope that helps....
No comments:
Post a Comment