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 if you install oracle12c and report PRVF-0002:could not retrieve local node name errors?

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

Share

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

Editor to share with you how to install oracle12c PRVF-0002:could not retrieve local node name errors. I hope you will get something after reading this article. Let's discuss it together.

This error was encountered because OUT tried to reverse parse your hostname

Therefore, you need to set up one for reverse parsing and parsing of DNS services. Or modify the / etc/hosts file to add the hostname and domain name

[root@happy ~] # hostname hostname

Happy.com

[root@happy ~] # cat / etc/hosts

127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4

:: 1 localhost localhost.localdomain localhost6 localhost6.localdomain6

Modify

[root@happy ~] # vim / etc/hosts

127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4

:: 1 localhost localhost.localdomain localhost6 localhost6.localdomain6

192.168.6.129 happy.com IP plus hostname

Re-execute

[oracle@happy database] $. / runInstaller

After reading this article, I believe you have a certain understanding of "how to install oracle12c to report PRVF-0002:could not retrieve local node name errors". If you want to know more about it, you are welcome to follow the industry information channel. Thank you for reading!

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

Wechat

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

12
Report