SAP ABAP Class CL_ORA_ACTION_MM2 (ORA: Main Performance Monitor (Version 2))
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CCM-MON-ORA (Application Component) Oracle Database Monitors
     S_ORA_COCKPIT (Package) DBACockpit: Oracle Monitors
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ORA_ACTION_CONTROLLER ORA: Abstract Action Controller 20091104
Properties
Class CL_ORA_ACTION_MM2  
Short Description ORA: Main Performance Monitor (Version 2)    
Super Class CL_ORA_ACTION_CONTROLLER ORA: Abstract Action Controller 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_ORA_COCKPIT   DBACockpit: Oracle Monitors 
Created 20090820   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ORACC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_ORA_ACTION_MM2 has no interface implemented.
Friends
Class CL_ORA_ACTION_MM2 has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ALV Instance attribute Public Object reference (TYPE REF TO) CL_DB6_ALV ALV Grid for Bundle Patches 20130610
2 LOCAL_DATA_CONT Instance attribute Private Type reference (TYPE) ORA_S_ST04_MAIN_DATA local data container 20091104
3 LOCAL_DATA_TAB Instance attribute Private Type reference (TYPE) ORA_T_ST04_MAIN_DATA Table with data of all instances 20091104
4 VIEW_DATA Instance attribute Public Type reference (TYPE) ORACC_ACTION_MM2 Data container 20091104
5 VIEW_DATA1 Instance attribute Public Type reference (TYPE) ORACC_ACTION_PATCH Bundle Patches Data 20130610
Methods
# Method Level Visibility Method type Description Created on
1 CALC_RATIOS Instance method Private Method Calculate derived number like ratios 20091104
2 COLLECT_DATA Instance method Private Method Collect the data from database 20091104
3 COPY_DATA_TO_STRUCT Instance method Private Method Copy data of l_local_tab to view_data according to INST_ID 20091104
4 COPY_NUM_TO_CHAR_FIELDS Instance method Private Method Copy all numeric fields to the character fields 20091104
5 COPY_TO_CHAR Instance method Private Method Copy numeric field to character field 20091104
6 DETAIL_FREE_RESSOURCES Instance method Private Method Free resources when pop up is closed 20130610
7 GET_BUFFER_BUSY_WAITS Instance method Private Method Get buffer busy waits 20091104
8 GET_BUFFER_SIZE Instance method Private Method Get size of data buffer 20091104
9 GET_BUNDLE_PATCH Instance method Private Method Get Bundle Patches 20130610
10 GET_BUSY_WAITTIME Instance method Private Method Get busy waittime 20091104
11 GET_HEADER_DATA Instance method Private Method Get header data 20091104
12 GET_INSTANCE_VALUES Instance method Private Method Get information from gv$instance 20091104
13 GET_LIBRARY_CACHE Instance method Private Method Get pins and reloads from gv$librarycache 20091104
14 GET_LOGBUFFER_SIZE Instance method Private Method Get logbuffer size in kB 20091104
15 GET_LOGFILES_IN_USE Instance method Private Method Get logfiles in use 20091104
16 GET_PARAMETER Instance method Private Method Get info from gv$parameter 20091104
17 GET_POOL_SIZE Instance method Private Method Get size of default, keep, and others pools 20091104
18 GET_READS_WRITES Instance method Private Method Get reads and writes 20091104
19 GET_REDO_LOG_NUMBERS Instance method Private Method Get logbuffer numbers 20091104
20 GET_ROWCACHE Instance method Private Method Get gets and getmisses from v$rowcache 20091104
21 GET_SHARED_POOL_SIZE Instance method Private Method Get shared pool size 20091104
22 GET_SYSSTAT Instance method Private Method Get some values from gv$sysstat 20091104
23 GET_SYSTEM_EVENT Instance method Private Method Get values from gv$system_event 20091104
24 GET_SYSTIME_MODEL Instance method Private Method DBA Cockpit: Database Object Interface 20120521
25 PRE_CHECK_SYNONYMS Instance method Private Method Check synonyms as required by SAP-note 706927 20101213
26 SET_GRID_ATTRIBUTES Instance method Private Method For setting up ALV grid 20130610
27 SUBTRACT_TUPEL Instance method Private Method Subtract snapshot data (reset) from recent data 20091104
Events
Class CL_ORA_ACTION_MM2 has no event.
Types
Class CL_ORA_ACTION_MM2 has no local type.
Method Signatures

Method CALC_RATIOS Signature

Method CALC_RATIOS on class CL_ORA_ACTION_MM2 has no parameter.
Method CALC_RATIOS on class CL_ORA_ACTION_MM2 has no exception.

Method COLLECT_DATA Signature

Method COLLECT_DATA on class CL_ORA_ACTION_MM2 has no parameter.
Method COLLECT_DATA on class CL_ORA_ACTION_MM2 has no exception.

Method COPY_DATA_TO_STRUCT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_INST_ID Call by reference Type reference (TYPE) ST04N_DB_INST_ID Instance ID 20091104
2 Exporting P_STRUC Call by reference Type reference (TYPE) ORA_S_ST04_MAIN_DATA DBACockpit: Oracle Performance Main Data 20091104
3 Importing P_TAB Call by reference Type reference (TYPE) ORA_T_ST04_MAIN_DATA Main Performance Monitor (Version 2) 20091104

Method COPY_DATA_TO_STRUCT on class CL_ORA_ACTION_MM2 has no exception.

Method COPY_NUM_TO_CHAR_FIELDS Signature

Method COPY_NUM_TO_CHAR_FIELDS on class CL_ORA_ACTION_MM2 has no parameter.
Method COPY_NUM_TO_CHAR_FIELDS on class CL_ORA_ACTION_MM2 has no exception.

Method COPY_TO_CHAR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing P_FIELDSYMBOL_CHAR Call by reference Type reference (TYPE) ANY Main Performance Monitor (Version 2) 20091104
2 Changing P_FIELDSYMBOL_NUM Call by reference Type reference (TYPE) ANY Main Performance Monitor (Version 2) 20091104

Method COPY_TO_CHAR on class CL_ORA_ACTION_MM2 has no exception.

Method DETAIL_FREE_RESSOURCES Signature

Method DETAIL_FREE_RESSOURCES on class CL_ORA_ACTION_MM2 has no parameter.
Method DETAIL_FREE_RESSOURCES on class CL_ORA_ACTION_MM2 has no exception.

Method GET_BUFFER_BUSY_WAITS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_REMSYS Value transfer Type reference (TYPE) DBCON_NAME Logical name for a database connection 20091104

Method GET_BUFFER_BUSY_WAITS on class CL_ORA_ACTION_MM2 has no exception.

Method GET_BUFFER_SIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_REMSYS Value transfer Type reference (TYPE) DBCON_NAME Logical name for a database connection 20091104

Method GET_BUFFER_SIZE on class CL_ORA_ACTION_MM2 has no exception.

Method GET_BUNDLE_PATCH Signature

Method GET_BUNDLE_PATCH on class CL_ORA_ACTION_MM2 has no parameter.
Method GET_BUNDLE_PATCH on class CL_ORA_ACTION_MM2 has no exception.

Method GET_BUSY_WAITTIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_REMSYS Value transfer Type reference (TYPE) DBCON_NAME Logical name for a database connection 20091104

Method GET_BUSY_WAITTIME on class CL_ORA_ACTION_MM2 has no exception.

Method GET_HEADER_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_REMSYS Value transfer Type reference (TYPE) DBCON_NAME Logical name for a database connection 20091104

Method GET_HEADER_DATA on class CL_ORA_ACTION_MM2 has no exception.

Method GET_INSTANCE_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_REMSYS Value transfer Type reference (TYPE) DBCON_NAME Logical name for a database connection 20091104

Method GET_INSTANCE_VALUES on class CL_ORA_ACTION_MM2 has no exception.

Method GET_LIBRARY_CACHE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_REMSYS Value transfer Type reference (TYPE) DBCON_NAME Logical name for a database connection 20091104

Method GET_LIBRARY_CACHE on class CL_ORA_ACTION_MM2 has no exception.

Method GET_LOGBUFFER_SIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_REMSYS Value transfer Type reference (TYPE) DBCON_NAME Logical name for a database connection 20091104

Method GET_LOGBUFFER_SIZE on class CL_ORA_ACTION_MM2 has no exception.

Method GET_LOGFILES_IN_USE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_REMSYS Value transfer Type reference (TYPE) DBCON_NAME Logical name for a database connection 20091104

Method GET_LOGFILES_IN_USE on class CL_ORA_ACTION_MM2 has no exception.

Method GET_PARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_REMSYS Value transfer Type reference (TYPE) DBCON_NAME Logical name for a database connection 20091104

Method GET_PARAMETER on class CL_ORA_ACTION_MM2 has no exception.

Method GET_POOL_SIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_REMSYS Value transfer Type reference (TYPE) DBCON_NAME Logical name for a database connection 20091104

Method GET_POOL_SIZE on class CL_ORA_ACTION_MM2 has no exception.

Method GET_READS_WRITES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_REMSYS Value transfer Type reference (TYPE) DBCON_NAME Logical name for a database connection 20091104

Method GET_READS_WRITES on class CL_ORA_ACTION_MM2 has no exception.

Method GET_REDO_LOG_NUMBERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_REMSYS Value transfer Type reference (TYPE) DBCON_NAME Logical name for a database connection 20091104

Method GET_REDO_LOG_NUMBERS on class CL_ORA_ACTION_MM2 has no exception.

Method GET_ROWCACHE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_REMSYS Value transfer Type reference (TYPE) DBCON_NAME Logical name for a database connection 20091104

Method GET_ROWCACHE on class CL_ORA_ACTION_MM2 has no exception.

Method GET_SHARED_POOL_SIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_REMSYS Value transfer Type reference (TYPE) DBCON_NAME Logical name for a database connection 20091104

Method GET_SHARED_POOL_SIZE on class CL_ORA_ACTION_MM2 has no exception.

Method GET_SYSSTAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_REMSYS Value transfer Type reference (TYPE) DBCON_NAME Logical name for a database connection 20091104

Method GET_SYSSTAT on class CL_ORA_ACTION_MM2 has no exception.

Method GET_SYSTEM_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_REMSYS Value transfer Type reference (TYPE) DBCON_NAME Logical name for a database connection 20091104

Method GET_SYSTEM_EVENT on class CL_ORA_ACTION_MM2 has no exception.

Method GET_SYSTIME_MODEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DB_REF Call by reference Object reference (TYPE REF TO) IF_DBA_DATABASE DBA Cockpit: Database Object Interface 20120521
2 Importing P_REMSYS Value transfer Type reference (TYPE) DBCON_NAME Logical name for a database connection 20120521

Method GET_SYSTIME_MODEL on class CL_ORA_ACTION_MM2 has no exception.

Method PRE_CHECK_SYNONYMS Signature

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

Method PRE_CHECK_SYNONYMS on class CL_ORA_ACTION_MM2 has no exception.

Method SET_GRID_ATTRIBUTES Signature

Method SET_GRID_ATTRIBUTES on class CL_ORA_ACTION_MM2 has no parameter.
Method SET_GRID_ATTRIBUTES on class CL_ORA_ACTION_MM2 has no exception.

Method SUBTRACT_TUPEL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_RESET_DATA_COPY Call by reference Type reference (TYPE) ORA_T_ST04_MAIN_DATA snapshot data 20091104

Method SUBTRACT_TUPEL on class CL_ORA_ACTION_MM2 has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 703