Start the Oracle Database Software Installer

  1. Log in as the oracle user with the -Y flag.
    ssh -Y oracle@vm
  2. Navigate to the following directory:
    cd /home/oracle/app/oracle/product/19.3.0/dbhome_1
  3. Unzip the Oracle database software installer.

    Note:

    If necessary, install unzip with the command yum install unzip.
    unzip LINUX.X64_193000_db_home.zip
  4. Export the command:
    export CV_ASSUME_DISTID=OEL8
  5. Run the Oracle database software installer.
    ./runInstaller 
    
  6. When you run the installer you will see this message.
    [oracle@myserver dbhome_1]$ ./runInstaller
    
    Launching Oracle Database Setup Wizard...

    Note:

    If you see a warning message on insufficient swap space, type y to ignore this message and continue the installation.