Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: In 7.3, v$instance does not show the current instance
elee3_at_my-deja.com wrote:
> In 7.3, v$instance does not show the current instance. But in 8.0, it
> does. Which v$view will show the current instance name in Oracle 7.3??
>
> Thanks.
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
You can use v$thread.
SQL> select * from v$version;
BANNER
SQL> select open_time, instance from v$thread;
OPEN_TIME INSTANCE
-------------------- ----------------
Jeffrey M. Hunter Email: jhunter_at_fore.com Senior Database Administrator Office: 724.742.7435 Marconi Communications Pager: 888.704.5610 2000 FORE Drive Fax: 724.742.6800 Warrendale, PA 15086-7566 Web: www.marconi.com -------------------------------------------------------------Received on Sun Jan 09 2000 - 06:56:59 CST
![]() |
![]() |