1,專案使用的是oracle10g資料庫,那我就安裝個客戶端吧,訪問公司伺服器就行了,省事.
instantclient-basic-win32-10.1.0.2.zip 這是最核心的包
instantclient-jdbc-win32-10.1.0.2.zip 包含jdbc driver的包
instantclient-sqlplus-win32-10.1.0.2.zip 最簡單的sqlplus包
我把檔案解壓到了d盤,d:\oracle10gclient下面
2,配置tnsnames.ora,如果本機上沒有安裝oracle,可以從安裝了oracle的機上拷貝乙個(tnsnames.ora檔案在% oracle_home%\network\admin下)放在上面的目錄d:\oracle10gclient下。
oracledata =
(description =
(address_list =
(address = (protocol = tcp)(host = 192.168.0.58)(port = 1521))
) (connect_data =
(service_name = oracledata)
) )
3,新增乙個環境變數,名為tns_admin,值為tnsnames.ora檔案所在路徑(如:d:\oracle10gclient),這是為了能夠找到上面說的tnsnames.ora。如果本機上安裝了oracle,並且設定了oracle_home環境變數,那麼會自動在%oracle_home%/network/admin/位置查詢tnsnames.ora檔案。
4,設定oracle的語言,新增登錄檔項:「nls_lang=simplified chinese_china.zhs16gbk」,位於 hkey_local_machine\software\oracle。如果本機沒有安裝oracle,在h_l_m\software\下是沒有"oracle"這一項的,需要手動建立,然後再在oracle項下建立鍵nls_lang,鍵值為:simplified chinese_china.zhs16gbk
配置tools->preferences->connection
找到等號左側引數填寫等號右側對應的內容
oracle home=d:\oracle10gclient
oci library=d:\oracle10gclient\oci.dll
6,再次開啟plsql則會在database中有oracledata 選項輸入使用者名稱密碼就可以登陸。
oracle客戶端安裝
instantclient basic win32 10.2.0.3 20061115.zip 解壓instantclient basic win32 10.2.0.3 20061115.zip到d盤,全路徑為 d instantclient 10 2 設定環境變數 tns admin d inst...
Ubuntu安裝Oracle客戶端
instant client ubuntu docmentation oracle instant client linux下使用oracle instant client遠端連線伺服器 網上很多資料各式各樣,而每個系統的配置也是各有不同。經歷了數不過來的失敗後終於成功了,在這裡整理一下,方便今後查...
ubuntu安裝oracle客戶端
oracle instantclient11.2 basic 12.1.0.2.0 1.x86 64.rpm oracle instantclient11.2 devel 11.2.0.4.0 1.x86 64.rpm oracle instantclient11.2 sqlplus 11.2.0....