Oracle Database cancels port 8080 occupation

Source: Internet
Author: User
Tags oracle database
After the Oracle database is installed, an XDB window will pop up when we access port 8080, requiring the user name and password to be entered. This will conflict with some local applications that use this port, such as tomcat and jboss. Although these ports can be modified, oracle always occupies this port. The following is a method I have found. I have succeeded in the experiment. If you want to use this method to modify it, first back up the important content of the database. If you are not careful with the operation, you will inevitably need to reinstall the database.
Oracle databases can use TCP to connect through port 8080, so port 8080 is occupied.
To cancel the occupation, open the SPFILE [SID name]. ORA file in the database directory under the Oracle installation directory to modify it. This file is the Oracle startup configuration file.
Remove the line *. dispatchers = '(PROTOCOL = TCP) (SERVICE = or9iXDB.
Restart the computer, or restart the OracleService [SID name] service in the service. After restart, you may not be able to use the Enterprise Manager Console to connect to other clients. In this case, use the Configuration and Migration Tools/Net Configuration Assistant tool of Oracle to delete the listener, create a new listener, and restart the listener.
Use Configuration and Migration Tools/Net Manager to delete the service name and create a new one.
Now Oracle can be used normally, and 8080 won't be used.


Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.