Consultor Eletrônico



Kbase P117411: How to add extents (for new areas) to replicated databases
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Unverified

GOAL:

How to add extents (for new areas) to replicated databases

FIX:

The databases need to be stopped to add extents to them. You may add the extents in the target database first or at the same time as within the source database.
With a newextent.st file as below samples, you will run
prostrct add <target> newextent.st
prostrct add <source> newextent.st

#newextent.st V9, 2 new areas
d "newrarea1":21,64 . f 1048576
d "newrarea1":21,64 .
d "smallrecords":22,256 f 524288
d "smallrecords":22,256 .

#newextent.st OE10, 1 new area
d "largerecord":18,32;32 . f 1048576
d "largerecord":18,32;32 .