改變Oracle XDB的http端口
sqlplus /nolog;conn /@db as sysdba;
call dbms_xdb.cfg_update(updateXML(dbms_xdb.cfg_get(), '/xdbconfig/sysconfig/protocolconfig/httpconfig/http-port/text()', 7080));
commit;
EXEC dbms_xdb.cfg_refresh;
posted on 2008-10-30 19:16 Dony 閱讀(119) 評論(0) 編輯 收藏 所屬分類: Database