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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Database Name ???

RE: Database Name ???

From: <Winnie_Liu_at_infonet.com>
Date: Mon, 12 Jun 2000 09:43:56 -0700
Message-Id: <10526.108704@fatcity.com>


That will give the instance name. But v$database will give the database name.

(SID not necessary equal to DB_NAME)

Winnie

mleith_at_bradmark.co.uk on 06/12/2000 07:18:19 AM

Please respond to ORACLE-L_at_fatcity.com

To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> cc: (bcc: Winnie Liu/HQ/ISC)

Subject: RE: Database Name ???

select instance_name from v$instance;

HTH Mark

-----Original Message-----
From: MIME :drichard_at_mtlindia.com Sent: 12 June 2000 13:45 To: ORACLE-L_at_fatcity.com
Subject: Database Name ???

Dear Experts,

I have three databases in Oracle workgroup server 7.3. In the front-end application, I want to display the database name to which the connection is available.
what query will give this ?

Richard

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing).

 << File: ENVELOPE.TXT >> --
Author:
  INET: mleith_at_bradmark.co.uk

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from). You may
also send the HELP command for other information (like subscribing). Received on Mon Jun 12 2000 - 11:43:56 CDT

Original text of this message

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