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
I got the same error and when I search here on Stack Overflow and out I've combined what I found and it works for me. Just follow this:
You can directly go to http://127.0.0.1:8080/apex/f?p=4950
and you will get Home Page Of your Oracle Database.
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
In my case port 8080 are already use by my local xampp server during oracle installation software check un used port like pop window appear for me
so for me url is http://127.0.0.1:8081/apex/f?p=4950:1:4076881202565564
TLDR; Uninstall and re-install using admin account.
I encountered this error after installing Oracle Express 11g 64 bit using a standard account. After looking for a fix on various sites I realized that the issue was most likely caused by an incorrect setting. Different people suggested editing various files which I was not interested in doing. I found one person who claimed that the issue was a registry setting. Since I used a standard account to install I thought that maybe the registry setting could not be altered using a standard account. So I uninstalled and re-installed using an admin account and it just worked.