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: Connection info in SQLPlus?

Re: Connection info in SQLPlus?

From: paul harriman <harriman_at_aigfpc.com>
Date: 1998/01/16
Message-ID: <34BFD55B.274A@aigfpc.com>#1/1

> select name from v$database;

sometimes v$database can not be accessed, in that case you may use:
select * from global_name; Received on Fri Jan 16 1998 - 00:00:00 CST

Original text of this message

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