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

Home -> Community -> Usenet -> c.d.o.server -> Re: SQL definition of grid metrics: where is it stored ?

Re: SQL definition of grid metrics: where is it stored ?

From: DA Morgan <damorgan_at_psoug.org>
Date: Thu, 02 Jun 2005 08:16:42 -0700
Message-ID: <1117725275.109171@yasure>


Spendius wrote:
> Sorry I did not make myself clear enough and misused the term
> 'metrics': in fact I meant 'alerts'.

Start here:

SQL> select view_name

   2 FROM dba_views
   3 WHERE view_name LIKE '%ALERT%';

VIEW_NAME


AQ$ALERT_QT_S
AQ$ALERT_QT
AQ$ALERT_QT_R

DBA_OUTSTANDING_ALERTS
DBA_ALERT_HISTORY
V_$ALERT_TYPES
GV_$ALERT_TYPES
DBA_ALERT_ARGUMENTS
MGMT$ALERT_CURRENT
MGMT$ALERT_HISTORY Ignore the Advanced Queuing objects.
-- 
Daniel A. Morgan
http://www.psoug.org
damorgan_at_x.washington.edu
(replace x with u to respond)
Received on Thu Jun 02 2005 - 10:16:42 CDT

Original text of this message

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