windows 入门链接在 oracle 11g 服务器中不起作用

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/13892261/
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 10:07:59  来源:igfitidea点击:

Get started link does not work in oracle 11g server

windowsoracleoracle11goracle-apex

提问by Ruba Mushtaq

I have started using Oracle database server on Windows 7 64 bit OS and I have encountered the following error.

我已开始在 Windows 7 64 位操作系统上使用 Oracle 数据库服务器,但遇到以下错误。

"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.

我试图更改 get_started 的属性,但它说更改不能应用于此快捷方式。

回答by uspinar

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

你需要直接告诉你的http端口在哪里。这样做;打开存储 Oracle 的文件夹并导航到该文件夹​​中的服务器文件夹(在我的情况下为 C:\Oracle\oraclex\app\oracle\product\11.2.0\server)右键单击 Get_Started 文件并选择属性。在那里你可以手动输入你的 http 端口,在我的例子中通常是 8080:....127.0.0.1:8080/apex/f?p=4950

The problem should be solved.

问题应该得到解决。

Hope this helps you get through it..

希望这能帮助你度过难关。。

Pinar U.S.

美国比那尔

回答by Abdo

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 数据库的主页

Or you can make a new shortcut icon and set it's url to the previous link

或者您可以创建一个新的快捷方式图标并将其 url 设置为上一个链接

回答by user3785010

This is what worked for me on Windows 8.1 with Update 1, 64-bit:

这就是我在 Windows 8.1 上使用 Update 1,64 位的方法:

Create a SYSTEM level Environment variable named HTTPPORT with a value of 8080. Reboot. Click the Get Started link and this time it will work because it can resolve %HTTPPORT%.

创建一个名为 HTTPPORT 的系统级环境变量,值为 8080。重新启动。单击 Get Started 链接,这次它将起作用,因为它可以解析 %HTTPPORT%。

回答by user3360225

I found the solution 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

我找到了解决方案右键单击快捷方式>选择属性>转到安全选项卡>选择经过身份验证的用户>并授予执行所有操作的权限,现在尝试更改您将能够做到的URL希望这有助于

回答by Mirie Lively

This article works for me: https://orlandoolguin.wordpress.com/2012/06/10/configuracion-de-apex-en-oracle-11g/

这篇文章对我有用https: //orlandoolguin.wordpress.com/2012/06/10/configuracion-de-apex-en-oracle-11g/

Maybe you need unlock the anonymous account to start Apex. Use this code on cmd:

也许您需要解锁匿名帐户才能启动 Apex。在 cmd 上使用此代码:

C:\oracle\product.2.0\db_1>sqlplus / as sysdba

SQL> alter user anonymous account unlock; 
User altered.

If doesn't work, you can try previous steps defined on the article.

如果不起作用,您可以尝试文章中定义的先前步骤。

I hope you solve this issue.

我希望你能解决这个问题。

回答by Dr.KarimSaleh

Make sure these services are working:

确保这些服务正常工作:

  • OracleJobSchedulerXE
  • OracleMTSRecoveryService
  • OracleServiceXE
  • OracleXEClrAgent
  • OracleXETNSListener
  • OracleJobSchedulerXE
  • OracleMTS恢复服务
  • 甲骨文服务XE
  • OracleXEClrAgent
  • 甲骨文XETNS监听器

回答by James

Try to run it as administrator or with an admin user. I did it. It works

尝试以管理员身份或管理员用户身份运行它。我做到了。有用

回答by Vinay

Check your antivirus program, some of these softwares block the ports, unblock them, there you go it works!

检查您的防病毒程序,其中一些软件会阻止端口,取消阻止它们,就可以了!

回答by xechino

Surely Oracle will have in some installations an bug that does not add the environment variable %HTTPPORT%

当然,Oracle 在某些安装中会有一个不添加环境变量 %HTTPPORT% 的错误

Add new enviroment variable (for user or system) with name HTTPPORT and value 8080 maybe u need restart

添加名为 HTTPPORT 且值为 8080 的新环境变量(用于用户或系统),也许您需要重新启动

回答by Mayank Kumar

To successfully make the Database_Oracle_Application_Express_11gr run do the following :

要成功运行 Database_Oracle_Application_Express_11gr,请执行以下操作:

  • do Windows_key + R - it will open Run
  • type in services.msc
  • select Extended View from down below to see all the services
  • hit 'O' key to reach the Services starting alphabetically with 'O'
  • find the service named: OracleServiceXE
  • go right_click and move to properties
  • in properties: set the Startup Type to "Automatic". That's it.
  • 做 Windows_key + R - 它会打开运行
  • 输入services.msc
  • 从下方选择扩展视图以查看所有服务
  • 按“O”键以按字母顺序访问以“O”开头的服务
  • 找到名为:OracleServiceXE 的服务
  • 右键单击并移至属性
  • 在属性中:将启动类型设置为“自动”。就是这样。

try running your Database_Oracle again and successfully gain access.

再次尝试运行您的 Database_Oracle 并成功获得访问权限。