Solution for Oracle11g installation and error C [ld-linux-x86-64.so.2 + 0x14d70] Under Linux6

Source: Internet
Author: User
Solution for Oracle11g installation and error C [ld-linux-x86-64.so.2 + 0x14d70] Under Linux6

Oracle 11g installation and error C [ld-linux-x86-64.so.2 + 0x14d70] solution under Linux6

Homepage → Database Technology

Background:

Read News

Oracle 11g installation and error C [ld-linux-x86-64.so.2 + 0x14d70] solution under Linux6

[Date: 2012-11-09] Source: Linux community Author: cswggod [Font:]

1. zip/unzip, tar

#/* --------------------- Compression example

[Root @ instructor Share] # pwd
/Var/Share
[Root @ instructor Share] # touch 1.txt 2.txt

-----------------1.zip Compression
[Root @ instructor Share] # zip txt1.zip *. txt
Adding: 1.txt (stored 0%)
Adding: 2.txt (stored 0%)
[Root @ instructor Share] # mkdir text
[Root @ instructor Share] # rm-rf txt1.zip
[Root @ instructor Share] # zip txt1.zip *. txt-C text

-------------2.zip compression of the specified directory

[Root @ instructor Share] # zip text/txt1.zip *. txt
Adding: 1.txt (stored 0%)
Adding: 2.txt (stored 0%)

[Root @ instructor Share] # cd text
[Root @ instructor text] # ls
Txt1.zip
------------------------------
[Root @ instructor text] # cd ..
[Root @ instructor Share] # pwd
/Var/Share
[Root @ instructor Share] # ls
1. txt apache-tomcat-6.0.14 database jdk1.6.0 _ 27 linux.x64_11gR2_database_1of2.zip text
2. txt apache-tomcat-6.0.14.zip javacord jdk-6u27-linux-x64.bin linux.x64_11gr2_databasesilicate f2.zip
[Root @ instructor Share] # rm-rf 1.txt 2.txt
[Root @ instructor Share] # ls
Apache-tomcat-6.0.14 database jdk1.6.0 _ 27 linux.x64_11gR2_database_1of2.zip text
Apache-tomcat-6.0.14.zip javacord jdk-6u27-linux-x64.bin linux.x64_11gr2_databasesilicate f2.zip
-------------------- 3. unzip to the specified directory

[Root @ instructor Share] # ls
Apache-tomcat-6.0.14 database jdk1.6.0 _ 27 linux.x64_11gR2_database_1of2.zip text
Apache-tomcat-6.0.14.zip javacord jdk-6u27-linux-x64.bin linux.x64_11gr2_databasesilicate f2.zip
[Root @ instructor Share] # unzip text/txt1.zip-d/var/Share/
Archive: text/txt1.zip
Extracting:/var/Share/1.txt
Extracting:/var/Share/2.txt



-------------------4.tar compression and decompression

[Root @ instructor Share] # tar-cvf text/txt.tar *. txt # specify the compression directory
1. txt
2. txt
[Root @ instructor Share] # tar-tvf text/txt.tar *. txt
-Rw-r -- root/root 0 2012-10-21 17:23 1.txt
-Rw-r -- root/root 0 2012-10-21 17:23 2.txt
[Root @ instructor Share] # rm-rf *. txt
[Root @ instructor Share] # ls
Apache-tomcat-6.0.14 database jdk1.6.0 _ 27 linux.x64_11gR2_database_1of2.zip text
Apache-tomcat-6.0.14.zip javacord jdk-6u27-linux-x64.bin linux.x64_11gr2_databasesilicate f2.zip
[Root @ instructor Share] # tar-xvf text/txt.tar-C text # specify the extract directory
1. txt
2. txt
[Root @ instructor Share] # cd text
[Root @ instructor text] # ls
1. txt 2.txt txt1.zip txt.tar




4. Oracle Installation

------------------------------- 1. Install the dependency package in yum.

[Root @ instructor yum. repos. d] # yum install binutils
[Root @ instructor ~] # Yum install compat-libstdc *
[Root @ policuctor yum. repos. d] # yum install elfutils-libelf-devel
[Root @ instructor ~] # Yum install glibc
[Root @ instructor ~] # Yum install glibc-common
[Root @ instructor ~] # Yum install glibc-devel
[Root @ instructor ~] # Yum install gcc-
[Root @ instructor ~] # Yum install gcc-c ++
[Root @ instructor ~] # Yum install libaio-devel
[Root @ instructor ~] # Yum install libaio
[Root @ instructor ~] # Yum install libgcc
[Root @ instructor ~] # Yum install libstdc ++
[Root @ instructor ~] # Yum install libstdc ++-devel
[Root @ instructor ~] # Yum install make
[Root @ instructor ~] # Yum install sysstat
[Root @ instructor ~] # Yum install unixODBC
[Root @ instructor ~] # Yum install unixODBC-devel

------------------------------------------------------------

------------------------------- 2. Kernel Parameter Modification

Root @ instructor ~] # Vi/etc/sysctl. conf

# Oracle conf
# Shared memory
Kernel. shmall = 2097152
Kernel. shmmax = 2147483648
Kernel. shmmin = 4096
# Mutex
Kernel. sem = 250 32000 100 128
# Maximum number of files simultaneously opened
Fs. file-max = 65536
Net. ipv4.ip _ local_port_range = 1024 65000
# Net. core. rmen_default = 4194304
# Net. core. rmen_max = 4194304
# Net. core. wmen_default = 2621144
# Net. core. wmen_max = 2621144

[Root @ instructor ~] #/Sbin/sysctl-p

# --------------- Command for Kernel Parameter effectiveness

  • 0
  • ORA-01031: insufficient privileges, ORA-01925: maximum of 30 enabled roles exce

    Modify MEMORY_TARGET in Oracle

    Oracle 11g

    Image Information

    View All comments in this article (0)

    Comments

    Latest Information

    Popular this week

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.