In this post, we are installing Oracle 20c binaries on OEL 7.5. First, we need to download the software then unzip it on oracle home and start runInstaller from the software location. Initally, you can use Oracle 20c on OCI. [root@oemserver ~]# mkdir -p /u01/app/oracle/product/20.0.0/dbhome_1 [root@oemserver ~]# chown -R oracle:oinstall /u01 [root@oemserver ~]# chmod -R […]
