Enabling Supplemental Logging on Source database
We are going to use Golden Gate 19.1 classic architecture to upgrade our database 12.1.0.2 to 19c.
The documentation mentions about enabling Supplemental Logging. It is not clear if I still need to run TRANDATA from ggsci after enabling at the database level.
For example, after running the commands below at the database level (source database), do I still need to run ADD SCHEMATRANDATA or ADD TRANDATA from ggsci?
The documentation mentions about enabling Supplemental Logging. It is not clear if I still need to run TRANDATA from ggsci after enabling at the database level.
For example, after running the commands below at the database level (source database), do I still need to run ADD SCHEMATRANDATA or ADD TRANDATA from ggsci?
SQL> ALTER DATABASE ADD SUPPLEMENTAL LOG DATA;
SQL> ALTER DATABASE FORCE LOGGING;
Thanks, Brad.
Thanks, Brad.
0