修改oracle管理平台占用的8080端口

  call   dbms_xdb.cfg_update(updateXML( 
                       dbms_xdb.cfg_get() 
                      ,   '/xdbconfig/sysconfig/protocolconfig/httpconfig/http-port/text() ' 
                   ,   8081))
SQL>   /

你可能感兴趣的:(oracle,sql,平台)