Using the SAMEREF Option
- Last UpdatedMar 18, 2022
- 1 minute read
When a Database (DB) is reconfigured, the reference numbers of the elements in the destination DB will be different from the corresponding reference numbers in the source DB. To make sure that the same reference numbers are maintained after reconfiguration, the administrator can use the command:
RECONFIGURE SAMEREF
In this case the destination DB Number must be the same as the original one. This means that the administrator will have to delete the source DB, and create a new one with the same number.
The following example illustrates the use of the SAMEREF option:
|
FROM DB MASTER/DESIGN TO FILE /F1 /F2 RCFCOPY ALL RECONFIGURE DELETE DB MASTER/DESIGN CREATE DB MASTER/DESIGN DESI DBNO nn FROM FILE /F1/F2 TO DB MASTER/DESIGN RECONFIG SAMEREF |