Preparing the Installation Files

  1. Login as an Oracle user.

  2. Copy LINUX.X64_193000_db_home.zip to /tmp folder.

›_ Console

# cd $ORACLE_HOME

  1. Install unzip (if necessary) and unzip the LINUX.X64_193000_db_home.zip (which you can find on the Oracle website. For example: https://oracle-base.com/articles/19c/oracle-db19c-installation-on-oracle-linux-7) to $ORACLE_HOME.

›_ Console

# sudo yum install unzip

# unzip -oq /tmp/LINUX.X64_193000_db_home.zip

  1. Start the installation.

›_ Console

#./runInstaller