Install the oracle Real-time client

Source: Internet
Author: User

Install the real-time client in Linux (lightweight)
Database users, or add dba groups to existing users. Create user groupadd oinstallgroupadd dbauseradd-g oinstall-G dba, revoke oraclepasswd oracle
Chown-R oracle: oinstall/oraclechmod-R 755/oracle (copy the modified tnsnames. ora here)
For existing users, then, go to su-cdmkdir-p oracle/network/admin in the user's HOME directory, and the existing user is cognoschwn-R 'whoam' $ HOME/oraclels-ld $ HOME/oracle.
Return to root User
Cd/usr/lib/oracle/find the real bin and log paths
For example,/usr/lib/oracle/10.2.0.3/client64/lib
Vi2/etc/profile: Add the following profile to the profile of the corresponding user or modify the/etc/profile file, the environment variable is loaded first.
(Add the following lines) -- actually modify export ORACLE_HOME =$ {HOME}/oracle export LD_LIBRARY_PATH =/usr/lib/oracle/10.2.0.3/client64/libPATH = $ PATH: $ ORACLE_HOME/bin: $ LD_LIBRARY_PATH /.. /bin: wq (save disk and exit vi) cd/etc & source profileOK, now you can run sqlplus to check whether sqlplus sm5/sm5 @ sunserve is successfully installed

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.