開發環境:win7 64位+delphi xe5+ dbexpress +oracle 10G 10.2.0.1 32位客戶端
服務器環境:winxpsp3 32位 + oracle 10G 10.2.0.5
現象
1.PLSQL Developer連接正常
2.像d7一樣配置參數連接oracle,提示如下錯誤
"DBX Error: Driver could not be properly initialized. Client library may be missing, not installed properly, of the wrong wersion, or the driver may be missing from the system path."
解決辦法:
1.搜索delphi xe5安裝目錄的dbxora.dll,把bin64下的dbxora.dll拷貝到C:\Windows\SysWOW64.
2.http://www.jb51.net/dll/oci.dll.html下載oci.dll,把里面的X64\10.2.0.1.0\oci.dll拷貝到C:\Windows\SysWOW64.
如果是其它oracle服務端,可以用相應的oci.dll來試。
問題解決。