Re: sqlplus : How to turn off output to terminal ?

From: <cneasbey_at_itree.com.au>
Date: Thu, 24 Jul 2014 21:43:36 -0700 (PDT)
Message-ID: <7e45d27e-0859-47d2-8079-c2dac11c99bc_at_googlegroups.com>


Just piping to /dev/null works fine:

sqlplus -s username/password << endOfSQL > /dev/null

    set termout off
    select * from emp;
endOfSQL Received on Fri Jul 25 2014 - 06:43:36 CEST

Original text of this message