以 sysdba 登录后执行下面的SQL
call dbms_xdb.cfg_update(updateXML(dbms_xdb.cfg_get(),'/xdbconfig/sysconfig/protocolconfig/httpconfig/http-port/text()',8081))
即将端口改为 8081。
call dbms_xdb.cfg_update(updateXML(dbms_xdb.cfg_get(),'/xdbconfig/sysconfig/protocolconfig/httpconfig/http-port/text()',8081))
即将端口改为 8081。
本文介绍如何使用sysdba身份登录并执行特定SQL命令,通过调用dbms_xdb.cfg_update函数来更新Oracle数据库中HTTP服务的端口配置。
1072

被折叠的 条评论
为什么被折叠?



