9

I have a question related to oracle. I have a machine which earlier had Oracle client installed on it. I was able to connect to my oracle server using the client.

Now I recently installed oracle 11g DB on the same machine. Now I have one client and Oracle 11g DB installed. But some how I am not able to connect to oracle servers anymore. This seems a bit problem because I am getting two oracle homes and stuff in path and registry entry.

The error that I am getting while connecting is [Microsoft][ODBC driver for Oracle][Oracle]Error while trying to retrieve text for error ORA-01019

Note: I had a similar problem once but once I uninstalled the oracle DB server and removed the ORACLE_HOME entries things started working fine.

Could you please help me fix this problem. Do let me know if you need more information

4

6 に答える 6

16

良い、

ちょうどそれを解決しました。両方のインストールで、2 つの ORACLE_HOME ディレクトリがあり、両方に SQAORA32.dll ファイルがあります。ORACLE_HOME を検索しているときに、アプリが混乱していました。Oracle クライアントはデフォルトで Oracle DB に存在するため、Client oracle ホーム エントリを削除しました。

于 2012-09-24T09:32:36.103 に答える