sqlplus.exe - Entry point not found
On my laptop I have an Oracle database 11G installed, as well as Oracle Warehouse Builder 10.2.0.1. My PATH environment variable has the bin directory in my database Oracle-home as the first entry.
When I start sqlplus from the command prompt from a random directory, so that the default Oracle-home is used, I get an error message in a pop-up box saying:
The procedure entry point lmxconp2 could not be located in the dynamic link library OCI.dll.
Starting sqlplus from the bin directory in the OWB Oracle-home works perfectly.
Now I could put the working bin directory in front in my PATH variable, but is there an actual solution for this error message?
Thanks
Paul