修改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 強強 閱讀(299) 評論(0) 編輯 收藏 所屬分類: Oracle數據庫