Windows cannot find 'http:/.127.0.0.1:%HTTPPORT%/apex/f?p=4950'. Make sure you typed the name correctly, and then try again

前端 未结 16 1901
小鲜肉
小鲜肉 2021-02-04 00:24

I am trying to install Oracle Express 11g, after I download the zip file OracleXE112_Win64 - I unzip it, and open Disk 1 then setup. I go through the entire install

16条回答
  •  不思量自难忘°
    2021-02-04 00:38

    I think it occurs due to the missing of environment variable named HTTPPORT. Just create that environment variable as 8080 will resolve the issue. or replace HTTPPORT as 8080 in the URL.

    try this, http://127.0.0.1:8080/apex/f?p=4950

提交回复
热议问题