安装 Java 开发工具包 (JDK)

使用 rpm 命令安装 jdk-8u191-linux-x64.rpm 包。

[root@appserver-04 ~]# cd /soft
[root@appserver-04 soft]# rpm -ivh jdk-8u191-linux-x64.rpm

设置 JAVA_HOME 环境变量。

[root@appserver-04 ~]# echo "export JAVA_HOME=/usr/java/jdk1.8.0_191-amd64" >> /etc/profile

验证 Java 安装。

[root@appserver-04 ~]# java -version
java version "1.8.0_191"
Java(TM) SE Runtime Environment (build 1.8.0_191-b12)
Java HotSpot(TM) 64-Bit Server VM (build 25.191-b12, mixed mode)

Java Development Kit (JDK) 8 已成功安装。

on  it road.com

安装 Oracle Weblogic 12c 服务器基础设施

创建操作系统用户和组以拥有 Oracle Weblogic 12c 软件。

[root@appserver-04 soft]# groupadd -g 1001 oinstall
[root@appserver-04 soft]# useradd -u 1001 -g oinstall oracle
[root@appserver-04 soft]# passwd oracle
Changing password for user oracle.
New password:
Retype new password:
passwd: all authentication tokens updated successfully.

为 Oracle Weblogic 12c Server 创建必要的目录。

[root@appserver-04 soft]# mkdir -p /u01/app/oracle/product/12.2.1
[root@appserver-04 soft]# mkdir -p /u01/app/oracle/config/{domains,applications}
[root@appserver-04 soft]# chown -R oracle:oinstall /u01/app
[root@appserver-04 soft]# chmod -R 775 /u01

以 oracle 用户身份连接。

[root@appserver-04 soft]# su - oracle

在 ~/.bash_profile 中设置以下环境变量。

export ORACLE_BASE=/u01/app/oracle
export ORACLE_HOME=$ORACLE_BASE/product/12.2.1
export MW_HOME=$ORACLE_HOME
export WLS_HOME=$MW_HOME/wlserver
export DOMAIN_BASE=$ORACLE_BASE/config/domains
export DOMAIN_HOME=$DOMAIN_BASE/mydomain

使用 unzip 命令解压 fmw_12.2.1.3.0_infrastructure_Disk1_1of1.zip。

[oracle@appserver-04 ~]$ cd /soft
[oracle@appserver-04 soft]$ unzip fmw_12.2.1.3.0_infrastructure_Disk1_1of1.zip -d wls
Archive:  fmw_12.2.1.3.0_infrastructure_Disk1_1of1.zip
  inflating: wls/fmw_12.2.1.3.0_infrastructure.jar
  inflating: wls/fmw_12213_readme.htm

使用 java 命令执行 fmw_12.2.1.3.0_wls.jar。
这里,Oracle Weblogic 12c 以图形模式安装,因此在继续安装过程之前,我们应该在图形目标中运行 CentOS 7 服务器。

运行 Oracle Weblogic 12c 基础设施设置。

[oracle@appserver-04 ~]$ cd /soft/wls/
[oracle@appserver-04 wls]$ java -jar fmw_12.2.1.3.0_infrastructure.jar
Launcher log file is /tmp/OraInstall2018-12-29_01-38-46PM/launcher2018-12-29_01-38-46PM.log.
Extracting the installer . . . . . . . .. Done
Checking if CPU speed is above 300 MHz.   Actual 2394.560 MHz    Passed
Checking monitor: must be configured to display at least 256 colors.  Actual unknown.   Failed <<<<
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 29394 MB    Passed
Some system prerequisite checks failed.
You must fulfill these requirements before continuing.
Continue? (yes [y] / no [n]) [n]
y
You have confirmed that the product can be installed on this platform.
Continuing with the installation.

Preparing to launch the Oracle Universal Installer from /tmp/OraInstall2018-12-29_01-38-46PM

设置 Oracle Inventory 目录和软件所有者组。

单击确定。

单击下一步。

单击下一步。

设置 Oracle 主目录并单击下一步。

选择 Fusion Middleware Infrastructure 选项并单击 Next。

单击下一步。

单击安装。

Oracle Weblogic 12c 基础设施安装正在进行中。

单击下一步。

单击完成。

Oracle Weblogic 12c Infrastructure 已成功安装。

所需软件

Oracle 技术网 (OTN) 网站上提供了以下软件。

Oracle Java 开发工具包 (JDK) 8u192
Oracle Weblogic 12c 服务器基础设施
Oracle Forms and Reports 12c

下载所需的软件并复制到 /soft 目录中。

在 CentOS 7 上安装 Oracle Forms and Reports 12c

Oracle Fusion Middleware (FMW - 融合中间件) 是 Oracle Corporation 的软件产品系列。
Oracle 融合中间件涵盖多种服务,包括 Java EE 和开发人员工具、集成服务、商业智能、协作和内容管理。
Oracle Forms and Reports 12c 是 Oracle 融合中间件系列下的软件产品。
Oracle Forms and Reports 是 Java EE 应用程序的开发和部署工具。

在本文中,我们将在 CentOS 7 服务器上安装 Oracle Forms and Reports 12c。

安装 Oracle Forms and Reports 12c

以 root 用户身份连接并安装必备软件包。

[root@appserver-04 ~]# yum install -y binutils \
compat-libcap1 \
compat-libstdc++-33 \
libgcc \
libstdc++ \
libstdc++-devel \
sysstat \
gcc \
gcc-c++ \
ksh \
make \
glibc \
glibc-devel \
libaio \
libaio-devel \
motif

使用 unzip 命令提取 fmw_12.2.1.3.0_fr_linux64_Disk1_1of2.zip 和 fmw_12.2.1.3.0_fr_linux64_Disk1_2of2.zip。

[oracle@appserver-04 ~]$ cd /soft
[oracle@appserver-04 soft]$ unzip fmw_12.2.1.3.0_fr_linux64_Disk1_1of2.zip -d fmw
Archive:  fmw_12.2.1.3.0_fr_linux64_Disk1_1of2.zip
  inflating: fmw/fmw_12.2.1.3.0_fr_linux64.bin
  inflating: fmw/fmw_12213_readme.htm
[oracle@appserver-04 soft]$ unzip fmw_12.2.1.3.0_fr_linux64_Disk1_2of2.zip -d fmw
Archive:  fmw_12.2.1.3.0_fr_linux64_Disk1_2of2.zip
 extracting: fmw/fmw_12.2.1.3.0_fr_linux64-2.zip

运行 Oracle Forms and Reports 12c 安装程序。

[oracle@appserver-04 soft]$ cd /soft/fmw/
[oracle@appserver-04 fmw]$ ./fmw_12.2.1.3.0_fr_linux64.bin
Launcher log file is /tmp/OraInstall2018-12-29_02-02-50PM/launcher2018-12-29_02-02-50PM.log.
Extracting the installer . . . . . . . . . . . . . . Done
Checking if CPU speed is above 300 MHz.   Actual 2394.560 MHz    Passed
Checking monitor: must be configured to display at least 256 colors.  Actual unknown.   Failed <<<<
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 28328 MB    Passed
Some system prerequisite checks failed.
You must fulfill these requirements before continuing.
Continue? (yes [y] / no [n]) [n]
y
You have confirmed that the product can be installed on this platform.
Continuing with the installation.

Preparing to launch the Oracle Universal Installer from /tmp/OraInstall2018-12-29_02-02-50PM

输入 Oracle Inventory 路径和软件所有者组。

单击确定。

单击下一步。

单击下一步。

进入 Oracle 主目录(我们其中安装了 Oracle Weblogic 12c Infrastructure)并单击 Next。

选择 Forms and Reports Deployment 选项,然后单击 Next。

进入 Java Home(我们已经安装了 JDK 8u192)并点击 Next。

单击下一步。

单击安装。

Oracle Forms and Reports 12c 安装正在进行中。

单击下一步。

单击完成。

Oracle Forms and Reports 12c 已安装在 CentOS 7 服务器上。

日期:2020-09-17 00:16:37 来源:oir作者:oir