Consultor Eletrônico



Kbase P27023: How to change storage area names in a dump and load process
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   08/11/2004
Status: Unverified

GOAL:

How to change storage area names during a dump and load process

FIX:

1. Copy the existing .st file to a new name

2. Edit new .st file
3. Replace existing storage area names with new storage area names.

4. Create an empty database using new .st file.
Prostrct create dbname new.st
5. Dump the schema from original database

6. Edit the .df file changing the area names to correspond to the new area names
7. Load the edited .df into the new database