hilverd / vagrant-ubuntu-oracle-xe

Install Oracle 11g XE in a Vagrant virtual machine running Ubuntu 12.04.
MIT License
287 stars 96 forks source link

need root password #15

Open harshaskm opened 10 years ago

harshaskm commented 10 years ago

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.

spaceo commented 10 years ago

I believe it is vagrant / vagrant On May 31, 2014 1:58 PM, "harshaskm" notifications@github.com 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.

harshaskm commented 10 years ago

I tried, the following passwords for both Oracle and Root users, but in vain:

oracle, admin, vagrant, manager

corporate-gadfly commented 10 years ago

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.

harshaskm commented 10 years ago

Agreed, but still, may I know what the password for root..?

Best Rgds, Harsha.

arkraft commented 9 years ago

like spaceo said, it's vagrant/vagrant.