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

Home -> Community -> Usenet -> c.d.o.misc -> Re: determine from some table which instance you are in

Re: determine from some table which instance you are in

From: Galen Boyer <galenboyer_at_hotpop.com>
Date: 23 Aug 2001 10:35:26 -0500
Message-ID: <uitfefww3.fsf@verizon.net>


On Thu, 23 Aug 2001, jeff.kish_at_ait-mmii.com wrote:

> Is there any table or view I can query to find out the Oracle
> instance that I am connected to as a certain user? What about
> the machine name?

select instance_name, hostname from V$INSTANCE;

-- 
Galen Boyer
It seems to me, I remember every single thing I know.
Received on Thu Aug 23 2001 - 10:35:26 CDT

Original text of this message

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