Salesforce

What is the purpose of the DB_VariableAreaExtentGrow alert in OpenEdge management ?

« Go Back

Information

 
TitleWhat is the purpose of the DB_VariableAreaExtentGrow alert in OpenEdge management ?
URL NameWhat-is-the-purpose-of-the-DB-VariableAreaExtentGrow-alert-in-OpenEdge-management
Article Number000128278
EnvironmentProduct: OpenEdge Management
Version: 10.x, 11.x
OS: All supported platforms
Question/Problem Description
What is the purpose of the DB_VariableAreaExtentGrow alert in OpenEdge management ?
Steps to Reproduce
Clarifying Information
Error Message
Defect Number
Enhancement Number
Cause
Resolution
The DB_VariableAreaExtentGrow Alert is an alert that is triggered when data is being written to a variable size database extent.

Variable size extents are often used to prevent the database from crashing when fixed size database extents get full. 
The variable extent will then grow to 2GB and then the database will crash if it needs further space to write than available.
Unless an Enterprise Database License is in use and largefiles have been enabled, in which case the variable extent will grow to OS/filesystem/user limits if left unattended.

On older filesystems, writting to a variable size extent is slower than writing to a fixed size extent because a variable extent need to grow before each writing of new data to this variable extent and is therefore performance related.

Typically the DB_AreaSpaceUtilizationHigh Alert is used to warn when Fixed extents are approaching capacity.  Refer to Article  Extents DB_AreaSpaceUtilizationHigh alert  

When the DB_VariableAreaExtentGrow Alert is enabled and triggered it is recommended to add additional fixed size extent(s) and a new reserve variable extent to accommodate future growth in the area:
 
Workaround
Notes
Keyword Phrase
Last Modified Date11/20/2020 7:25 AM

Powered by