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: How to get database names without login in as DBA

Re: How to get database names without login in as DBA

From: Scott Watson <swatson_at_datachest.com>
Date: Tue, 26 Jun 2001 12:03:15 -0400
Message-ID: <io2_6.11078$l45.1397618@news20.bellglobal.com>

select global_name from global_name;

HTH
Scott.

"Hugh Xie" <chalesx_at_yahoo.com> wrote in message news:48854e4d.0106260651.44621904_at_posting.google.com...
> I am trying list the database names for a given server via JDBC.
> However, I do not have privs to 'sys'. So I can not do 'select name from
> v$database'. Is there anyother way? Thanks in advance.
>
Received on Tue Jun 26 2001 - 11:03:15 CDT

Original text of this message

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