Segments: Segments with non-zero pctincrease

ozsoft.sap.Monitor.Oracle.Segments.NonZeroPercentIncrease (UnitMonitor)

Number of segments with non-zero pctincrease

Knowledge Base article:

Summary

Segments with non-zero PCTINCREASE

Configuration

N/A

Causes

PCTINCREASE was important when the largest number for MAX_EXTENTS was still relatively small and based on Oracle’s block size. Since you should now always be able to avoid reaching MAX_EXTENTS simply by setting its value high enough, you no longer need PCTINCREASE for allocating larger and larger extents to avoid reaching MAX_EXTENTS. This no longer makes sense since you should always be able to avoid reaching MAX_EXTENTS by simply setting its value high enough

Resolutions

Evaluate whether the segment’s storage parameter can be set to zero

Additional

N/A

External

Please refer to SAP Documentations and Notes

Element properties:

Targetozsoft.sap.Oracle
Parent MonitorSystem.Health.PerformanceState
CategoryOperations
EnabledFalse
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor Typeozsoft.sap.CCMSMetricMonitorType2
RemotableTrue
AccessibilityPublic
Alert Message
Segments with non-zero percent increase
{0} : {1} has a value {2}
RunAsDefault

Source Code:

<UnitMonitor ID="ozsoft.sap.Monitor.Oracle.Segments.NonZeroPercentIncrease" Accessibility="Public" Enabled="false" Target="ozsoft.sap.Oracle" ParentMonitorID="Health!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="ozsoft.sap.CCMSMetricMonitorType2" ConfirmDelivery="false">
<Category>Operations</Category>
<AlertSettings AlertMessage="ozsoft.sap.Monitor.Oracle.Segments.NonZeroPercentIncrease.AlertMessageResourceID">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/ObjectName$</AlertParameter1>
<AlertParameter2>$Data/Context/CounterName$</AlertParameter2>
<AlertParameter3>$Data/Context/Value$</AlertParameter3>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Under" MonitorTypeStateID="SDKMetricUnderLowThreshold" HealthState="Success"/>
<OperationalState ID="Between" MonitorTypeStateID="SDKMetricUnderHighOverLowThreshold" HealthState="Warning"/>
<OperationalState ID="Over" MonitorTypeStateID="SDKMetricOverHighThreshold" HealthState="Error"/>
</OperationalStates>
<Configuration>
<CounterName>Segments with non-zero pctincrease</CounterName>
<ObjectName>Segments</ObjectName>
<Frequency>300</Frequency>
<HighThreshold>5</HighThreshold>
<LowThreshold>0</LowThreshold>
</Configuration>
</UnitMonitor>