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: Richard Ji <richard_at_letsplay.com>
Date: Thu, 22 Feb 2001 09:09:50 -0800
Message-ID: <F001.002BABCC.20010222085551@fatcity.com>

I don't have an OPS here to try on. But what if you have OPS setup but only running in exclusive mode. In other words, how do you determine whether the OPS is running (in parallel mode) or not (in exclusive mode)? I think the below query will only tell you whether you got OPS option installed but not whether it's running or not.

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

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

Dayal
Sent: Thursday, February 22, 2001 2:00 AM To: Multiple recipients of list ORACLE-L

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

--

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). Received on Thu Feb 22 2001 - 11:09:50 CST

Original text of this message

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