Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In this section, we will show you how to import or re-import existing Oracle DDC file into dbvcontrol dashboard. DDC file contains complete configuration for a pair of Primary and Standby Oracle database synchronization.

...

Note

DDC file contains all settings needed for Oracle Synchronization. When doing import, you must ensure that all settings stored inside the DDC file are correct (for example primary and standby server roles).

Do not perform import if you’re not sure that all DDC file variables are correct. Instead, create DDC file from scratch instead.

Table of Contents
stylenone

...

The DDC file on primary and standby server will be automatically backed up before deletion if dbvagentmanager is reachable. The backup is done by renaming the file it with date extension on primary and standby

Info

You will lose notification and observer configuration when you remove the configuration from the GUI

2. Re-Importing version 12 DDC file

...

Info

you need to be sure that the version of the DDC file you’re restoring doesn’t have significant differences - for example primary and standby server roles are the same in the DDC file you’re importing and DDC file you removed from the GUI. If you’re not sure, skip to “3. Importing pre-version 12 DDC file or importing version 12 DDC file with detailed prechecks” and do full prechecks

...

as you would expect. You can easily swap the Primary and Standby server roles by running dbvctl command:

Code Block
/usr/dbvisit/standbymp/oracle/dbvctl -d SLASH -o update_ddc_file
=============================================================
Dbvisit Standby Database Technology (12.1.0RC) (pid 2823091)
dbvctl started on czlin0231: Mon Feb 24 14:20:01 2025
=============================================================
>>> Dbvisit Database configuration (DDC) file
    /usr/dbvisit/standbymp/oracle/conf/dbv_SLASH.env has been updated and variables have
    been reversed between primary and standby server
    SOURCE=czlin0232 DESTINATION=czlin0231

Once you verify the primary and standby server roles are correct, you’re ready for GUI import. Start with creating new Oracle configuration:

...