Set Port Database


This is for example to switch port to 8181

begin
dbms_xdb.sethttpport('8181');
end;