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
If any other application is installed on your system which is using port:8080, then try other port like 8081 or uninstall and during installation it will prompt on which port it will run the Oracle DBA server.
Try out this url it is work for me
http://127.0.0.1:8080/apex/f?p=4950:1:1615033681376854
Open your browser and type instead of "http:/.127.0.0.1:%HTTPPORT%/apex/f?p=4950"
type "http:/.127.0.0.1:8080/apex/f?p=4950" you can reach home page.
you can set the HTTPPORT as 8080 in environment variables, the problem will be solved.
I have installed Oracle 11g XE on Windows 10 OS. It's installed successfully on my PC but it's showing error which is :
Error:
"windows cannot find 'http //127.0.0.1:%httpport%/apex/f?p4950"
Just follow some steps
In SQL command prompt just type
sql> net start OracleServiceXe after start the Oracle server.
Type SQL> Connect SYS / System as SYSDBA / SYSOPERA
Then type your password which is given by you at the time of installation of Oracle 11g XE. (Press enter).
but You can get login on oracle through this
Note: ( My suggestion to you just type port after http://127.0.0.1:[PortNumber]/apex/f?p=4950 )
http://127.0.0.1:8080/apex/f?p=4950
I got loged in successfully.
plz change %HTTPPORT% as 8080 its working for me
I encountered this error too, it occurs because %HTTPPORT% isn’t part of the system variables yet.
The solution to this is NOT by manually typing in the url to your browser, which works but you have to keep doing it every single time.
Simply goto “this pc” or “my computer” right click on it and select properties, then select “advanced system settings” When the new window comes up select “Environment Variables...”
Now under system variables click new to create a new system variable. Type HTTPPORT into the variable name text box, Then type 8080 into the variable value text box. Click OK, close the windows and logout!
Thats an important step, make sure you log out. When you log back in, click the get started icon again and it will open without errors.
✌️