How to build an Oracle Linux 9 VM for installing Oracle Database 19c
This doc will cover how to build an Oracle Linux 9 VM for installing the Oracle database. Ref scripts in github
Build the VM
This step leverages the build_vm_ol9.sh script to build the VM
bash build_vm_ol9.sh ol9
Disable selinux
Set selinux to permissive. This will print warnings, but will not deny anything
sudo vi /etc/selinux/config
SELINUX=permissive
Disable firewall
Disable the firewall