欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

PLSQL Developer連接Oracle11g 64位數(shù)據(jù)庫配置詳解(圖文)

 更新時(shí)間:2019年09月16日 11:14:59   作者:夜之子  
這篇文章主要介紹了PLSQL Developer連接Oracle11g 64位數(shù)據(jù)庫配置詳解,文中通過示例代碼介紹的非常詳細(xì),對(duì)大家的學(xué)習(xí)或者工作具有一定的參考學(xué)習(xí)價(jià)值,需要的朋友們下面隨著小編來一起學(xué)習(xí)學(xué)習(xí)吧

最近換了臺(tái)64bit的電腦,所以oracle數(shù)據(jù)庫也跟著換成了64bit的,不過問題也隨之產(chǎn)生,由于plsql developer暫時(shí)沒有64bit版本的,所以無法連接到64bit的oracle上,經(jīng)過一番折騰,終于成功連接到數(shù)據(jù)庫上,現(xiàn)記錄下配置過程,以便查看。

1. 下載instantclient-basic-win32-11.2.0.1.0(oracle官網(wǎng)下載地址:http://www.oracle.com/technetwork/topics/winsoft-085727.html , 下載地址2:http://www.dbjr.com.cn/database/572635.html

2. 解壓instantclient-basic-win32-11.2.0.1.0并放置在oracle安裝目錄的product下(放置位置無強(qiáng)制要求,可隨意放置),如下圖:

3. 拷貝E:\app\Administrator\product\11.2.0\dbhome_1\NETWORK\ADMIN下的tnsnames.ora文件到instantclient_11_2下。

4. 打開PLSQL Developer,選擇Tools -> perference -> Connection,配置其中的Oracle Home和OCI Library項(xiàng),如下圖所示:

 

其中, Oracle Home:E:\app\Administrator\product\instantclient_11_2

 OCI Library:E:\app\Administrator\product\instantclient_11_2\oci.dll

5.  配置系統(tǒng)環(huán)境變量

右擊"我的電腦" - "屬性" - "高級(jí)" - "環(huán)境變量" - "系統(tǒng)環(huán)境變量":

1>.選擇"Path" - 點(diǎn)擊"編輯", 把 "E:\app\Administrator\product\instantclient_11_2;" 加入;

2>.點(diǎn)擊"新建", 變量名設(shè)置為"TNS_ADMIN", 變量值設(shè)置為"E:\app\Administrator\product\instantclient_11_2;", 點(diǎn)擊"確定";

3>.點(diǎn)擊"新建", 變量名設(shè)置為"NLS_LANG", 變量值設(shè)置為"SIMPLIFIED CHINESE_CHINA.ZHS16GBK", 點(diǎn)擊"確定";

以上就是本文的全部內(nèi)容,希望對(duì)大家的學(xué)習(xí)有所幫助,也希望大家多多支持腳本之家。

相關(guān)文章

最新評(píng)論