How do I change Oracle from port 8080? My Eclipse is using 8080, so I can\'t use that.
Login in with System Admin User Account and execute below SQL Procedure.
begin dbms_xdb.sethttpport('Your Port Number'); end;
Then open the Browser and access the below URL
http://127.0.0.1:YourPortNumber/apex/