Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: setting DbName in SQL*PLUS
Thanks, Charlie... its excactly what I was looking for user:database.
thanks again,
Shailesh
-----Original Message-----
Sent: Friday, July 20, 2001 1:45 PM
To: NDASY3_at_labor.state.ny.us
yes.
set termout off
define new_prompt='nolog'
column value new_value new_prompt
select username || ': ' || global_name
value from user_users, global_name;
set sqlprompt "&new_prompt>"
set termout on
"Yadav, Shailesh" wrote:
>
> Has anyone ever worked on setting the DbName as the sqlprompt in SQL*PLUS
> thru glogin.sql?
>
> Shailesh
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Yadav, Shailesh
> INET: NDASY3_at_labor.state.ny.us
>
> 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: Yadav, Shailesh INET: NDASY3_at_labor.state.ny.us 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 Fri Jul 20 2001 - 13:15:28 CDT
![]() |
![]() |