Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> SQLPROMPT
We want to set the sql promp as username_at_database >
We set this in Glogin.sql as :
column global_name new_value gname
select user||'@'||host_name global_name from v$instance,global_name;
set sqlprompt '&gname>'
We are able to get this prompt when we login to sql for the first time . When we change connection at the prompt using connect statement we are not able to get the new user name and database as prompt
eg :
RR_at_BKP>conn test/test_at_o8
Connected.
RR_at_BKP>
Can anyone suggest a method to do this.
Thanks,
Deepa
--
Please see the official ORACLE-L FAQ: http://www.orafaq.com
--
Author:
INET: PK_Deepa/VGIL_at_vguard.satyam.net.in
Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services ---------------------------------------------------------------------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 Sat Oct 26 2002 - 00:58:21 CDT
![]() |
![]() |