fiogf49gjkf0d If you do not have ANY remotes - then you can switch off syncserver service. But, it will still log the changes - so you need to stop that too:
UPDATE sysdba.SYSTEMINFO SET PRIMARYSERVER = 'NOSYNCSERVER' WHERE SYSTEMINFOID = 'PRIMARY' go UPDATE sysdba.BRANCHOPTIONS SET SITECODE = 'NOSYNCSERVER' go UPDATE sysdba.SITEOPTIONS SET HOSTSERVER = 'NOSYNCSERVER' WHERE HOSTSERVER IS NOT NULL go
Run the above on the database. That removes the sync server setup (you can add it back later if you wish). And, then remove the syncserver license.
|