How to change the port number of oracle

Step 1--> Open sqlplus

Step 2-->Connect to user/password

Step 3-->Following query execute you are command prompt

exec DBMS_xdb.sethttpport('8007');

(EX)

SQL> exec DBMS_xdb.sethttpport('8007');

PL/SQL procedure successfully complied

Step 4-->After you can check oracle home page

Comments

Post a Comment

Popular posts from this blog

How to troubleshoot long running concurrent request in R12.2

How to run Gather Schema Statistics in R12.2

How to clear weblogic stuck threads in R12.2