Installing Oracle XE using Vagrant
Resources #
http://wphilltech.com/sublime-text-for-oracle-apex-developers/
http://tuhrig.de/3-ways-of-installing-oracle-xe-11g-on-ubuntu/
https://github.com/hilverd/vagrant-ubuntu-oracle-xe
Post install #
In sql developer create a connection for system/manager.
Connect and
ALTER USER hr ACCOUNT UNLOCK;
ALTER USER hr IDENTIFIED BY hr;
Create connection for hr. Connect and test.