Diman
Admin
 Admin
| Posts: 1495 |  | Karma: 19 |
|
RE: oci.dll not found
|
|
Posted: 2000/08/10 12:34 |
|
|
|
|
Hi Leonid !
The algorythm is easy ... NCOCI8 walks through all Oracle home, that are recorded in registry in next order: HKLMSoftwareOracle HKLMSoftwareOracleHome0 ..... HKLMSoftwareOracleHomeN And try to get value of ORACLE_HOME of each home. Then appends BIN to that path, and search it in environment variable PATH. The Oracle home and it BIN directory, that is first in PATH will be used by NCOCI8. In that BIN directory NCOCI8 try to load OCI.DLL or value of ORAOCI.
It seems, that you did not have valid BIN directory in PATH or some problems with registry structure.
If my hint will be wrong, please send to me next information: - server & client versions; - NCOCI8 version; - export of HKLMSoftwareOracle; - value of PATH variable.
|
|