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 find EBS URL in R12.2

How to Grant Privileges in Oracle EBS R12.2 Using AD_ZD.GRANT_PRIVS