Get started link does not work in oracle 11g server

后端 未结 16 2139
独厮守ぢ
独厮守ぢ 2021-02-07 01:43

I have started using Oracle database server on Windows 7 64 bit OS and I have encountered the following error.

\"Error- Windows cannot find \'http://127.0.01:%HT         


        
相关标签:
16条回答
  • 2021-02-07 02:30

    Go through the oracle server folder like this C:\oraclexe\app\oracle\product\11.2.0\server\Get_Started.url and open the properties of Get_Started and changed the 'http://127.0.01:%HTTPPORT%/apex/f?p=4950' with this 'http://127.0.01:8080/apex/f?p=4950'

    0 讨论(0)
  • 2021-02-07 02:30

    Simple solution:

    You need to directly tell where your http port is. To do so; open up the folder where your Oracle is stored and navigate to server folder( in my case C:\Oracle\oraclexe\app\oracle\product\11.2.0\server) in that folder right click to Get_Started file and choose properties. There you can hand type your http port which is usually 8080 in my case: ....127.0.0.1:8080/apex/f?p=4950

    The problem should be solved.

    Hope this helps you get through it..

    Pinar U.S.

    0 讨论(0)
  • 2021-02-07 02:36

    I found the solution Right click on the shortcut > choose properties > go to security tab > Choose Authenticated Users > and give permission to do everything and now try to change the URL you will be able to do it Hope this help

    0 讨论(0)
  • Try to run it as administrator or with an admin user. I did it. It works

    0 讨论(0)
提交回复
热议问题