新增乙個article到發布pub1,點選「檢視快照**狀態」,發現pub1中所有的aritlce都生成了快照…
在發布庫執行
select
immediate_sync
from
syspublications
orsp_helppublication
發現immediate_sync為1. 將immediate_sync改成0即可:
sp_changepublication
@publication='
publicationname
',
@property='
immediate_sync
',
@value
=false
原因,可能是在新增發布時選中了immediate_sync選項
發現某些(事物)發布總是定期(例如每天生成一次快照)生成快照,
在發布伺服器上執行sp_helpsubscriberinfo
發現其中乙個訂閱的frequency_type為4
在發布庫執行下列語句即可
sp_changesubscriber
@subscriber='
subscriberservername',
@frequency_type=64
相關解釋
[@frequency_type=] frequency_type
is the frequency with which to schedule the distribution task. frequency_type isint, and can be one of these values.
value
description
1
one time
2
on demand
4
daily
8
weekly
16
monthly
32
monthly relative
64
autostart
128
recurring
ogg初始化mysql資料 OGG重新初始化
環境說明 os作業系統 aix 資料庫版 本 oracle 11.2.0.4 ogg重新初始化步驟 1 關閉目標端的日誌應用程序 2.確認源端的資料抽取程序已經啟動 ggsci info all 3 匯出資料 vi exp data par userid as sysdba directory ex...
WinIO初始化失敗的幾個原因
winio是乙個能夠開啟一些作業系統io特權操作的乙個庫,簡單的來說它載入了一些驅動。通重載入的驅動可以直接的訪問埠。在工控上,我們可以利用這個庫直接操作io卡的位址。例如我最近在做的乙個數控鑽銑床的io卡和運動控制卡就是很老的乙個卡,在win98下面工作很正常,但是在nt核心上就會出現非法指令呼叫...
記錄OGG生產環境重新初始化
記錄ogg生產環境重新初始化 1 impdp匯入會產生大量的日誌,需要提前檢查磁碟空間大小,特別是歸檔日誌是否儲存在,如果歸檔空間滿會導致ogg複製無法啟用,提示如下錯誤 error ogg 00664 oracle goldengate delivery for oracle,repaly.prm...