Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: NT4 + OCI + C + PLS/CPL, problem initializing DLL OCIW32.DLL

Re: NT4 + OCI + C + PLS/CPL, problem initializing DLL OCIW32.DLL

From: Victor Poteryahin <vup_at_parad.ru>
Date: 1997/01/31
Message-ID: <01bc0f3c$f64e6b00$37a7d1c3@vup>#1/1

The problem is that OCIW32.DLL will not initialize if you are using any another dll's. It is bug in OCIW32.DLL , because of if you use directly ora73.dll or ora72.dll all will work perfect.

Regards, Victor Poteryahin.

Alysa Habraken <alysa_at_riv.nl> wrote in article <MPG.d5ad8ffe6d02a92989681_at_news.xs4all.nl>...
> Hello,
>
> I'm trying to write a program which interfaces between an Oracle
> database and a PLS database (full text search and retrieval database).
> The program has to be written in C using the OCI API and the CPL API.
> Problem is, they both come with a DLL, when I write a small test program
> using OCI calls it works fine. The same is true when I write a program
> using CPL. But when I try to write a program using calls from both
> libraries I can't get the program to run. When I try to run it, Win NT
> displays the error: "Initialization of the dynamic link library
> OCIW32.DLL failed. The process is terminating abnormally"
>
> I hope someone can help me!
>
> Thanks in advance,
Received on Fri Jan 31 1997 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US