Versions Compared

Key

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

...

Two dynamically created files can be used to save specific SCN or timestamp. Files full names are specified by global variables RECOVER_UNTIL_SCN_FILE and RECOVER_UNTILTIME_FILE:

No Format
RECOVER_UNTIL_TIME_FILE = $DBVISIT_BASE/standby/log/recover_until_time.txt by default
No Format
RECOVER_UNTIL_SCN_FILE = $DBVISIT_BASE/standby/log/recover_until_scn.txt by default

 

Below is an example of using the until time option (Expected format is YYYY-MM-DD:HH24:MI:SS). In this example we manually create a text file with a timestamp to which the standby should be recover to.

...