oracle12c-vagrant
oracle12c-vagrant copied to clipboard
A vagrant box that provisions Oracle 12c automatically.
Results
2
oracle12c-vagrant issues
Sort by
recently updated
recently updated
newest added
Vagrant is attempting to mount "/vagrant/oradata" as user oracle before the user is created. This causes the provisioning to fail. ``` ==> default: Mounting shared folders... default: /vagrant => /Users/jon/Documents/Projects/oracle12c-vagrant...
Since the /vagrant folder is mounted after the server starts up, if this takes a while the Database may not startup. The workaround is to connect and open it: ````...