修改oracle自帶的xmldb端口
在plsqldeveloper 中的command窗口執(zhí)行存儲(chǔ)過程即可改變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 強(qiáng)強(qiáng) 閱讀(302) 評(píng)論(0) 編輯 收藏 所屬分類: Oracle數(shù)據(jù)庫