Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Get started link does not work in oracle 11g server

Tags:

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:%HTTPPORT%/apex/f?p=4950'.   Make sure you typed the name correctly, and then try again"  

I tried to change the properties of get_started but it says that the changing cannot be applied on this shortcut.

like image 976
Ruba Mushtaq Avatar asked Dec 15 '12 12:12

Ruba Mushtaq


People also ask

How to get started with Oracle Database 11g Express Edition?

I also experienced the same problem for this go to start-> all programs -> Oracle Database 11g Express Edition and right click on get started and click open file location and drag and drop the "Get_Started" to your browser Ok, I found the solution. Right click on icon of "Get Started With Oracle Database 11g Express Edition", then "properties".

What to do if Oracle Access Manager (OAM) 11g does not work?

If you continue to get this error, please contact the Administrator" URL is Protected by Oracle Access Manager (OAM) 11g Does not Work When Clicked the First Time and Give the Error: "System error. Please re-try your action. If you continue to get this error, please contact the Administrator" (Doc ID 2242365.1)

How to change default browser in Oracle Database 11g Express Edition?

Right click on icon of "Get Started With Oracle Database 11g Express Edition", then "properties". Then click "General tab" and then you will see option "change", click on that and then select your browser, click "apply" and "ok". And then start the Database again.

How do I set the HTTP port of my Oracle Server?

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


1 Answers

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.

like image 108
uspinar Avatar answered Sep 20 '22 22:09

uspinar