(Oracle 7.3 Windows client)

C:\orawin95\PLUS33\GLOGIN.SQL

--
--  SQL*Plus Global Login startup file.
--
--  This is the global login file for SQL*Plus.
--  Add any sqlplus commands here that are to be
--  executed when a user invokes sqlplus

-- Used by Trusted Oracle
column ROWLABEL format A15

-- Used for the SHOW ERRORS command
column LINE/COL format A8
column ERROR    format A65  WORD_WRAPPED

-- For backward compatibility
set pagesize 14

-- Defaults for SET AUTOTRACE EXPLAIN report
column id_plus_exp format 990 heading i
column parent_id_plus_exp format 990 heading p
column plan_plus_exp format a60
column object_node_plus_exp format a8
column other_tag_plus_exp format a29
column other_plus_exp format a44

break on report
compute sum of count(*) on report

select 'RTFM' from dual;

---end---

ORACLE-L Digest -- Volume 2002, Number 086
> ------------------------------
> 
>  From: bill thater <[EMAIL PROTECTED]>
>  Date: Tue, 26 Mar 2002 10:25:12 -0500
>  Subject: Re: Customize my SQLPlus login
> 
> [EMAIL PROTECTED] wrote:
> 
> > glogin.sql
> 
> 
> ummmm... i don't think glogin.sql is on the client PC.  well it's not on 
> mine anyway.;-)
> 
> 


-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Eric D. Pierce
  INET: [EMAIL PROTECTED]

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).

Reply via email to