preface
recently, when configuring Ogg two-way replication, due to improper parameter settings, an error was reported at startup. The processing methods are summarized as follows
1. Startup error
[oracle@target ogg]$ ggsci
Explanation: According to the error message, the parameter is not set properly
2. Treatment method
[oracle@target ogg]$ more ./GLOBALS
CHEMA ogg
checkpointtable ogg.rep_demo_ckpt
Switch to OGG root directory, here CHEMA ogg error, should be GGSCHEMA ogg, modify can
[oracle@target ogg]$ ggsci
Login again, everything is OK