从端口8080更改Oracle端口 [英] Change Oracle port from port 8080

查看:56
本文介绍了从端口8080更改Oracle端口的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何从端口8080更改Oracle?我的Eclipse使用的是8080,因此无法使用.

How do I change Oracle from port 8080? My Eclipse is using 8080, so I can't use that.

推荐答案

从开始|运行打开命令窗口. 假设您正确设置了环境变量,请从以下内容开始:

From Start | Run open a command window. Assuming your environmental variables are set correctly start with the following:

C:\>sqlplus /nolog
SQL*Plus: Release 10.2.0.1.0 - Production on Tue Aug 26 10:40:44 2008
Copyright (c) 1982, 2005, Oracle.  All rights reserved.

SQL> connect
Enter user-name: system
Enter password: <enter password if will not be visible>
Connected.

SQL> Exec DBMS_XDB.SETHTTPPORT(3010); [Assuming you want to have HTTP going to this port]    
PL/SQL procedure successfully completed.

SQL>quit 

然后打开浏览器并使用3010端口.

then open browser and use 3010 port.

这篇关于从端口8080更改Oracle端口的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆