SQL>call dbms_xdb.cfg_update(updateXML(dbms_xdb.cfg_get(), '/xdbconfig/sysconfig/protocolconfig/httpconfig/http-port/text()', 8008)) -- 换成别的端口
SQL> commit;
本文介绍了一种通过SQL命令修改数据库中HTTP端口配置的方法。使用`dbms_xdb.cfg_update`过程配合`updateXML`函数可以更新XML配置文件中的HTTP端口值。
SQL>call dbms_xdb.cfg_update(updateXML(dbms_xdb.cfg_get(), '/xdbconfig/sysconfig/protocolconfig/httpconfig/http-port/text()', 8008)) -- 换成别的端口
SQL> commit;
2876

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