一下是安裝ogg過程當中遇到的問題和解決辦法,絕對良心乾貨,抽空會寫更詳細的安裝教程。更多精彩內容請點擊html
window 注意 導入導出
導入
expdp parfile=D:\app\qingmiaokeji\admin\orcl\adump\expdp_zzbs.par PARALLEL=8 flashback_scn=1438905
登陸用戶必須是dba
F:\app\qingmiaokeji\admin\orcl\dpdump
導出
impdp qingmiaokeji/qingmiaokeji REMAP_SCHEMA=qingmiaokeji:qingmiaokeji REMAP_TABLESPACE=qingmiaokeji:qingmiaokeji_data dumpfile= expdp_zzbs_%U.dmpcentos
virtual box centos7 配置 上網
https://blog.csdn.net/rcjjian/article/details/79879275
http://www.javashuo.com/article/p-oeivelmp-na.htmloracle
ogg trail文件版本問題,重置
https://community.oracle.com/message/14447940?tstart=0
https://www.2cto.com/database/201503/380443.html
https://blog.csdn.net/orion61/article/details/25365741
ALTER EXTRACT EPMP ETROLLOVERapp
ALTER REPLICAT finance, EXTSEQNO 53centos7
ORA-12560: TNS: 協議適配器錯誤
https://www.jianshu.com/p/1c3dbe96af03spa
OGG-01194 Oracle GoldenGate Capture for Oracle, ext_sc0.prm: EXTRACT task REP_SC0 abended : File InitialLoad, with compatibility level 6, is not compatible with the current software version's compatibility level of 5. Modify the file writer's parameter file to generate the appropriate format using the FORMAT LEVEL 5 option
ogg 接收和發送端 ogg版本不一致,可用formate level參數
EXTTRAIL ./dirdat/dbty/tr,FORMAT LEVEL 5.net