SAP ABAP Class CL_ORA_DP_EVENTS (Data Provider Classes for Wait events)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CCM-MON-ORA (Application Component) Oracle Database Monitors
     S_ORA_COCKPIT (Package) DBACockpit: Oracle Monitors
Properties
Class CL_ORA_DP_EVENTS  
Short Description Data Provider Classes for Wait events    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_ORA_COCKPIT   DBACockpit: Oracle Monitors 
Created 20121119   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_ORA_DP_EVENTS has no forward declaration.
Interfaces
Class CL_ORA_DP_EVENTS has no interface implemented.
Friends
Class CL_ORA_DP_EVENTS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CON_NAME Instance attribute Public Type reference (TYPE) DBCON_NAME Logical name for a database connection 20121119
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20121119
2 GET_CGETS Instance method Public Method Method for ConsistentGets 20130205
3 GET_CHAINEDROWS Instance method Public Method Method for ChainedRows 20130205
4 GET_CPU Instance method Public Method Method for CPU 20130205
5 GET_DBWR Instance method Public Method Method for DBWR 20130205
6 GET_DML_LOCKS Instance method Public Method Data Provider Method for DML Locks 20121212
7 GET_DR Instance method Public Method Method for DiskReads 20130205
8 GET_EVENT_HISTOGRAMS Instance method Public Method Method to display Event Histograms 20121119
9 GET_EVENT_HISTOGRAM_PERAWR Instance method Public Method Method to display Event Histograms Per AWR Interval 20121119
10 GET_FTSCAN Instance method Public Method Method for Full Table Scan 20130205
11 GET_KEYF Instance method Public Method Method for Key Figures 20130205
12 GET_KEYSYSMETRICS Instance method Public Method Method for Key System Metrics 20130205
13 GET_MVPMI Instance method Public Method Method for MetricValuePerMetricInterval 20130205
14 GET_NW Instance method Public Method Method for Network 20130205
15 GET_PARALSESS Instance method Public Method Method for Parallel Execution Sessions 20130205
16 GET_PARSING Instance method Public Method Method for Parsing 20130205
17 GET_RW Instance method Public Method Method for RedoWrites 20130205
18 GET_SQLWA Instance method Public Method Method for SQLWorkareas 20130205
19 GET_SVPAWRI Instance method Public Method Method for StaticValuePerAWRI 20130205
Events
Class CL_ORA_DP_EVENTS has no event.
Types
Class CL_ORA_DP_EVENTS has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_CON_NAME Call by reference Type reference (TYPE) DBCON_NAME Logical name for a database connection 20121119

Method CONSTRUCTOR on class CL_ORA_DP_EVENTS has no exception.

Method GET_CGETS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_G_SELECTION_CG Call by reference Type reference (TYPE) ORA_S_EM_GENERAL General selections/ settings for ConsistentGets 20130205
2 Returning P_RES_CG Value transfer Type reference (TYPE) ORA_T_EM_CG Table for ConsistentGets 20130205

Method GET_CGETS on class CL_ORA_DP_EVENTS has no exception.

Method GET_CHAINEDROWS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_G_SELECTION_CHAINEDROWS Call by reference Type reference (TYPE) ORA_S_EM_GENERAL General Selections/ Settings for ChainedRows 20130205
2 Returning P_RES_CHAINEDROWS Value transfer Type reference (TYPE) ORA_T_EM_CHAINEDROWS Table for ChainedRows 20130205

Method GET_CHAINEDROWS on class CL_ORA_DP_EVENTS has no exception.

Method GET_CPU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_G_SELECTION_CPU Call by reference Type reference (TYPE) ORA_S_EM_GENERAL General Selections/ Settings for CPU 20130205
2 Returning P_RES_CPU Value transfer Type reference (TYPE) ORA_T_EM_CPU Table for CPU 20130205

Method GET_CPU on class CL_ORA_DP_EVENTS has no exception.

Method GET_DBWR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_G_SELECTION_DBWR Call by reference Type reference (TYPE) ORA_S_EM_GENERAL General Selections/ Settings for DBWR 20130205
2 Returning P_RES_DBWR Value transfer Type reference (TYPE) ORA_T_EM_DBWR Table for DBWR 20130205

Method GET_DBWR on class CL_ORA_DP_EVENTS has no exception.

Method GET_DML_LOCKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning P_RES_DMLLOCKS Value transfer Type reference (TYPE) ORA_T_DML_LOCK Table for DML Lock 20121212

Method GET_DML_LOCKS on class CL_ORA_DP_EVENTS has no exception.

Method GET_DR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_G_SELECTION_DR Call by reference Type reference (TYPE) ORA_S_EM_GENERAL Structure for DiskReads 20130205
2 Returning P_RES_DR Value transfer Type reference (TYPE) ORA_T_EM_DR Table for DiskReads 20130205

Method GET_DR on class CL_ORA_DP_EVENTS has no exception.

Method GET_EVENT_HISTOGRAMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_G_SELECTION Call by reference Type reference (TYPE) ORA_S_TE_GENERAL_SELECTION General selections / settings for Oracle Timed Event Monitor 20121119
2 Exporting P_RES_TE_EH Call by reference Type reference (TYPE) ORA_T_EVENT_HISTOGRAM Table type for event histograms 20121119

Method GET_EVENT_HISTOGRAMS on class CL_ORA_DP_EVENTS has no exception.

Method GET_EVENT_HISTOGRAM_PERAWR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_G_SELECTION Call by reference Type reference (TYPE) ORA_S_TE_GENERAL_SELECTION General selections / settings for Oracle Ash Monitor 20121119
2 Exporting P_RES_TE_EH_AWR Call by reference Type reference (TYPE) ORA_T_EVENT_HISTOGRAM_PER_AWR Structure for event histogram, per AWR interval 20121119

Method GET_EVENT_HISTOGRAM_PERAWR on class CL_ORA_DP_EVENTS has no exception.

Method GET_FTSCAN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_G_SELECTION_FTSCAN Call by reference Type reference (TYPE) ORA_S_EM_GENERAL General Selections/ Settings for FullTableScan 20130205
2 Returning P_RES_FTSCAN Value transfer Type reference (TYPE) ORA_T_EM_FTSCAN Table for Full Table Scans 20130205

Method GET_FTSCAN on class CL_ORA_DP_EVENTS has no exception.

Method GET_KEYF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_G_SELECTION_KEYF Call by reference Type reference (TYPE) ORA_S_EM_GENERAL General Selection/ Settings for KeyFigures 20130205
2 Returning P_RES_KEYF Value transfer Type reference (TYPE) ORA_T_EM_KEYF Table for KeyFigures 20130205

Method GET_KEYF on class CL_ORA_DP_EVENTS has no exception.

Method GET_KEYSYSMETRICS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_G_SELECTION_SYSMET Call by reference Type reference (TYPE) ORA_S_EM_SYSMETRICS General selections / settings for Key System Metrics 20130205
2 Returning P_RES_SYSMET Value transfer Type reference (TYPE) ORA_T_EM_KS Table for KeySysmetrics 20130205

Method GET_KEYSYSMETRICS on class CL_ORA_DP_EVENTS has no exception.

Method GET_MVPMI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_G_SELECTION_MVPMI Call by reference Type reference (TYPE) ORA_S_EM_MVPMI_AGGR Table for MetrciValuePerMetricInterval 20130205
2 Returning P_RES_MVPMI Value transfer Type reference (TYPE) ORA_T_EM_MVPMI Table for MetrciValuePerMetricInterval 20130205

Method GET_MVPMI on class CL_ORA_DP_EVENTS has no exception.

Method GET_NW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_G_SELECTION_NW Call by reference Type reference (TYPE) ORA_S_EM_GENERAL General Selection/ Settings for Network 20130205
2 Returning P_RES_NW Value transfer Type reference (TYPE) ORA_T_EM_NW Table for Network 20130205

Method GET_NW on class CL_ORA_DP_EVENTS has no exception.

Method GET_PARALSESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_G_SELECTION_PE Call by reference Type reference (TYPE) ORA_S_EM_GENERAL General Selections/ Settings for ParallelExecutions 20130205
2 Returning P_RES_PARALSESS Value transfer Type reference (TYPE) ORA_T_EM_PE Returning parameter for the method 20130205

Method GET_PARALSESS on class CL_ORA_DP_EVENTS has no exception.

Method GET_PARSING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_G_SELECTION_PRSNG Call by reference Type reference (TYPE) ORA_S_EM_GENERAL General Selections/ Settings for Parsing 20130205
2 Returning P_RES_PRSNG Value transfer Type reference (TYPE) ORA_T_EM_PRSNG Table for Parsing 20130205

Method GET_PARSING on class CL_ORA_DP_EVENTS has no exception.

Method GET_RW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_G_SELECTION_RW Call by reference Type reference (TYPE) ORA_S_EM_GENERAL General Selections/ Settings for RedoWrites 20130205
2 Returning P_RES_RW Value transfer Type reference (TYPE) ORA_T_EM_RW Table for RedoWrites 20130205

Method GET_RW on class CL_ORA_DP_EVENTS has no exception.

Method GET_SQLWA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_G_SELECTION_SQLWA Call by reference Type reference (TYPE) ORA_S_EM_GENERAL General selections/ settings for SQLWorkAreas 20130205
2 Returning P_RES_SQLWA Value transfer Type reference (TYPE) ORA_T_EM_SQLWA Table for SQLWorkAreas 20130205

Method GET_SQLWA on class CL_ORA_DP_EVENTS has no exception.

Method GET_SVPAWRI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_G_SELECTION_SVPAWRI Call by reference Type reference (TYPE) ORA_S_EM_GENERAL General Selections/ Settings for EventMetrics Tabs 20130205
2 Returning P_RES_SVPAWRI Value transfer Type reference (TYPE) ORA_T_EM_SVPAWRI Table for StaticValuePerAWRI 20130205

Method GET_SVPAWRI on class CL_ORA_DP_EVENTS has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740