PLSQL Developer 串連oracle(64)(instantclient_32)

來源:互聯網
上載者:User

標籤:style   blog   http   color   ar   檔案   2014   sp   art   

  1. 下載instantclient-basic-nt-11.2.0.2.0位用戶端,加壓後存放,如F:\instantclient_11_2
  2. 拷貝Oracle 11.2G的msvcr80.dll和tnsnames.ora到解壓的instantclient_32位用戶端根目錄,它們的位置分別是:

    D:\home\product\11.2.0\dbhome_1\BIN和D:\home\product\11.2.0\dbhome_1\NETWORK\ADMIN

  3. 設定PLSQL Developer中設定Oracle_Home和OCI Library,

  4. 在PLSQL Developer目錄下建立bat檔案,作為PLSQL Developer的啟動捷徑替換PLSQL Developer傳統啟動方式,bat檔案中的內容如下:

    @echo off

    set path=F:\instantclient_11_2

    set ORACLE_HOME=F:\instantclient_11_2

    set TNS_ADMIN=F:\instantclient_11_2

    set NLS_LANG=AMERICAN_AMERICA.AL32UTF8

    start plsqldev.exe

    至此設定完成。

PLSQL Developer 串連oracle(64)(instantclient_32)

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.