Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to change XDB http port to port 80?

jymarkusgNov 25 2009 — edited Jan 5 2011
Hi!

I have installed oracle db 11.2 on my oracle enterprise linux 5.4 machine.

I've tried the following to set the http listener to port 80 in sqlplus:

exec dbms_xdb.sethttpport('80');
alter system register;

But the listener isn't listening on port 80. After some research in the web I found that ports from 1 to 1023 are reserved ports. When I change the port to 1024 with the above procedure it works well.

So how can I change the port to 80? What are the steps to configure?

Thanks
Markus
This post has been answered by 815930 on Nov 26 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 2 2011
Added on Nov 25 2009
5 comments
9,544 views