Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> OCI error with v. 8.0.4.3.2
I got this error message running the OCI samples:
"The procedure entry point xOCIStmtBindByPos could not be located in the dynamic link library ORA804.dll"
ORA804.dll is the one included in patch 8.0.4.3.2, and is of version 8.0.4.2.
If I replaced it with ORA804.DLL version 8.0.4.1.1, the samples would run fine until I used OCI_THREADED option. Sometimes the mutex were not released even though I only had one thread running. This can be reproduced by trying to describe a wrong object type (in which OCIDescribeAny() returned OCI_ERROR). The next OCI call would then never return.
Anyone has had the same problem?
Iwan
-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Sat Jan 09 1999 - 12:21:11 CST
![]() |
![]() |