CentOS7 安装部署oracle goldengate monitor

版权声明:本文为博主原创文章,转载请注明出处 https://blog.csdn.net/vkingnew/article/details/87804090
前提条件:
1.安装JDK8
2.使用非root账号安装部署:

Prerequisites
Oracle GoldenGate Monitor 12c (12.2.1) requires the installation of the following:

Java SE, JDK 8u40 and greater

Oracle WebLogic Server 12.2.1.2 with JRF
Note:

The Oracle WebLogic Server version is not forward compatible, which means that it doesn't work with Oracle GoldenGate Monitor 12.2.1.3 and future versions.
One of the following supported databases:

Oracle 11gR2, 12c

Microsoft SQL Server 2012



$ java -jar fmw_12.2.1.2.0_ogg.jar 
或者
$java -jar -Xmx1024m fmw_12.2.1.2.0_ogg.jar 
Launcher log file is /tmp/OraInstall2019-02-21_12-20-29AM/launcher2019-02-21_12-20-29AM.log.
Extracting the installer . . . . . . . . . . . . . Done
Checking if CPU speed is above 300 MHz.   Actual 3192.000 MHz    Passed
Checking monitor: must be configured to display at least 256 colors.   Actual 16777216    Passed
Checking swap space: must be greater than 512 MB.   Actual 2047 MB    Passed
Checking if this platform requires a 64-bit JVM.   Actual 64    Passed (64-bit not required)
Checking temp space: must be greater than 300 MB.   Actual 6494 MB    Passed


Preparing to launch the Oracle Universal Installer from /tmp/OraInstall2019-02-21_12-20-29AM
Log: /tmp/OraInstall2019-02-21_12-20-29AM/install2019-02-21_12-20-29AM.log

oracle weblogic 版本选择:

https://www.oracle.com/technetwork/middleware/weblogic/downloads/wls-for-dev-1703574.html

需要选择12.2.1.2版本的weblogic:

猜你喜欢

转载自blog.csdn.net/vkingnew/article/details/87804090