Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How to determine current connect string?
In article <53967.adizon_at_mail.us.net>, <adizon_at_mail.us.net> writes:
>I know that 'select user from dual' returns the current user id. How do I
>return the current connect string?
>
>Thanks,
>Lito
>
>Lito Dizon
>adizon_at_us.net
>
The only thing I can come up with is the name of the database you are currently connected with:
SELECT global_name FROM global_name;
which will return [database name].WORLD .
| Flagellant in Dreamland | ********************************************************************************Received on Wed Apr 02 1997 - 00:00:00 CST
![]() |
![]() |