Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Oracle Script output

Options
  • 21-11-2003 3:00pm
    #1
    Registered Users Posts: 23,212 ✭✭✭✭


    Hi All,

    I've written a Unix shell script that takes a SQL file and runs it via SQLplus in Oracle.

    The SQL script spools the output, but not only am I getting the results of the SQL script, I am also getting the script itself in the spool file. Any ideas how to turn it off?

    I have tried the following:

    set heading off
    set feedback off
    set verify off
    SET ECHO OFF
    set termout off

    I kow it has to be some other SET parameter, but I can't think what. Any ideas?

    Thanks,

    TD.


Advertisement