Consultor Eletrônico



Kbase P13192: How to add an extent to a database
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/8/2003
Status: Unverified

GOAL:

How do I add extent(s) to my database

FIX:


Create a new structure description (.st) file called an incremental description file. This file contains only information about the extents(s) you want to add. Perform the following steps below:

Be sure to avoid overwriting the .st file for your existing database, by giving the .st file a unique name that is different from the existing database st file.
Use prostrct utility with the add qualifier, specifying the .st file you created.

syntax of the prostrct add is as follows:
prostrct add <db-name> incremental-description file

After you add the extent(s) use the prostrct list utility to display storage area names and extent information including the extent type, size, number and name
syntax of prostrct list utility is as follows:
prostrct list <db-name>