6. Loading and Unloading Databases : Copying and Relocating a Database : Example: Copy a Database to a New Database
 
Share this page                  
Example: Copy a Database to a New Database
The following example copies the empdata database to a new database, empdev.
relocatedb empdata -new_database=empdev
In VDBA:
1. In a Database Object Manager window, select a database (empdata).
2. Choose Database, Duplicate Db.
The Duplicate Database dialog appears.
3. Enter the name of the new database (empdev) in the New Database edit control.
4. Click OK.
The database is copied to a new database.