Versions Compared

Key

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

Changing SYS and SYSTEM

When SYS or SYSTEM passwords are changed it does not effect ongoing replication because the SYS and SYSTEM passwords are used only when the  *-pre-all.sh and *-all.sh is runscripts are  run. Once this script these scripts is executed and the replication is up and running, SYS and SYSTEM users are not used by Dbvisit Replicate at all. 

...

No Format
bgColorCCC
set MINE.MINE_PASSWORD xxxxxx
set APPLY.APPLY_PASSWORD xxxxxx
set MINE.DDC_PASSWORD xxxxxx
set APPLY.DDC_PASSWORD xxxxxx


If there are more processes, then do this for all processes.


Note

When dbvrep password is changed on source then set MINE.MINE_PASSWORD to encrypted password value or FETCHER.FETCHER_PASSWORD if FETCHER is used. If password of dbvrep user is changed on target database then set APPLY.APPLY_PASSWORD to encrypted password value.

...