Get started link does not work in oracle 11g server

后端 未结 16 2138
独厮守ぢ
独厮守ぢ 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:18

    Just go where the file (Get_Started) is which is probably -> C:\oraclexe\app\oracle\product\11.2.0\server And then RENAME IT to any other name THAT's IT.

    That worked for me.

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

    This is what worked for me on Windows 8.1 with Update 1, 64-bit:

    Create a SYSTEM level Environment variable named HTTPPORT with a value of 8080. Reboot. Click the Get Started link and this time it will work because it can resolve %HTTPPORT%.

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

    To successfully make the Database_Oracle_Application_Express_11gr run do the following :

    • do Windows_key + R - it will open Run
    • type in services.msc
    • select Extended View from down below to see all the services
    • hit 'O' key to reach the Services starting alphabetically with 'O'
    • find the service named: OracleServiceXE
    • go right_click and move to properties
    • in properties: set the Startup Type to "Automatic". That's it.

    try running your Database_Oracle again and successfully gain access.

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

    Surely Oracle will have in some installations an bug that does not add the environment variable %HTTPPORT%

    Add new enviroment variable (for user or system) with name HTTPPORT and value 8080 maybe u need restart

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

    Make sure these services are working:

    • OracleJobSchedulerXE
    • OracleMTSRecoveryService
    • OracleServiceXE
    • OracleXEClrAgent
    • OracleXETNSListener
    0 讨论(0)
  • 2021-02-07 02:29

    I have got the solution. I made Internet explorer my default browser and then add 127.0.0.1 Under 'Add this Web site to the zone'.

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