Kbase P36864: How can I copy my existing database to another database?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  17/12/2004 |
|
Status: Verified
GOAL:
How can I copy my existing database to another database?
GOAL:
Copying a DataBase to another Database
GOAL:
How to copy a DataBase to another?
FACT(s) (Environment):
Progress 9.1x
OpenEdge 10
FIX:
You can use several approaches to copy your existing DB to another DB depending if the DB is multivolume or monovolume and also depending if you need to have the same data in both or not.
Different methods:
1.PROSTRCT CREATE DBNAME and then load the df file of the existing DB to the new one.
2.PROCOPY TARGETDB SOURCEDB.
3.PRODB TARGETDB SOURCEDB.
All those command are documented in the DataBase Guide and Reference Manual.