In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article is to share with you about the sample method of installing Oracle database in VMWare virtual machine Centos7. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.
Want to use the linux virtual machine to install an oracle, encountered too many holes in the middle, finally installed, be sure to write a comprehensive tutorial.
Don't say much.
General editing commands:
Vi test.txt # enters edit mode
Press esc to exit editing mode when editing is finished
Wq enter to save the edited file
1. Set linux boot to automatically open the network connection, do not open the network connection securecrt connection.
Cd / etc/sysconfig/network-scripts/ # enter the network script directory
Vi ifcfg-ens33 # Editing Files
The last line of onboot=no is changed to "yes" to save and exit.
two。 Uninstall centos7 with jdk1.8, install your own jdk and set environment variables
Rpm-qa | grep jdk # check the jdk installation directory (jdk has been uninstalled on your computer, please borrow the picture. )
# use the remove command to remove all jdk related software
1 2 3 4 5 [oracle@localhost ~] $lsnrctl start # enable listening service [oracle@localhost ~] $sqlplus / as sysdba # login sql > shutdown immediate # immediately turn off database service (usually closed) sql > startup # enable database service (important, required) sql > exit # exit
If you don't write well, you should take care of it a lot. Basically, all the problems I encountered have been solved in accordance with this step. Installing oracle in linux is really a difficult problem. Different linux versions will encounter all kinds of pits.
Thank you for reading! This is the end of this article on "the example method of installing Oracle database in VMWare virtual machine Centos7". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, you can share it out 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.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.