Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Customize my SQLPlus login

Re: Customize my SQLPlus login

From: Eric D. Pierce <PierceED_at_csus.edu>
Date: Wed, 27 Mar 2002 11:19:11 -0800
Message-ID: <F001.004351FF.20020327111911@fatcity.com>


(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 <bthater2_at_netscape.net>
> Date: Tue, 26 Mar 2002 10:25:12 -0500
> Subject: Re: Customize my SQLPlus login
>
> mark_at_cool-tools.co.uk 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: PierceED_at_csus.edu 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: ListGuru_at_fatcity.com (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).
Received on Wed Mar 27 2002 - 13:19:11 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US