Hi Ramon,
 
You could put this into your login.sql script if you have one. This will
automatically take your login name and database and set your sqlprompt
accordingly.
 
col user_name new_value user_name
col db_name new_value db_name
select lower(user) user_name, 
   ltrim(rtrim(lower(global_name))) db_name 
from global_name;
set sqlprompt "&user_name@&db_name> "
 
HTH
Kev.

"hit any user to continue" 
__________________ 

Kevin Thomas 
Technical Analyst 
Deregulation Services 
Calanais Ltd. 
(2nd Floor East - Weirs Building) 
Tel: 0141 568 2377 
Fax: 0141 568 2366 
http://www.calanais.com <http://www.calanais.com/>  

-----Original Message-----
Sent: 25 October 2001 15:35
To: Multiple recipients of list ORACLE-L


Hi Friends,
 
Excuse me for this dumb question,  how do I display the instance name in the
sql prompt.  Have 3 DB and would like to know to which one I am connected.
 
I mean something like that.
 
DBA1 >
DBA2 >
DB01 >
 
Regards,
 
Ramon E. Estevez
[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> 
Dominican Republic
809-565-3121
 

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: Thomas, Kevin
  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