Ubuntu-16.04+-xxx-i386.iso: Installing the Oracle 11gR2 database

Source: Internet
Author: User

Preface: Honestly, Ubuntu 16.04 or more difficult to install oracle! In the course of a difficult way to pass!

Important Accessories : Ubuntu16.04+-xxx-i386.iso_ Install the required packages for Oracle. zip

Characteristics:

    • Reinstall required: Libaio1_0.3.109-2ubuntu?_i386.deb. The default Libaio library has a problem and is related to the way it is compiled by default Libaio!
    • The GCC 4.4.7 (which is the final version of current 4) needs to be reinstalled, and the default GCC 6.x causes problems due to many of its default features in its new version.
    • Need to install the old version of: Libstdc++5_3.3.6-25ubuntu?_i386.deb, with the above GCC 4.x. Or extract the "libstdc++.so.5" copy directly to the Lib directory.
    • An older version of the LD Connection tool (<=binutils 2.25) is required to extract the LD and the corresponding version of so library directly
    • Need to replace the latest version of the /USR/LIB/I386-LINUX-GNU/CRTI.O for the old version. This module is the module of the GLIBC Core library. Be careful not to install glibc casually, the system is easy to take down!

Core steps and key points.

Ln-sf/bin/bash   /bin/sh
Ln-s /usr/bin/basename/bin/basenameln-s /usr/bin/awk /bin/awk

Ln-s/usr/lib/i386-linux-gnu/libc_nonstatic.so/usr/lib/
Ln-s/usr/lib/i386-linux-gnu/libpthread_nonstatic.so/usr/lib/
Ln-s/usr/lib/i386-linux-gnu/libstdc++.so.6/usr/lib/


ln-s/lib/i386-linux-gnu/libgcc_s.so.1 /lib64/libgcc_s.so.1

Ubuntu-16.04+-xxx-i386.iso: Installing the Oracle 11gR2 database

Related Article

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.