goldengate同步中文表名列名的測試
注意:
1.scott.TESTTAB 是table,此表的表結構跟scott.測試表1一致,只是scott.testtab表不含有中文列,不含有中文表名。
2.ALTID 58716; 後邊的數字是scott.測試表1的object_id
3.scott2.testv 是view,此檢視的檢視結構跟scott2.測試表1一致,只是scott2.testv中不含有中文列,不含有中文表名。
ext的引數檔案:
extract scottext
setenv ( ORACLE_SID = LEI )
setenv ( NLS_LANG = "AMERICAN_AMERICA.ZHS16GBK" )
tranlogoptions asmuser sys@ASM, asmpassword aaaaaa
userid LC0049999@lei, password aaaaaa
ddl include objname "SCOTT.*" exclude objname "scott.測試表1"
ddloptions addtrandata
exttrail e:ggggv11oradirdatxx
WILDCARDRESOLVE DYNAMIC
table scott.測試表1;
table scott.bonus;
MAP scott.TESTTAB, ALTID 58716;
dp的引數檔案:
extract scottdp
passthru
rmthost 192.168.0.19, mgrport 7809
rmttrail e:ggxx
gettruncates
table scott.TESTTAB;
table scott.bonus;
--MAP scott.TESTTAB, ALTID 58716;
rep的引數檔案:
replicat scottrep
setenv ( ORACLE_SID = LEI )
setenv ( NLS_LANG = "AMERICAN_AMERICA.ZHS16GBK" )
assumetargetdefs
DBOPTIONS DEFERREFCONST
ddl include objname "SCOTT2.*"
gettruncates
applynoopupdates
userid goldengate, password oracle
map scott.testtab, target scott2.testv;
map scott.bonus, target scott2.bonus;
[@more@]
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/161195/viewspace-1055925/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- goldengate同步中文表名列名的測試 --續Go
- goldengate針對不同表名及列名的複製Go
- GoldenGate同步DML功能測試Go
- 批量修改表名和列名
- goldengate同步資料的同步速度測試記錄Go
- 利用goldengate進行同步操作測試Go
- 【GoldenGate】Oracle GoldenGate(四) 壓力測試同步百萬行資料GoOracle
- PowerDesigner表名、列名大小寫轉換
- Goldengate單表新增同步Go
- goldengate的sqlexec測試GoSQL
- 測試CMS同步測試CMS同步測試CMS同步
- GoldenGate單向表DML同步Go
- goldengate對oracle臨時表的同步GoOracle
- MySQL修改表的列名MySql
- GoldenGate重新同步個別表流程Go
- GoldenGate的安裝、配置與測試Go
- GoldenGate 12.3 MA架構介紹系列(2) - 資料同步測試Go架構
- Oracle 檢視 表屬性 :“表名(註釋)/列名(註釋)/欄位是否NULL”OracleNull
- GoldenGate無法同步壓縮表問題Go
- 測試CMS同步問題測試CMS同步問題
- GoldenGate 12c 在原有同步程式中新增同步表的操作步驟Go
- 高階複製-7、測試是否非主鍵表的同步
- 查詢表中所有列名
- 高階複製-6、測試是否可同步建表
- GoldenGate複製的幾個簡單測試Go
- Oracle GoldenGate系統之----單向同步資料表OracleGo
- Oracle GoldenGate系統之----雙向同步資料表OracleGo
- goldengate同步中更改資料表結構維護Go
- 【GoldenGate】Oracle GoldenGate(三) DDL同步配置GoOracle
- 使用GoldenGate 實現Oracle for Oracle 單向資料同步(實現表的DML操作同步)GoOracle
- hibernate 自定義表名與列名 - 增刪改查分頁 - 相容Mysql和OracleMySqlOracle
- IP別名的IPAT的接管測試
- Oracle GoldenGate系統之----單向同步資料表(續)OracleGo
- NServiceBus 更換服務名及佇列名稱佇列
- 【GoldenGate】Oracle GoldenGate(二) 雙向同步配置GoOracle
- Debug模式下,測試app字尾名“-測試”模式APP
- GoldenGate表的重新再同步(無需生產端時間視窗)Go
- GoldenGate雙向同步配置Go