Versions Compared

Key

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

...

  • Use Liquibase Enterprise 8.2 and higher

  • Flashback should be enabled and configured in Oracle Database instance

  • DATICAL_USER database connection user should have SYSBACKUP privileges

  • Ensure pluggable database will be restarted after a restart of the server or CDB

    Code Block
    alter pluggable database <pdb_name> open read write;
    -- configure the PDB to open automatically when the container is restarted
    alter pluggable database <pdb_name> save state;

Limitations

  • Flashback feature works ONLY for PDB database

    • You cannot perform Flashback against CDB database

  • Flashback feature works ONLY for Oracle 12.2, 18c, 19c

  • Flashback feature does not work for Oracle RDS

...