vagrant-ubuntu-oracle-xe icon indicating copy to clipboard operation
vagrant-ubuntu-oracle-xe copied to clipboard

need root password

Open harshaskm opened this issue 10 years ago • 5 comments

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.

harshaskm avatar May 31 '14 11:05 harshaskm

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.

spaceo avatar May 31 '14 12:05 spaceo

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

oracle, admin, vagrant, manager

harshaskm avatar May 31 '14 12:05 harshaskm

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.

corporate-gadfly avatar May 31 '14 13:05 corporate-gadfly

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

Best Rgds, Harsha.

harshaskm avatar Jun 27 '14 05:06 harshaskm

like spaceo said, it's vagrant/vagrant.

arkraft avatar Jan 23 '15 10:01 arkraft