Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: SQL*Plus login message
try soemthing like this
col global_name new_value myprompt
select global_name || '> ' global_name
from global_name
/
set sqlprompt &myprompt
That should do it.
--
Alan D. Mills
Dave Best wrote in message <35AE172D.16B7_at_nortel.ca>...
>
> Is there any way to customize the SQL> prompt? Since we have a fair
>number of databases I wouldn't mind customizing it so that it tells you
>what
>DB you are connected to: ex: SQL-GlobalName>
>
>Thanks
>
>--
>davidbe_at_nortel.ca
Received on Fri Jul 17 1998 - 08:38:48 CDT
![]() |
![]() |