Simple and fully configurable Sync service on Python for Oracle Standard edition standby
- Python 2.7+
- cx_Oracle
-
Copy config.cfg.example as config.cfg and configure it with own parameters
-
Execute install.sh or
cp lib/systemd/system/pySyncOracleStandby.service /lib/systemd/system/pySyncOracleStandby.service
systemctl enable pySyncOracleStandby.service
systemctl status pySyncOracleStandby.service
# root or administrator permission may be required
pip install pySyncOracleStandby
This project is licensed under the terms of the MIT license.