Change Oracle port from port 8080

后端 未结 8 2243
终归单人心
终归单人心 2020-12-22 16:07

How do I change Oracle from port 8080? My Eclipse is using 8080, so I can\'t use that.

8条回答
  •  情歌与酒
    2020-12-22 16:58

    Oracle (database) can use many ports. when you install the software it scans for free ports and decides which port to use then.

    The database listener defaults to 1520 but will use 1521 or 1522 if 1520 is not available. This can be adjusted in the listener.ora files.

    The Enterprise Manager, web-based database administration tool defaults to port 80 but will use 8080 if 80 is not available.

    See here for details on how to change the port number for enterprise manager: http://download-uk.oracle.com/docs/cd/B14099_19/integrate.1012/b19370/manage_oem.htm#i1012853

提交回复
热议问题