Oracle Linux 7
(Acquisition destination) https://www.oracle.com/technetwork/jp/database/database-technologies/express-edition/downloads/index.html Here, it is assumed that oracle-database-xe-18c-1.0-1.x86_64.rpm is acquired.
Pre-installed installation program # curl -o oracle-database-preinstall-18c-1.0-1.el7.x86_64.rpm https://yum.oracle.com/repo/OracleLinux/OL7/latest/x86_64/getPackage/oracle-database-preinstall-18c-1.0-1.el7.x86_64.rpm
# yum -y localinstall oracle-database-preinstall-18c-1.0-1.el7.x86_64.rpm
# yum -y localinstall oracle-database-xe-18c-1.0-1.x86_64.rpm
# /etc/init.d/oracle-xe-18c configure
Required input items:
--SYS, SYSTEM and PDBADMIN Password --Host address, port number --CDB, PDB name
(Start-up) # systemctl start oracle-xe-18c (Stop) # systemctl stop oracle-xe-18c (Reboot) # systemctl restart oracle-xe-18c
Recommended Posts