开始->程序……“运行 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))
/

相关文章:

  • 2021-10-25
  • 2022-01-14
  • 2022-02-07
  • 2021-08-17
  • 2021-04-11
  • 2021-12-17
  • 2021-11-29
猜你喜欢
  • 2021-08-04
  • 2022-02-11
  • 2022-12-23
  • 2021-09-01
  • 2022-12-23
  • 2022-12-23
  • 2021-05-29
相关资源
相似解决方案