小男孩‘自慰网亚洲一区二区,亚洲一级在线播放毛片,亚洲中文字幕av每天更新,黄aⅴ永久免费无码,91成人午夜在线精品,色网站免费在线观看,亚洲欧洲wwwww在线观看

分享

[Oracle]

 goodwangLib 2014-04-07

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


先創(chuàng)建客戶端的安裝目錄這兩個(gè)目錄可以自定義,但配置環(huán)境變量時(shí),需要一致。

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

其中,這二個(gè)文件都解壓到當(dāng)前目錄下的同一個(gè)目錄下面:

instantclient_10_2

cd instantclient_10_2

把這個(gè)目錄下的所有文件搬到/opt/oracle/lib


若僅讓當(dāng)前用戶能用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

現(xiàn):

# .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//若無此處,則打開一個(gè)shell后,不能用sqlplus

export PATH

export ORACLE_HOME

export LD_LIBRARY_PATH


有文章介紹需要修改/etc/profile配置環(huán)境變量,針對所有用戶。

    本站是提供個(gè)人知識管理的網(wǎng)絡(luò)存儲(chǔ)空間,所有內(nèi)容均由用戶發(fā)布,不代表本站觀點(diǎn)。請注意甄別內(nèi)容中的聯(lián)系方式、誘導(dǎo)購買等信息,謹(jǐn)防詐騙。如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請點(diǎn)擊一鍵舉報(bào)。
    轉(zhuǎn)藏 分享 獻(xiàn)花(0

    0條評論

    發(fā)表

    請遵守用戶 評論公約

    類似文章 更多