This is Dony

改变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 阅读(108) 评论(0)  编辑  收藏 所属分类: Database


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


网站导航: