1. 程式人生 > >PL/SQL報錯:Initialization error Oracle client not properly installed

PL/SQL報錯:Initialization error Oracle client not properly installed

安裝PL/SQL8.4後,連線資料庫


提示錯誤Initialization error Oracle client not properly installed

解決方案:

1.下載instanceclient並解壓

2.開啟PL/SQL,在連線資料庫的介面點選Cancel按鈕進入PL/SQL的介面

3.Tools->Perferences->Oracle->Connection

在OCI librariy(empty is autodetect)中填入之前解壓的instanceclient目錄下的oci.dll路徑,如下圖所示


4.點OK儲存後,關閉PL/SQL重新開啟,問題解決

相關推薦

安裝oracle客戶端PL/SQLInitialization error Oracle client not properly installed

安裝PL/SQL8.4後,連線資料庫 提示錯誤Initialization error Oracle client not properly installed 解決方案: 1.下載instanceclient並解壓 2.開啟PL/SQL,在連線資料庫的

PL/SQLInitialization error Oracle client not properly installed

安裝PL/SQL8.4後,連線資料庫 提示錯誤Initialization error Oracle client not properly installed 解決方案: 1.下載insta

Initialization error Oracle Client not properly installed

原因:Oracle客戶端安裝問題,需要重新安裝   解決方案:我的電腦是Oracle客戶端有的內容被刪除了,所以出現這個問題。             

PL/SQL Developer 問題Initialization error Could not load ".../oci.dll"

問題: PL/SQL Developer 啟動後報錯:Initialization error Could not load   .....  oci.dll 解決方法: 選單欄選擇 Tools -> Preferences -> Oracle

PL/SQLORA-28000the account is locked

第一種方法(圖形操作):第一步:使用PL/SQL,登入名為system,選擇型別的時候把Normal修改為SYSDBA;第二步:選擇users下的system,右擊點選“編輯”; 第三步:修改密碼,把“帳戶被鎖住”的勾去掉; 第四步:點選最下面的“應用”再點選“關閉”; 第五步:重新登入就可以通過驗證了

PL/SQL 動態執行表不可訪問,本會話的自動統計被禁止。 在執行選單裡你可以禁止統計,或在v$session,v$sesstat 和vSstatname表裡獲得選擇許可權。

現象: 第一次用PL/SQL Developer連線資料庫,若用sys使用者登入並操作則正常,若用普通使用者比如haishu登入並建立一個表則報錯“動態執行表不可訪問,本會話的自動統計被禁止。在執行選單裡你可以禁止統計,或在v$session,v$sesstat和v$statname表裡獲得選擇許可權。

SQL Server導入The LocaleID 4 is not installed on this system

code page localeid 936 問題描述:通過SQLServer導入導出向導導入中文字符集數據,遇到The LocaleID 4 is not installed on this system.錯誤。解決方法:我發現客戶服務器操作系統雖然不支持Chinese (Simplified)

Myeclipse啟動An error has occurred.See the log file

entry classpath ret 出現 restore div nap cati security 出現這個問題是因為斷電前myeclipse還在運行,日誌報錯如下: !ENTRY org.eclipse.osgi 4 0 2017-07-24 08:29:48.4

shell syntax error: unexpected end of file

not app 文件格式 解決方案 編輯 window 曾經 command exp 有時執行腳本時會報錯: [[email protected] shell]# sh -x test.sh + $‘\r‘ : command not found test.s

十、cent OS開啟APR模式configure: error: Found APR 1.3.9. You need version 1.4.3 or newer installed

config 安裝目錄 prefix org col spa -a you 新版 錯誤內容顯示APR的版本過低,需要新版本 到http://apr.apache.org/download.cgi#apr1這個地址下載所需要的包apr-1.4.5.tar.gz apr-ic

memcache啟動memcached: error while loading shared libraries: libevent-XXXXX5: cannot 。。。。

share mem dev 鏈接 debug 修改文件 memcache null 鏈接地址 創建連接 ln -s /usr/lib/libevent-2.1.so.6 /usr/lib/libevent-2.1.so.6 如果還不行就下面解決 執行下面語句查看鏈接

laravel --Parse error: syntax error, unexpected '=>' (T_DOUBLE_ARROW)

parse size font 技術分享 info error span expected 原因 報錯如下: 原因:( ) { } [ ] 不對稱,或者用錯了。 laravel --報錯:Parse error: syntax error, unexpected &#

Linux中mysql進入命令行MYSQL ERROR 2003 (HY000): Can't connect to MySQL server on '192.168.99.192' (111)

端口 connect 通過 l命令 linu serve nbsp linux err 場景:在Linux中安裝mysql01和mysql02,通過VIP虛出一個VIP=192.168.99.192,mysql01為主ip為192.168.99.153,mysql02為備機

c++ include包含工程目錄下的.h檔案,fatal error C1083: 無法開啟包括檔案:“Sales_item.h”: No such file or directory

背景:刷c++primer的題目,將下載的某個標頭檔案拖拽到自己建立的工程目錄下,在自己新建的原始檔中include包含時,報無法開啟檔案 明明有檔案 為什麼說無法開啟呢 於是到本地的工程目錄中開啟一看,果然沒有這個檔案 說明通過滑鼠拖拽檔案進入到工程樹上面,檔案並沒

python中使用pip安裝Fatal error in launcher... 解決方法

python安裝了2和3版本在 cmd 中用pip報的錯誤為:Fatal error in launcher:Unable to create process using 這是因為你安裝了python3和python2在你的windows下,並且在環境變數中分別配置了pip,可是並沒有區分pip3還是p

log4j:ERROR Category option " 1 " not a decimal integer.

程式碼: package com.zml; import org.apache.log4j.Logger; public class Day01 { private static Logger logger = Logger.getLogger(Day01.class);

Hplsql...HiveSQLExpection:Error while compiling statement:No privilege 'Select' found for inputs {.....}

實踐hplsql時,遇到的問題總結一下,若有不對的地方,歡迎交流。     一、Hplsql簡介   hplsql的介紹詳見:http://lxw1234.com/archives/2015/09/492.htm   二、hpsql的配置檔案為hplsql-sit

pycharm執行selenium+webdriver(chromedriver)unknown error: chrome failed to start

首先我確定了我的chrome和chromedriver對應版本是一致的 在cmd命令模式中能開啟chrome並執行,但是在pycharm中卻不能開啟chrome,並報錯unknown error: chrome failed to start 解決方法:關閉pycharm,然後找到

【docker】docker啟動、重啟、關閉命令,附帶docker啟動容器docker: Error response from daemon: driver failed programming external connectivity on endpoint es2-node

在關閉並放置centos 的防火牆重啟之後【操作:https://www.cnblogs.com/sxdcgaq8080/p/10032829.html】 啟動docker容器就發現開始報錯: [[email protected] elasticSearch]# docker run -d

SQL輸入值對日期格式不夠長

3、有可能是 表的欄位 有髒資料,比如 A.E_DATE 存在‘150’髒資料,導致 SQL編譯失敗,需要過濾掉髒資料。 where TO_DATE(A.E_DATE,'YYYY-MM-DD') >= TO_date('2015-03-01','YYYY-MM-DD') AND TO_DA