1. Download EBS

Untitled

  1. Cài đặt oracle ebs 12.2.0

Untitled

oracle linux 8
# dnf install oraclelinux-release -y 
# dnf config-manager --set-enabled ol8_addons
# dnf install oracle-ebs-server-R12-preinstall.x86_64

oracle linux 6,7
[ol6_latest]
name=Oracle Linux $releasever Latest ($basearch)
baseurl=https://yum.oracle.com/repo/OracleLinux/OL6/latest/$basearch/
gpgkey=https://yum.oracle.com/RPM-GPG-KEY-oracle-ol6
gpgcheck=1
enabled=1

[ol6_addons]
name=Oracle Linux $releasever Add ons ($basearch)
baseurl=https://yum.oracle.com/repo/OracleLinux/OL6/addons/$basearch/
gpgkey=https://yum.oracle.com/RPM-GPG-KEY-oracle-ol6
gpgcheck=1
enabled=1

[ol6_UEK_latest]
name=Latest Unbreakable Enterprise Kernel for Oracle Linux $releasever ($basearch)
baseurl=https://yum.oracle.com/repo/OracleLinux/OL6/UEK/latest/$basearch/
gpgkey=https://yum.oracle.com/RPM-GPG-KEY-oracle-ol6
gpgcheck=1
enabled=1

# yum update
# yum install oracle-ebs-server-R12-preinstall 

Untitled

Untitled

Untitled

Untitled

Untitled