Versions Compared

Key

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

...

  • *.ddc: configuration variables, used when running dbvrep during the setup or anytime in the future. Only basic variables are included here, as most of them are stored in mine MINE database after setup. (See *-onetime.ddc and chapter on DDC files.)
  • *-onetime.ddc: configuration variables; these are stored in DDC DB after the scripts are run.
  • -dbsetup.sql: (re)creates the Dbvisit Replicate schema user and grants appropriate privileges. Because Oracle internal tables and views are involved, sysdba credentials are needed.
  • -grants.sql: grants the Dbvisit Replicate schema user privileges on the replicated objects.
  • *-setup.dbvrep: dbvrep script creating the Dbvisit Replicate schema tables and views, populating them with data and preparing selected schemas and tables for replication.
  • Nextsteps.txt: a plaint text file describing the next steps to take to initiate the replication.
  • -wizard.cfg: saves the configuration of the wizard after each step for the next run of the wizard or in case of a restart. This saves having to type all the information in again.
  • *-all.sh / *-all.bat: sample script that invokes the scripts described above and then starts the replication processes.

...