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 2008-12-15 23:16
Hper 阅读(128)
评论(0) 编辑 收藏 所属分类:
数据库