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.