In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-05 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly shows you "how to install Ubuntu oracle10G", the content is easy to understand, clear, hope to help you solve your doubts, the following let the editor lead you to study and learn "how to install Ubuntu oracle10G" this article.
Ubuntu oracle10G installation.
1. Download the installer for Ubuntu oracle10G:
Here under http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10201linx8664soft.html this is the FOR 64-bit system. 10201_database_linux_x86_64.cpio.gz will be fine 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:
# Oracle stuff kernel.shmall = 2097152 kernel.shmmax = 2147483648 kernel.shmmni = 4096 kernel.sem = 32000 100 128 fs.file-max = 65536 net.ipv4.ip_local_port_range = 102465000 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 oracle10G:
Sudo groupadd nobody sudo groupadd oinstall sudo groupadd dba sudo useradd-s / bin/bash-g oinstall-G dba oracle sudo passwd 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/oracle/10g sudo chown-R oracleinstall / u01/oracle/10g sudo chmod-R 775 / u01/oracle
7. To prevent garbled code in the Ubuntu oracle10G 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 oracle10G does not support Ubuntu by default, Ubuntu should be disguised as Redhat
9. All right, you can execute the installation command:
. / runInstaller-IgnoreSysPrereqs above is all the content of this article "how to install Ubuntu oracle10G". 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.