修改端口(改成9999)
Microsoft Windows [版本 10.0.19042.1288] (c) Microsoft Corporation。保留所有权利。 C:\Users\lenovo>sqlplus SQL*Plus: Release 11.2.0.2.0 Production on 星期二 11月 2 20:45:49 2021 Copyright (c) 1982, 2014, Oracle. All rights reserved. 请输入用户名: system 输入口令: 连接到: Oracle Database 11g Express Edition Release 11.2.0.2.0 - 64bit Production SQL> select dbms_xdb.gethttpport() from dual; DBMS_XDB.GETHTTPPORT() ---------------------- 3307 SQL> exec dbms_xdb.sethttpport(9999); PL/SQL 过程已成功完成。 SQL>