Install the Oracle11g client without a graphical interface under SUSELinuxEnterpriseServer11

Source: Internet
Author: User
Install the Oracle11g client without a graphical interface under SUSELinuxEnterpriseServer11

Install the Oracle 11g client without a graphical interface Under SUSE Linux Enterprise Server 11

1) software medium:

SUSE Linux Enterprise Server 11 SP1 (x86_64) --- more/etc/issue

Oracle 11g client (Click here)

Note: The oracle10g client is not supported. An error is reported during the installation process.

2) create a user and directory:

Groupadd oinstall

Groupadd dba

Useradd-m-g oinstall-G dba oracle

Passwd oracle

Mkdir-p/usr/local/oracle

Chown-R oracle: oinstall/usr/local/oracle

Chmod-R 755/usr/local/oracle

Mkdir-p/usr/local/oraInventory

Chown-R oracle: oinstall/usr/local/oraInventory

Chmod-r 775/usr/local/oraInventory

3) Upload the downloaded oracle client to the/tmp directory and decompress it.

Su-oracle

Unzip linux.x64_11gR1_client.zip

4) Modify clientcustom. rsp (/tmp/client/response)

FROM_LOCATION = "/tmp/client/stage/products. xml"

ORACLE_HOME =/usr/local/oracle

ORACLE_HOME_NAME = "ORACLE_HOME"

Component_ages = {"en", "zh_CN "}

5) Start Installation

./RunInstaller-silent-responseFile/tmp/client/response/clientcustom. rsp

6) modify oracle user. profile

Umask 022
ORACLE_BASE =/usr/local/oracle; export ORACLE_BASE
ORACLE_HOME = $ ORACLE_BASE/product/11.1.0/client; export ORACLE_HOME
PATH = $ ORACLE_HOME/bin: $ PATH; export PATH

Source. profile

7) configure the tnsnames. ora file for testing.

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.