Salesforce

How to add database extents online?

« Go Back

Information

 
TitleHow to add database extents online?
URL Namehow-to-add-database-extents-online
Article Number000151906
EnvironmentProduct: OpenEdge
Version: 10.1A and later
OS: All supported platforms
Question/Problem Description
How to add database extents online ?
Can a new database storage area be added online?
Can data extents be added online?
Can new ai extents be added online?
Can more bi extents be added online?
When was the addonline option added to PROSTRCT?
 
Steps to Reproduce
Clarifying Information
Error Message
Defect Number
Enhancement Number
Cause
Resolution
Progress OpenEdge 10.1A introduces the option to create new Storage Areas or add extents to existing Storage Areas while the database is online.

The "PROSTRCT ADDONLINE" utility allows administrators to add data areas and extents, before-image extents, and after-image extents without incurring downtime.

Restrictions:

1.  Only one instance of prostrct addonline can execute at a single moment in time.

2.  All connected users must have sufficient privileges to access the newly created extents.  If currently connected users don't have sufficient privileges to access those new extents, these users must be disconnected before the addonline can be completed.  Refer to Article Why does prostrct addonline check connected users?   

Procedure:

Adding extents is essentially the same as adding extents offline:

A.  Create a structure file (add.st) file describing the new Storage Area/extent information.

B.  Run the following command :

prostrct addonline dbname add.st [-validate]

Important Notes:
  1. The -validate option can be used to determine if the amount of space in the file system is sufficient to handle those newly added extent files.  Prior to OpenEdge 10.1B01 the -validate parameter must not be used. Refer to Article Adding Areas online fails with error 12867    
  2. There is no functionality to REMOVE extents online, even if the last variable extent is empty. This is an offline operation.
  3. Existing variable extents will become FIXED extents at their current size. Refer to Article  What happens to the variable-length extent when a new extent is added   
  4. It worth mentioning that before-image and after-image extent files can also be added online
  5. Additional considerations are needed when adding extents to Replication Enabled databases. Refer to Article What are the rules for adding extents online to replicated databases?   
Workaround
Notes
References to Other Documentation:

Progress Database Administration Guide and Reference, Maintaining Database Structure:OpenEdge Structure Add Online utility

 
Keyword Phrase
Last Modified Date11/20/2020 7:06 AM

Powered by