Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Easy SQL question
In article <6kjt3c$6l3$1_at_nnrp1.dejanews.com>,
bmolish_at_my-dejanews.com wrote:
>
>
> What is the command in SQL and SVRMGRL on how to determine which instance
you
> are connected to?
>
> -----== Posted via Deja News, The Leader in Internet Discussion ==-----
> http://www.dejanews.com/ Now offering spam-free web-based newsreading
>
Hi,
You can use the follwing (both in SQL*Plus and SVRMGRL)
SELECT * FROM V$DATABASE;
Regards,
Saravanan
-----== Posted via Deja News, The Leader in Internet Discussion ==----- http://www.dejanews.com/ Now offering spam-free web-based newsreading Received on Fri May 29 1998 - 00:00:00 CDT
![]() |
![]() |