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: <tday6_at_csc.com>
Date: Tue, 26 Mar 2002 06:43:29 -0800
Message-ID: <F001.004332E3.20020326064329@fatcity.com>

gologin.sql

Here's an example from Oracle:

--

set term off
-- Set default date format Y2K

alter session set nls_date_format="DD-MON-YYYY";

select instance_name, lower(instance_name) passout from gv$instance; set term on
set sqlprompt '&&dbname>'
column name print

                                                                                           
                    "Farnsworth,                                                           
                    Dave"                To:     Multiple recipients of list ORACLE-L      
                    <DFarnsworth         <ORACLE-L_at_fatcity.com>                            
                    @Ashleyfurnit        cc:                                               
                    ure.com>             Subject:     Customize my SQLPlus login           
                    Sent by: root                                                          
                                                                                           
                                                                                           
                    03/26/2002                                                             
                    08:38 AM                                                               
                    Please                                                                 
                    respond to                                                             
                    ORACLE-L                                                               
                                                                                           
                                                                                           




What is the file that I need to edit on my client PC to set personalized settings for SQLPlus so that I do not have to set these at the command prompt every time I start a new session?

Thanks,

Dave
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Farnsworth, Dave
  INET: DFarnsworth_at_Ashleyfurniture.com

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).

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author:
  INET: tday6_at_csc.com

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 Tue Mar 26 2002 - 08:43:29 CST

Original text of this message

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