Skip to content

Instantly share code, notes, and snippets.

@rponte
Created September 5, 2010 21:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rponte/566360 to your computer and use it in GitHub Desktop.
Save rponte/566360 to your computer and use it in GitHub Desktop.
-- run as a privileged user
select dbms_xdb.gethttpport as port from dual;
begin
dbms_xdb.sethttpport('8081');
end;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment