Start the Oracle Database Software Installer Log in as the oracle user with the -Y flag. ssh -Y oracle@vm Navigate to the following directory: cd /home/oracle/app/oracle/product/19.3.0/dbhome_1 Unzip the Oracle database software installer. Note:If necessary, install unzip with the command yum install unzip. unzip LINUX.X64_193000_db_home.zip Export the command: export CV_ASSUME_DISTID=OEL8 Run the Oracle database software installer. ./runInstaller 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.