5 pts.
 Oracle Enterprise Manager for Vista
I installed Oracle for Vista and when the enterprise manager screen came up I entered my username and password but it kept telling me it was incorrect. I closed out the web site, did a few things and came back. When I went to the Oracle Enterprise Manager again the page would not load and now I get an error message telling me I do not have the authority to connect to the specified port. What happened? How can I fix it? I have also tried deleting it so that I could reinstall but I keep getting error messages telling me I am not authorized to do so. I am the only account on my computer and I am the administrator as well.

Software/Hardware used:
Oracle Database 10g for Vista, vista home premium 32-bit
ASKED: November 19, 2010  7:03 PM
UPDATED: November 27, 2010  12:56 AM

Answer Wiki:
hi if you are loogin into the system as sys -- select the option as sysdba in the drop down menu. if the enterprise manager doesnt show up try typing these commands in the command line <pre> set oracle_sid=orcl ====> (your oracle sid) emctl start dbconsole</pre> The Database Control URL is http://hostname:1158/em Try the above ...
Last Wiki Answer Submitted:  November 27, 2010  12:56 am  by  Sritatineni   80 pts.
All Answer Wiki Contributors:  Sritatineni   80 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

To uninstall oracle from Vista….
1. First you should run the oracle setup from the installation disk.
2. The installation setup will automatically detect the oracle products installed in your PC.
3. After checking the list of installed products, mark the programs u want to uninstall
4. click on uninstall.
5. Delete oracle folder from the following registry location
HKEY_LOCAL_MACHINE > software > oracle

For Port problems…..
Is the TNSNAMES file looks like this :
OraDb =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = <urpcname>)(PORT = 1521))
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = orcl)
)
)

For getting more information:

Thanks !

 22,035 pts.

 

More details could be needed.

Did you check that all Oracle services were running when the EM page didn’t load ?
The message saying that you don’t have enough authority to connect, is it a message from Oracle software, or from the operating system or from some other software ?
Have you rebooted the machine since the installation finished ?

 63,535 pts.