Tuesday, September 17, 2013

HowTo: Change oracle http port number.

Login as sys as sysdba and execute the following query:
SQL> select dbms_xdb.gethttpport as "HTTP-Port" from dual;
HTTP-Port  
--------------------
     8080
SQL> exec DBMS_XDB.SETHTTPPORT(8090);
Thats all...!!!