1
votes

I worked with Oracle apex and created some applications. the access url was localhost:9090/apex/apex_admin

today I tried to change my book to work-group and changed the IP of my laptop and then restarted it, now I can't access the APEX environment any more although I restore my computer 3 day back but also no way.

note: when I enter this url: localhost in browser it opens IIS7 page.

Please who can help me I am in need to finish my work as soon as possible.

1
look's like webserver not catch request. what webserver you use ? you can connect to db from sqlplus ?Анатолий Предеин
yes I login to Sqlplus without any problem.Saddam Meshaal
Excuse me !.. I don't know what you mean with webserver that I use. but I am working in windows 7.Saddam Meshaal
connect to sqlplus as sysbda and execute this SELECT DBMS_XDB.GETHTTPPORT FROM DUAL;Анатолий Предеин
It returns: GETHTTPPORT ----------- 9090 and it is the port that I use to connect.Saddam Meshaal

1 Answers

0
votes

It seems like you should run some Oracle services.

  1. Go to Windows + R (Run)
  2. Write services.msc
  3. Find OracleMTSRecoveryService and both services which are started by OracleOraDb11g.....
  4. If it's disabled go to properties and change Startup Type to Automatic
  5. Then run this services and refresh browser page.

Hope this will help. It worked for me