Re: Suppressing glogin.sql

From: Craig M. Wall <cwall_at_petersons.com>
Date: 1996/05/22
Message-ID: <4nv3g0$i0i_at_news2.noc.netcom.net>#1/1


ccisaac_at_mtu.edu (Chuck Isaacson) wrote:

>I think you can accomplish this by having your own login.sql in
>your home directory. Oracle will look first at glogin then at your
>login.sql.
>HTH
>louis.avrami..jr (lou2_at_cbnews.cb.att.com) wrote:
>: Hello,
>:
>: Is there a way to suppress output from glogin.sql when
>: starting up sqlplus? I am writing some scripts to query various
>: tables, and wish to execute them from a UNIX command-line and
>: manipulate the output. I can "sed" out the output of glogin.sql,
>: but it is not a very clean solution. Unfortunately, the "-s"
>: option to sqlplus does not suppress glogin.sql output.
>:
>: Any suggestions would be greatly appreciated.
>:
>: Lou Avrami ( attmail!lavrami )

set termout off # at the top of glogin.sql annoying output suppressed...
set termout on # at the bottom of glogin.sql Received on Wed May 22 1996 - 00:00:00 CEST

Original text of this message