首页  :: 新随笔  :: 管理

修改 Oracle XDB的web 管理8080端口

Posted on 2010-04-15 17:41  季枫  阅读(473)  评论(0编辑  收藏  举报

开始->程序……“运行 SQL 命令行”进去到sqlplus中 执行

conn sys/11111 as sysdba

-- Change the HTTP/WEBDAV port from 8080 to 8091
call dbms_xdb.cfg_update(updateXML(dbms_xdb.cfg_get(), '/xdbconfig/sysconfig/protocolconfig/httpconfig/http-port/text()' , 8091))
/
-- Change the FTP port from 2100 to 2111
call dbms_xdb.cfg_update(updateXML( dbms_xdb.cfg_get() , '/xdbconfig/sysconfig/protocolconfig/ftpconfig/ftp-port/text()' , 2111))
/

智读 | 成都会领科技有限公司官网 | 智读App下载 | 每天听本书的博客 | |