Oracle 19c : Manually Install Oracle Database Software and setup listener for Single Instance
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  Oracle 19c : Manually Install Oracle Database Software, setup listener and Create an empty Container Database for Single Instance  +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++  Assumption:   You already created all the required OS users (example: oracle), group (oinstall) directories (example: $ORACLE_BASE, $ORACLE_HOME)   Step 1:  Download Oracle Software from edelivery   Step 2:  Unzip Software to the Oracle_HOME directory  unzip V981623-01.zip -d /u01/app/oracle/product/19.2.0/db100   Step 3: Create a response file by copying  the response file from the response file directory      oracle@racdb01.localdomain:/u01/app/oracle/product/19.2.0/db100/install/response   $ cp db_install.rsp /home/oracle/19cEE_SoftOnly.rsp     Step4:  modify response file in a text editor with necessary changes      Step5:  start the installer in silent with response file      $ cd /u01/app/oracle/pro...