In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
Editor to share with you how to install Ubuntu oracle, I believe most people do not know much about it, so share this article for your reference, I hope you can learn a lot after reading this article, let's learn about it!
1. Download the installer for Ubuntu oracle:
Get off http://www.Ubuntu oracle.com/technology/software/products/database/Ubuntu oracle10g/htdocs/10201linx8664soft.html here
This is for the FOR 64-bit system. Just 10201_database_linux_x86_64.cpio.gz it when you get down.
Unpack the file with gunzip, and then unpack it again in Explorer until you unpack the DATABASE folder.
two。 Install compat libraries and 32-bit libraries:
Sudo apt-get install gcc libaio1 lesstif2 lesstif2-dev make libc6 libc6-i386 libc6-dev-i386 libstdc++5 lib32stdc++6 lib32z1 ia32-libs
3. Open the / etc/sysctl.conf file and add a text after it:
# Ubuntu oracle stuff
Kernel.shmall = 2097152
Kernel.shmmax = 2147483648
Kernel.shmmni = 4096
Kernel.sem = 250 32000 100 128
Fs.file-max = 65536
Net.ipv4.ip_local_port_range = 1024 65000
Net.core.rmem_default = 262144
Net.core.rmem_max = 262144
Net.core.wmem_default = 262144
Net.core.wmem_max = 262144
Vm.swappiness=10
4. Establish users and user groups for Ubuntu oracle:
Sudo groupadd nobody
Sudo groupadd oinstall
Sudo groupadd dba
Sudo useradd-s / bin/bash-g oinstall-G dba Ubuntu oracle
Sudo passwd Ubuntu oracle
5. Open / etc/security/limits.conf and add at the end of the file:
* soft nproc 2047
* hard nproc 16384
* soft nofile 1024
* hard nofile 65536
6. Enter the following command at the terminal:
Sudo ln-s / usr/bin/awk / bin/awk
Sudo ln-s / bin/true / bin/rpm
Sudo ln-s / usr/bin/basename / bin/basename
Sudo ln-s / lib/libgcc_s.so.1 / lib/libgcc_s.so
Sudo mkdir-p / u01/Ubuntu oracle/10g
Sudo chown-R Ubuntu oracleinstall / u01/Ubuntu oracle/10g
Sudo chmod-R 775 / u01/Ubuntu oracle
7. To prevent garbled code in the Ubuntu oracle installation interface, execute on the terminal:
Export LANG=zh_CN.gbk
8. Create / etc/redhat-release again and add the following:
Red Hat Linux release 4.1
Because Ubuntu oracle does not support Ubuntu by default, Ubuntu should be disguised as Redhat
9. All right, you can execute the installation command:
. / runInstaller-IgnoreSysPrereqs
Then step by step to install it, to be patient, I waited for nearly an hour.
These are all the contents of the article "how to install Ubuntu oracle". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!
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.