To change this port to e.g. 8083 you need to login as SYSDBA and execute the following scripts:
( the first call changes the port number, the second refreshes the settings )
call dbms_xdb.cfg_update(updateXML(dbms_xdb.cfg_get(), '/xdbconfig/sysconfig/protocolconfig/httpconfig/http-port/text()', 8083));
exec dbms_xdb.cfg_refresh;
Done!
No comments:
Post a Comment