ogg不停業務重新初始化目標資料庫流程
線上重新同步資料庫流程:(重點是啟動抽取程式時間要在恢復的SCN之前)
1、備份源系統:
rman target /
run {
backup as compressed backupset database include current controlfile format '/ywdata/full_rman/fulllisbackup_%U';
}
2、傳輸備份資料檔案
scp
3、還原目標資料庫
Export ORACLE_SID=lis
Rman target /
shutdown immediate;startup nomount;restore controlfile from '/ywarch/full_rman/fulllisbackup_senffv7v_1_1'
alter database mount;
catalog backuppiece '/ywarch/full_rman/fulllisbackup_sdnffs25_1_1'
restore database;
4、停止所有程式並刪除抽取程式、data pump程式
stop 程式
dblogin userid goldengate password goldengate
delete 程式
5、重新配置抽取程式:
add extract extlis, tranlog, begin now
add exttrail ./dirdat/et extract extlis, megabytes 100
view params extlis
6、重新配置data pump程式:
add extract dpelis, exttrailsource ./dirdat/et
add rmttrail ./dirdat/rt, extract dpelis
view params dpelis
7、啟動抽取程式和data pump程式:
start 程式
8、查詢源端資料庫SCN號:
select dbms_flashback.get_system_change_number from dual;
892706679
9、在源庫切換日誌並複製相關歸檔日誌到目標資料庫歸檔目錄:
alter system switch logfile;
10、還原目標資料庫至指定SCN號並開啟資料庫
recover database until scn 892706679;
alter database open resetlogs;
11、重新建立臨時表空間
create temporary tablespace test tempfile '/ywdata/lis/test01.dbf' size 200m;
alter database default temporary tablespace test;
drop tablespace temp including contents and datafiles;
create temporary tablespace temp tempfile '/ywdata/lis/temp01.dbf' size 2g reuse;
alter database default temporary tablespace temp;
drop tablespace test including contents and datafiles;
select file_name from dba_temp_files;
12、停止並刪除複製程式:
dblogin userid goldengate password goldengate
delete 程式
13、配置目標端複製程式:
dblogin userid goldengate password goldengate
edit params ./GLOBALS
新增引數,一般就是CHECKPOINTTABLE goldengate.ggchkpt
exit
dblogin userid goldengate password goldengate
add checkpointtable
add replicat replis,EXTTRAIL ./dirdat/rt CHECKPOINTTABLE goldengate.ggchkpt
view params replis
14、啟動目標端複製程式:
start replis aftercsn 892706679
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26194851/viewspace-738618/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- ogg停止業務重新初始化目標資料庫流程資料庫
- 使用RMAN或資料泵初始化OGG目標庫
- cdc目標端資料庫初始化(backup restore)資料庫REST
- ogg程式重新初始化
- 業務資料目錄整合
- 第17 章、複製目標資料庫資料庫
- OGG源端和目標端資料不一致的場景
- OGG之 各種資料泵初始化指令碼指令碼
- Oracle+Ogg 歸檔丟失 重新導資料建立ogg同步步驟Oracle
- 使用“業務資料目錄”功能在網站上顯示業務資料網站
- OGG資料庫遷移方案(一)資料庫
- OGG資料庫遷移方案(二)資料庫
- OGG資料庫遷移方案(三)資料庫
- OGG資料庫遷移方案(四)資料庫
- 資料庫表初始化資料庫
- oa資料庫初始化資料庫
- postgresql資料庫初始化SQL資料庫
- PG資料庫初始化資料庫
- 重新命名資料庫資料庫
- RMAN 複製目標資料庫的理論知識資料庫
- 人生需要不停重新整理
- 【RMAN】使用恢復目錄catalog備份目標資料庫的演示資料庫
- python將目標檢測資料匯入到指定資料庫中Python資料庫
- 業務流程模型與資料流程圖的比較 - brcommunity模型流程圖Unity
- 由OGG引發的資料庫故障資料庫
- 重新配置OpenFire資料庫資料庫
- Oracle 19C OGG基礎運維-02資料初始化Oracle運維
- SQL Server資料庫遠端更新目標表資料的儲存過程SQLServer資料庫儲存過程
- 建立資料mysql庫流程MySql
- 資料庫優化流程資料庫優化
- Oracle資料庫資料遷移流程Oracle資料庫
- 目標檢測資料集分析
- 資料探勘標準流程規範
- 在原ogg基礎上重新搭建ogg
- 影響資料驅動業務目標的大資料挑戰大資料
- 優炫資料庫中標河南移動業務支撐系統國產資料庫採購專案資料庫
- dg和ogg的區別--oracle資料庫Oracle資料庫
- 目標自主安全可控 中國銀聯分散式資料庫實踐分散式資料庫