安装了Oracle XE 可是homepage 默认启动的端口8080已经被占用了

1、安装了Oracle XE 可是homepage 默认启动的端口8080已经被占用了

修改其端口
java

Login to the database with SYSDBA privileges.

ui

SQL> exec dbms_xdb.sethttpport('8081');


Bounce the database or start-stop OracleServiceXE.(I am not sure if this is required)

Try accessing the new port. 

The .url files in ORACLE_HOME have to be updated to keep your start-menu shortcuts working (they may still be pointing to 8080)
this

相关文章
相关标签/搜索