Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What is the reason why the Oracle Listener service cannot be started?

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)05/31 Report--

This article introduces you what is the reason why Oracle Listener service can not be started, the content is very detailed, interested friends can refer to, hope to help you.

Recently, I changed the project team, and recently I suddenly found that Oracle Listener could not be started. In the past, it was found that the reason why it could not be started was that the previous registry was not deleted after reinstalling Oracle, so that the command file to start the service by default still pointed to the previous location, so it could not be started, but the Oracle of this computer was installed only once.

Yesterday, I suddenly found that the Host in the listener.ora file is still configured with the previous computer name, because the local Oracle has not been started after changing the project team, so I can't start it this time. After changing the hostname in the configuration, everything is normal.

Oracle uses the hostname for local settings, not IP, and IP for remote addresses.

Specific location: oracle/product/10.1.0/db_1/NETWORK/ADMIN/listener.ora

-

LISTENER =

(DESCRIPTION_LIST =

(DESCRIPTION =

(ADDRESS_LIST =

(ADDRESS = (PROTOCOL = IPC) (KEY = EXTPROC))

)

(ADDRESS_LIST =

(ADDRESS = (PROTOCOL = TCP) (HOST = computer name) (PORT = 1521))

)

)

)

This is the reason why the Oracle Listener service can not be started. I hope the above content can be helpful to you and learn more knowledge. If you think the article is good, you can share it for more people to see.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report