How do I change Oracle from port 8080? My Eclipse is using 8080, so I can\'t use that.
Just open Run SQL Command Line and login as sysadmin and then enter below command
Run SQL Command Line
Exec DBMS_XDB.SETHTTPPORT(8181);
That's it. You are done.....