RE: Checking if a RAC database has one or more node down
Date: Fri, 17 May 2019 09:16:46 -0400
Message-ID: <008401d50cb2$c7c583e0$57508ba0$_at_rsiz.com>
Excellent point LS.
We can verify what is UP (rather easily).
We cannot verify the desired state without a table being instantiated that declares the desire.
It seems to me that would be a useful system schedule table, perhaps with a calendar and notice of intended irregular maintenance outage.
This has the potential to lower the blood pressure of operational DBAs who must baby sit “automated” database infrastructure whilst being locked out of all the goodies to observe things directly.
mwf
From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Ls Cheng
Sent: Friday, May 17, 2019 8:53 AM
To: lsantos_at_pobox.com
Cc: ORACLE-L
Subject: Re: Checking if a RAC database has one or more node down
Hi
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail>
Virus-free. <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> www.avast.com
On Fri, May 17, 2019 at 2:46 PM Luis Santos <lsantos_at_pobox.com> wrote:
<https://lh3.googleusercontent.com/-AD-URpt0jeE/AAAAAAAAAAI/AAAAAAAB-9c/LrffscVVpf8/s90-c-k/photo.jpg>
Em qui, 16 de mai de 2019 às 23:22, Suresh Rajagopal <sureshr7_at_gmail.com> escreveu:
crsctl stat res -w "TYPE = ora.database.type"
On Thursday, May 16, 2019, 2:45:29 PM PDT, Mark W. Farnham <mwf_at_rsiz.com> wrote:
select inst_id,status from gv$instance;
From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Luis Santos
Sent: Thursday, May 16, 2019 4:51 PM
To: ORACLE-L
Subject: Checking if a RAC database has one or more node down
Is there a way, using just SQL when connected to a RAC Oracle database (whatever the version), to check if all nodes are up and runing?
--
Att
Luis Santos
<https://lh3.googleusercontent.com/-AD-URpt0jeE/AAAAAAAAAAI/AAAAAAAB-9c/LrffscVVpf8/s90-c-k/photo.jpg>
Virus-free. <https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> www.avast.com
--
http://www.freelists.org/webpage/oracle-l
Received on Fri May 17 2019 - 15:16:46 CEST