解決win7 64位系統oracle連線問題

2021-08-31 17:07:26 字數 621 閱讀 9737

2.非登入狀態下進入pl/sql developer,進入首選項,在connection中設定oracle_home和oci library,其中

oracle_home設定為instantclient的解壓目錄,oci library設定為該目錄下的oci.dll.

3.最後要設定啟動pl/sql developer的環境,在pl/sql developer的安裝目錄下建立乙個start.bat檔案,檔案內容如下:

@echo off

set path=e:\develop\oracle\product\instantclient_10_2

set oracle_home=e:\develop\oracle\product\instantclient_10_2

set tns_admin=e:\develop\oracle\product\instantclient_10_2

set nls_lang=american_america.al32utf8

start plsqldev.exe

其中nls_lang前部分必須是american_america,後部分是資料庫採用的字符集. 紅色部分為oracle安裝目錄

然後啟動start.bat即可

win7 64位 彙編環境搭建

最近在學習彙編與接 術,但是在自己的機子上實驗的時候,尷尬地發現我們的win 7 64位環境下,在dos下竟然沒有debug.exe,好不容易找到乙個debu.exe,在dos環境下呼叫,竟然是下面的結果 就到網上找相關的解決辦法,終於找到了乙個很好的工具 dosbox。一,下面就介紹下dosbox...

win7 64位上 安裝pl sql

pl sql 沒有64位,在64位win7上面安裝遇到很多問題,折磨了整整乙個下午,終於搞定了 大概的步驟如下 1 安裝11g 64位 oracle 資料庫 安裝正常流程成功安裝資料庫,結束後服務中會出現 5 6個有關oracle 的服務,其中 tnslistener 和 oracleservice...

win7 64位pycrypto安裝問題

電腦上python版本是2.7,在安裝pycrypto時出現以下問題 1 error unable to find vcvarsall.bat 解決辦法 安裝vs2008。在解壓出來的安裝包裡,雙擊setup.exe安裝程式 2 valueerror u path 解決辦法 安裝vs2008時新增6...