Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Database Name ???
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
<< 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
![]() |
![]() |