How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "luciferliu/oracle11g"
config.vm.box_version = "202107250920"
end
vagrant init luciferliu/oracle11g \
--box-version 202107250920
vagrant up
This version was created about 3 years ago.
Oracle 11GR2 Install On Centos7.9