Skip to content

Latest commit

 

History

History
 
 

ol8_21_rpm

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Oracle 21c (RPM) on Oracle Linux 8

A simple Vagrant build for Oracle Database 21c on Oracle Linux 8 using the RPM installation.

Required Software

Place the Oracle database RPM software in the "software" directory before calling the vagrant up command.

Directory contents when software is included.

$ tree
.
+--- README.md
+--- scripts
|   +--- install_os_packages.sh
|   +--- oracle_create_database.sh
|   +--- root_setup.sh
|   +--- setup.sh
+--- software
|   +--- oracle-database-ee-21c-1.0-1.ol8.x86_64.rpm
|   +--- put_software_here.txt
+--- Vagrantfile
$