因oracle應用程式及其工具toad、plsql developer等的部署很多,動轍要安裝幾百兆的oracle client實在很煩。
instant client小而夠用。這裡共享出自己的經驗,供同行參考,如果能給你幫助,榮幸之至。
執行環境:windows xp sp3,新安裝系統,從未安裝過任何版本oracle
這裡以32位windows系統:
instantclient-basic-nt-11.2.0.3.0.zip
instantclient-sqlplus-nt-11.2.0.3.0.zip
如果你只用客戶端工具,不使用命令列下sqlplus,第二個包可以不用
2、解壓縮包到c:\instantclient_11_2
3、設定變數:
nls_lang=simplified chinese_china.zhs16gbk(注意中間有空格,這個如果不設,toad查詢中文會是亂碼)
tns_admin=c:\instantclient_11_2
path=c:\instantclient_11_2
4、儲存以下內容為登錄檔檔案,匯入登錄檔(路徑部分,請自己修改)
windows registry editor version 5.00
[hkey_local_machine\software\oracle\key_oraclient10g_home]
"nls_lang"="simplified chinese_china.zhs16gbk"
"oracle_bundle_name"="enterprise"
"oracle_group_name"="oracle - oraclient10g_home"
"oracle_home"="c:\\instantclient_11_2"
"oracle_home_key"="software\\oracle\\key_oraclient10g_home"
"oracle_home_name"="oraclient10g_home"
5、建立tnsnames.ora,並儲存到安裝目錄:c:\instantclient_11_2
這個這裡就不多說了
# tnsnames.ora network configuration file: d:\oracle\product\10.2.0\client_1\network\admin\tnsnames.ora
# generated by oracle configuration tools.
orcl =
(description =
(address_list =
(address = (protocol = tcp)(host = localhost)(port = 1521))
(connect_data =
(service_name = orcl)
6、測試:
c:\documents and settings\administrator>sqlplus /nolog
sql*plus: release 11.2.0.3.0 production on 星期六 4月 28 10:10:10 2012
sql> conn scott/tiger@orcl
已連線。
sql>
至此,安裝已經完成。toad、plsql developer等工具,以及應用軟體都可以正常使用了。
InstantClient安裝使用
url 好東西得copy收藏。size small 因oracle應用程式及其工具toad plsql developer等的部署很多,動轍要安裝幾百兆的oracle client實在很煩。instant client小而夠用。這裡共享出自己的經驗,供同行參考,如果能給你幫助,榮幸之至。執行環境 w...
安裝Docker(yum安裝)
確定你是centos7及以上版本 root 192 desktop cat etc redhat release centos linux release 7.2.1511 core 3.yum安裝gcc相關 yum y install gcc yum y install gcc c 4.解除安裝舊...
安裝 python python安裝
pyenv 多版本管理工具 1.linux安裝pyenv方式 git 安裝 1 安裝git yum install git y 2 安裝python編譯依賴 yum y install gcc make patch gdbm devel openssl devel sqlite devel read...