Tell me more ×
Database Administrators Stack Exchange is a question and answer site for database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.

I have just installed Oracle 11gR2 on my Linux Mint Distro (xfce). All worked fine, and I was able to acces to

https://localhost:1158/em [Erreur 102 (net::ERR_CONNECTION_REFUSED) ]

I rebooted my PC and tried to reopen the page but this time I am unable to open it.

I am not so expert in Linux but could that be a problem of acces permission ?

How could I resolve this issue?

Thank you.

share|improve this question
Most likely your oracle daemons were not started automatically after the reboot. Either start them manually or let them run automatically on startup. – harpun Mar 2 at 13:20
how could I do that ? – Blood-HaZaRd Mar 2 at 13:27
2  
That link points to the Enterprise Manager it does "open" the database. To access the database (e.g. by running SQL statements), use sqlplus or any other SQL client – a_horse_with_no_name Mar 2 at 13:54

migrated from stackoverflow.com Mar 4 at 12:48

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.