專門做車評的網(wǎng)站電商網(wǎng)站建設(shè)價(jià)格
GoldenGate Veridata是GoldenGate中用于比較數(shù)據(jù)庫間數(shù)據(jù)同步效果的一個(gè)對比軟件。Veridata基于Web,支持大據(jù)量的數(shù)據(jù)對比,能夠在不停止數(shù)據(jù)同步的情況下就可以比較數(shù)據(jù)。
1、安裝veridata前我們都會先安裝 middleware infrastructure 這時(shí)我們會添加幾個(gè)環(huán)境變量:
export MW_HOME=/fmw/orcl/product/12.2.0/middleware/wlserver -- middleware infrastructure安裝的路徑
export WLS_HOME=$MW_HOME/wlserver --必須這么寫
export WL_HOME=$WLS_HOME --必須這么寫
export DOMAIN_BASE=/fmw/orcl/product/12.2.0/middleware/user_projects/domains --未來給veridata創(chuàng)建domain的路徑
export DOMAIN_HOME=$DOMAIN_BASE
export AGENT_ORACLE_HOME=$ VERIDATA_PRODUCT_HOME/agent
export AGENT_DEPLOY_LOCATION=/home/oracle/veridata/agent
export JAVA_HOME=/usr/java/jdk1.8.0_172-amd64/ --jdk路徑一定要正確
2、安裝veridata時(shí)要選擇之前安裝middleware的路徑,oracle官方把這一步叫選擇 ORACLE HOME
export MW_HOME=/fmw/orcl/product/12.2.0/middleware/wlserver -- middleware infrastructure安裝的路徑也是安裝veridata的路徑
安裝完畢后:
$MW_HOME/oracle_common/bin/rcu 工具創(chuàng)建veridata 的各種repository信息
$MW_HOME/oracle_common/common/bin/config.sh 工具創(chuàng)建veridata domain
3、啟動veridata時(shí),需要使用兩個(gè)腳本:
(1)啟動weblogic控制臺的腳本:$DOMAIN_HOME/bin/startWebLogic.sh --這一步要輸入使用$MW_HOME/oracle_common/bin/config.sh創(chuàng)建domain時(shí)使用的管理密碼
默認(rèn)的網(wǎng)頁地址是:http://hostname:7001/console
(2)啟動veridata manager腳本:$DOMAIN_HOME/veridata/bin/veridataServer.sh --這一步要輸入使用$MW_HOME/oracle_common/bin/config.sh創(chuàng)建domain時(shí)使用的管理密碼
默認(rèn)的網(wǎng)頁地址是:http://hostname:8830/veridata/
veridataServer{.bat|.sh} start/stop [SERVER_NAME] [ADMIN_URL]
Parameters Description
SERVER_NAME Specifies the name of the Veridata Managed Server that you want to
start or stop. If not specified, the script starts the default managed
server (VERIDATA_server1).
ADMIN_URL Specifies the URL for the Veridata domain administration server.
Default URL is t3://:admin_server:port
————————————————————————————————————————————————————————————
本人主要從事架構(gòu)優(yōu)化、系統(tǒng)建設(shè)、系統(tǒng)運(yùn)維等方面的工作,專注于Oracle、Mysql、Redis、PG、OGG等技術(shù)和系統(tǒng)建設(shè)、運(yùn)維、優(yōu)化,歡迎留言或者微信(deadknight9)交流,轉(zhuǎn)載請注明出處。