vagrant-ubuntu-oracle-xe
vagrant-ubuntu-oracle-xe copied to clipboard
need root password
Hi, could anyone please let me know what the root password for this box is? Also, I want the oracle user password.
Thank you, Harsha.
I believe it is vagrant / vagrant On May 31, 2014 1:58 PM, "harshaskm" [email protected] wrote:
Hi, could anyone please let me know what the root password for this box is?
Thank you, Harsha.
Reply to this email directly or view it on GitHub https://github.com/hilverd/vagrant-ubuntu-oracle-xe/issues/15.
I tried, the following passwords for both Oracle and Root users, but in vain:
oracle, admin, vagrant, manager
Not sure what you're trying to do.
Following works for me (no passwords required):
vagrant ssh
sudo su -
That gives you the root prompt.
After that (no passwords required):
su - oracle
will give you the oracle user prompt.
Hope this helps.
Agreed, but still, may I know what the password for root..?
Best Rgds, Harsha.
like spaceo said, it's vagrant/vagrant.