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: (F) Any way to tell if a DB is OPS?

RE: (F) Any way to tell if a DB is OPS?

From: Rajesh Dayal <Rajesh_at_ohitelecom.com>
Date: Wed, 21 Feb 2001 23:28:38 -0800
Message-ID: <F001.002BA3A2.20010221230020@fatcity.com>

Parallel Server

SELECT * FROM V$OPTION WHERE PARAMETER = 'Parallel Server' ;

If the value is TRUE, you are using Parallel Server else not.

HTH,
Rajesh
-----Original Message-----

Sent: Wednesday, February 21, 2001 9:05 PM To: Multiple recipients of list ORACLE-L

If you see there is more than one thread of redo logs then it's OPS.

-----Original Message-----

DBA
Sent: Wednesday, February 21, 2001 11:36 AM To: Multiple recipients of list ORACLE-L

Is there a query that will say if a DB is an Oracle Parallel Server instance?

I have never, but if you install OPS during install, does that make a 'mark'
for DBs re: OPS?

Thanks.

Get your small business started at Lycos Small Business at http://www.lycos.com/business/mail.html
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: The Oracle DBA
  INET: theoracledba_at_lycos.com

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).

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Richard Ji
  INET: richard_at_letsplay.com

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).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Rajesh Dayal
  INET: Rajesh_at_ohitelecom.com
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 Thu Feb 22 2001 - 01:28:38 CST

Original text of this message

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