oracle Windows 找不到“http:/.127.0.0.1:%HTTPPORT%/apex/f?p=4950”。请确保您输入的名称正确无误,然后重试

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/27631400/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-09 00:43:15  来源:igfitidea点击:

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

oracle

提问by Kodhari venkata koteswararao

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 installation process without any problems. However when I go to open "Get Started" I come across the following error:

我正在尝试安装 Oracle Express 11g,在下载 zip 文件后OracleXE112_Win64- 我解压缩它,然后打开磁盘 1 然后进行安装。我完成了整个安装过程,没有任何问题。但是,当我打开“入门”时,遇到以下错误:

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

回答by Akshay Pethani

Try out this url it is work for me

试试这个网址,它对我有用

http://127.0.0.1:8080/apex/f?p=4950:1:1615033681376854

http://127.0.0.1:8080/apex/f?p=4950:1:1615033681376854

  1. Windows->Services and restarted some of services(OracleJobSchedulerXE,OracleMTSRecoveryService,OracleServiceXE,OracleXEClrAgent,OracleXETNSListener) and it works for me.enter image description here
  1. Windows-> 服务并重新启动了一些服务(OracleJobSchedulerXE、OracleMTSRecoveryService、OracleServiceXE、OracleXEClrAgent、OracleXETNSListener),它对我有用。在此处输入图片说明

回答by huseyin

Open your browser and type instead of "http:/.127.0.0.1:%HTTPPORT%/apex/f?p=4950"

打开您的浏览器并输入而不是“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.

输入“http:/.127.0.0.1:8080/apex/f?p=4950”即可进入主页。

you can set the HTTPPORT as 8080 in environment variables, the problem will be solved.

可以在环境变量中设置HTTPPORT为8080,问题就解决了。

回答by hozier

TLDR; Uninstall and re-install using admin account.

TLDR;使用管理员帐户卸载并重新安装。

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.

我在使用标准帐户安装 Oracle Express 11g 64 位后遇到此错误。在各种网站上寻找修复程序后,我意识到问题很可能是由不正确的设置引起的。不同的人建议编辑我不感兴趣的各种文件。我发现有人声称该问题是注册表设置。由于我使用标准帐户进行安装,因此我认为可能无法使用标准帐户更改注册表设置。所以我使用管理员帐户卸载并重新安装,它刚刚工作。

回答by viki raga

You can directly go to http://127.0.0.1:8080/apex/f?p=4950and you will get Home Page Of your Oracle Database.

您可以直接转到http://127.0.0.1:8080/apex/f?p=4950您的 Oracle 数据库的主页。

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.

现在尝试更改 URL,您将能够做到。

Hope this help

希望这有帮助

回答by Jorge Huamani

Change 127.0.0.1to localhost

更改127.0.0.1localhost

For example,

例如,

Change

改变

http://127.0.0.1:8080/apex/f?p=4500:1003:437338575006149::NO:::

to

http://localhost:8080/apex/f?p=4500:1003:437338575006149::NO:::

回答by Markus Appel

Reading through all these answers, they failed to show the "correct" way of doing it according to Oracle.

通读所有这些答案,他们未能根据 Oracle 显示“正确”的做法。

Oracle is the only software company I know that heavily relies on custom environment variables. To add %HTTPPORT% to your environment variables, you first need to search for "System Environment Variables" in Windows. There, you should find a button "Change Environment Variables". In the new window, select "New" and type in HTTPPORT as name and 8080 as value. Now, log off and on again, and it magically works!

Oracle 是我所知道的唯一一家严重依赖自定义环境变量的软件公司。要将 %HTTPPORT% 添加到您的环境变量中,您首先需要在 Windows 中搜索“系统环境变量”。在那里,您应该找到一个按钮“更改环境变量”。在新窗口中,选择“新建”并键入 HTTPPORT 作为名称和 8080 作为值。现在,注销并再次登录,它神奇地起作用了!

回答by Syed Nazir Hussain

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 enter image description here

在我的情况下,端口 8080 已被我的本地 xampp 服务器在 oracle 安装软件期间使用,检查未使用的端口,如弹出窗口为我出现 在此处输入图片说明

so for me url is http://127.0.0.1:8081/apex/f?p=4950:1:4076881202565564

所以对我来说网址是http://127.0.0.1:8081/apex/f?p=4950:1:4076881202565564

回答by Manish

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"

我已经在 Windows 10 操作系统上安装了 Oracle 11g XE。它已成功安装在我的 PC 上,但显示错误:
错误:
“windows 找不到 'http //127.0.0.1:%httpport%/apex/f?p4950”

Just follow some steps

只需按照一些步骤

In SQL command prompt just type

在 SQL 命令提示符下只需键入

sql> net start OracleServiceXe after start the Oracle server.

sql> net start OracleServiceXe 启动 Oracle 服务器后。

Type SQL> Connect SYS / System as SYSDBA / SYSOPERA

键入 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).

然后输入您在安装 Oracle 11g XE 时提供的密码。(按回车键)。

but You can get login on oracle through this

但是你可以通过这个登录oracle

Note: ( My suggestion to you just type port after http://127.0.0.1:[PortNumber]/apex/f?p=4950)

注意:(我对你的建议是在http://127.0.0.1:[PortNumber]/apex/f?p=4950之后输入端口)

http://127.0.0.1:8080/apex/f?p=4950

http://127.0.0.1:8080/apex/f?p=4950

I got loged in successfully.

我成功登录了。

回答by Saravana Perumal

plz change %HTTPPORT% as 8080 its working for me

请更改 %HTTPPORT% 为 8080 它对我有用

回答by Aakash Goplani

I was also facing this issue

我也面临这个问题

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

错误 - Windows 找不到“ http://127.0.01:%HTTPPORT%/apex/f?p=4950”。请确保您输入的名称正确无误,然后重试

After some research work, I found out that my HTTPPORTie. 8080was occupied by Apace HTTP Serverand hence connection by OracleServiceXEcould not be established.

经过一些研究工作,我发现我的HTTPPORTie. 8080被占用Apace HTTP Server,因此OracleServiceXE无法建立连接。

What I did to solve this issue was :

我为解决这个问题所做的是:

  1. Go to Windows -> Services, found out Apache2.4and manually stopped it to free my 8080port.
  2. Clicked on Start Database, and I received message :
  1. 转到 Windows -> 服务,找到Apache2.4并手动停止它以释放我的8080端口。
  2. 单击 Start Database,我收到消息:

The OracleServiceXE service is starting.............. The OracleServiceXE service was started successfully.

OracleServiceXE 服务正在启动...... OracleServiceXE 服务已成功启动。

  1. Manually entered http://127.0.0.1:8080/apex/f?p=4950url to my browser which auto redirected me to http://127.0.0.1:8080/apex/f?p=4950:1:3763261197573303
  1. 手动输入http://127.0.0.1:8080/apex/f?p=4950到我的浏览器的 url,它自动将我重定向到http://127.0.0.1:8080/apex/f?p=4950:1:3763261197573303

That's it my issue got resolved.

这样我的问题就解决了。

In order to remember this new url and make sure that next time whenever I hit Get StartedI should be redirected to http://127.0.0.1:8080/apex/f?p=4950:1:3763261197573303instead of http://127.0.0.1:8080/apex/f?p=4950, what I did was :

为了记住这个新的 url 并确保下次我点击时Get Started我应该被重定向到http://127.0.0.1:8080/apex/f?p=4950:1:3763261197573303而不是http://127.0.0.1:8080/apex/f?p=4950,我所做的是:

  1. Browse to Directory:\OracleDatabase\app\oracle\product\11.2.0\serverand search for Get_Started.html.
  2. Right Click on Get_Started.htmland select Properties
  3. Modify your url and click Apply
  1. 浏览Directory:\OracleDatabase\app\oracle\product\11.2.0\server并搜索Get_Started.html.
  2. 右键单击Get_Started.html并选择Properties
  3. 修改你的网址并点击 Apply

Hope this Helps.

希望这可以帮助。