分享java带来的快乐

我喜欢java新东西

修改oracle自带的xmldb端口

在plsqldeveloper 中的command窗口执行存储过程
即可改变xmldb的端口

call dbms_xdb.cfg_update(updateXML(dbms_xdb.cfg_get(),'/xdbconfig/sysconfig/protocolconfig/httpconfig/http-port/text()',8081))
call dbms_xdb.cfg_update(updateXML(dbms_xdb.cfg_get(),'/xdbconfig/sysconfig/protocolconfig/ftpconfig/ftp-port/text()', 2111))
COMMIT;
EXEC dbms_xdb.cfg_refresh;

posted on 2007-02-06 17:20 强强 阅读(290) 评论(0)  编辑  收藏 所属分类: Oracle数据库


只有注册用户登录后才能发表评论。


网站导航: