Consultor Eletrônico



Kbase P66546: How to create an empty database with an 8k blocksize
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   11/10/2005
Status: Verified

GOAL:

How do I create a new empty database with an 8K blocksize?

CAUSE:

References to Written Documentation:
OpenEdge Data Management, "Chapter 1, Creating and Deleting Databases"

FIX:

1) Create a database structure file containing all necessary extents and areas.
2) Run the following command:

prostrct create dbname dbname.st -blocksize 8192

3) Copy the empty8 database, containing metaschema, into void structure:

procopy $DLC/empty8 dbname