Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Easy SQL question

Re: Easy SQL question

From: Terence T <wk.teoh_at_amd.com>
Date: 1998/06/03
Message-ID: <01bd8ee1$ef94e3e0$76070006@pgntw90>#1/1

2 ways (maybe more):
select * from v$database;

        OR
select * from global_name;

bmolish_at_my-dejanews.com wrote in article <6kjt3c$6l3$1_at_nnrp1.dejanews.com>...
>
>
>
> 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
>
Received on Wed Jun 03 1998 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US