SAP ABAP Data Element ST04N_IEFF_SOFTPARSE (Soft parse ratio)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CCM-MON-ORA (Application Component) Oracle Database Monitors
     S_DBMON_ORA_COCKPIT (Package) Database Monitor for Oracle in Cockpit Framework
Basic Data
Data Element ST04N_IEFF_SOFTPARSE
Short Description Soft parse ratio  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type ST04N_DEC_1_4    
Data Type DEC   Counter or amount field with comma and sign 
Length 5    
Decimal Places 4    
Output Length 6    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 SftPrsRat 
Medium 15 SoftParse ratio 
Long 20 Soft parse ratio 
Heading 16 Soft parse ratio 
Documentation

Definition

The soft parse ratio is calculated as quality rate by the formula:
1 - ('parse count hard' / 'parse count total')

This shows whether there are many hard parses on the system. The ratio should be compared to the raw statistics to ensure accuracy. For example a soft parse ratio of 0.2 typically indicates a high hard parse rate. However, if the total number of parses is low, then the ratio should be disregarded.

Non RAC / RAC Detail: Ratio of the current instance.

RAC Total: Average ratio over all instances.

(Data source: gv$sysstat, 'parse count (hard)', 'parse count (total)')

The appearance of a light (yellow / red) depends on the key figures deviation from value 1 in percent. Limits for the colors can be maintained in customizing table ST04N_LIM.

Use

Dependencies

Example

History
Last changed by/on SAP  20070813 
SAP Release Created in 700