During activation
sp_ctrl > activate config config1
Activation with supplemental logging OFF is not supported. Please enable supplemental logging and reactivate.
Shareplex 5.3 on 10g needs minimum level supplemental logging on.
If supplemental logging is not on, the above message appears during activation.
Here is from the release notes
Oracle requirements
The minimal level (database level) of supplemental logging must be enabled when running Oracle 10g.
To turn on supplemental logging perform the following.
ALTER DATABASE ADD SUPPLEMENTAL LOG DATA;
ALTER SYSTEM SWITCH LOGFILE;
NOTE: This type of logging is not enabled by default, and can be disabled.
To check whether supplemental logging is enabled, issue the following query:
Select supplemental_log_data_min from v$database;
© 2021 Quest Software Inc. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy