【[Oracle】-【安裝】-Cent OS安裝Oracle Client
http://www.oracle.com/technology/tech/oci/instantclient/index.html下載:
oracle-instantclient-basic-10.2.0.4-1.i386.zip
oracle-instantclient-sqlplus-10.2.0.4-1.i386.zip
先建立客戶端的安裝目錄,這兩個目錄可以自定義,但配置環境變數時,需要一致。
mkdir -p /opt/oracle/lib
mkdir -p /opt/oracle/network/admin
(有文章說還需要下載sdk,這裡沒下載試過也可以。)
解壓上面下載的檔案。
unzip oracle-instantclient-basic-10.2.0.4-1.i386.zip
unzip oracle-instantclient-sqlplus-10.2.0.4-1.i386.zip
其中,這二個檔案都解壓到當前目錄下的同一個目錄下面:
instantclient_10_2
cd instantclient_10_2
把這個目錄下的所有檔案搬到/opt/oracle/lib
若僅讓當前使用者能用sqlplus,則僅需要配置檔案的修改:
.bash_profile:
原:
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
Fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
export PATH
現:
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
ORACLE_HOME=/opt/oracle
LD_LIBRARY_PATH=/opt/oracle/lib
PATH=.:$PATH:$HOME/bin:$LD_LIBRARY_PATH//若無此處,則開啟一個shell後,不能用sqlplus。
export PATH
export ORACLE_HOME
export LD_LIBRARY_PATH
有文章介紹需要修改/etc/profile配置環境變數,針對所有使用者。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/7192724/viewspace-767151/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Cent OS 安裝 RedisRedis
- Cent os 6.3上安裝rlwrap
- Cent OS 7安裝和使用dockerDocker
- 【Oracle】Windows安裝oracle11gR2 clientOracleWindowsclient
- solaris下-silent方式安裝oracle clientOracleclient
- Netbackup For Oracle client安裝寶典Oracleclient
- oracle安裝:OUI安裝Oracle(圖形介面安裝)OracleUI
- Oracle client安裝the jre is 0故障處理Oracleclient
- RochyLinux 8.6安裝Oracle19c ClientLinuxOracleclient
- Oracle:Windows10下安裝oracle client (win32_11gR2_client)OracleWindowsclientWin32
- cent os 6.6 x64 自動靜默安裝oracle 11gr2指令碼Oracle指令碼
- Oracle 安裝與解除安裝Oracle
- 安裝oracleOracle
- win7 for 64位安裝oracle 10.2.0.4 clientWin7Oracleclient
- ORACLE TEXT安裝與解除安裝Oracle
- Oracle instant client在windows下的安裝和使用OracleclientWindows
- Oracle 10g client靜默安裝一例Oracle 10gclient
- 不用安裝Oracle_Client就能使用PLSQL_DeveloperOracleclientSQLDeveloper
- Oracle RUR 安裝Oracle
- golang oracle 安裝GolangOracle
- oracle安裝配置Oracle
- oracle安裝patchOracle
- 安裝oracle 9.2.0.4Oracle
- aix安裝oracleAIOracle
- oracle解除安裝Oracle
- ORACLE 解除安裝Oracle
- [oracle]centos 7 安裝oracleOracleCentOS
- 【Oracle】--"任性"Oracle安裝之旅Oracle
- oracle 19c 安裝、解除安裝Oracle
- 安裝Oracle報Checking os version: must be redhat-3OracleRedhat
- Mac OS X 10.6.8下安裝Oracle客戶端MacOracle客戶端
- Oracle Instant Client(即時客戶端) 安裝與配置Oracleclient客戶端
- 靜默方式安裝、升級oracle(一): 安裝oracle軟體Oracle
- 「Oracle」Oracle 資料庫安裝Oracle資料庫
- G016-OS-LIN-CENT-01 CentOS 7.8.2003 安裝CentOS
- Docker中安裝OracleDockerOracle
- ubuntu下安裝oracleUbuntuOracle
- Linux安裝oracleLinuxOracle