Skip to content

Latest commit

 

History

History
 
 

ol9_19

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Oracle 19c on Oracle Linux 9

A simple Vagrant build for Oracle Database 19c on Oracle Linux 9.

Required Software

If you want to patch the installation, you will also need these downloads.

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

Directory contents when software is included.

$ tree
.
+--- config
|   +--- install.env
|   +--- vagrant.yml
+--- README.md
+--- scripts
|   +--- dbora.service
|   +--- install_os_packages.sh
|   +--- oracle_create_database.sh
|   +--- oracle_service_setup.sh
|   +--- oracle_software_installation.sh
|   +--- oracle_user_environment_setup.sh
|   +--- ords_software_installation.sh
|   +--- prepare_disks.sh
|   +--- root_setup.sh
|   +--- server.xml
|   +--- setup.sh
+--- software
|   +--- apache-tomcat-9.0.91.tar.gz
|   +--- apex_24.1_en.zip
|   +--- LINUX.X64_193000_db_home.zip
|   +--- graalvm-jdk-17_linux-x64_bin.tar.gz
|   +--- ords-latest.zip
|   +--- p36209492_190000_Linux-x86-64.zip
|   +--- p6880880_190000_Linux-x86-64.zip
|   +--- put_software_here.txt
|   +--- sqlcl-latest.zip
+--- Vagrantfile
$

If you want to include the patches, edit the PATCH_DB parameter in the "install.env" file.

With everything in place, you can initiate the build as follows.

cd C:\git\oraclebase\vagrant\database\ol8_19\
vagrant up