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: NT Service with OCI Code cannot start with wsock32.dll code

Re: NT Service with OCI Code cannot start with wsock32.dll code

From: Fengqing Zhou <zhouf_at_rintintin.Colorado.EDU>
Date: 1997/07/11
Message-ID: <5q5pma$rld@lace.colorado.edu>#1/1

In article <33C27549.37C7_at_nosc.mil>, Sal James <sjames_at_nosc.mil> wrote:
>This is a strange interaction problem and I'd appreciate any ideas on
>how to fix it:
>
>We have an NT Service that starts and runs OK until we rebuild it to
>include a module that has SOCKETs. We don't need to call the socket
>code -- we just include the socket code in the executable service, which
>presumably causes the wsock32.dll to be loaded.
>
>We get this error when we try to start the NT service with socket code
>included:
>"Initialization of the DLL D:\orant\bin\ociw32.dll failed. The process
>is terminating abnormally."
>
>How could the presence of the wsock32.dll cause the ociw32.dll to not
>initialize?
>
>Thanks, Sal James

Oracle 7.3.2.2 on NT may need "Require Support Files V7.3.2.2.0C" to get OCIW32.DLL. The original OCIW32.DLL length is 34K, while required length is 36K.

That fixed my problem.

Hope it helps! Received on Fri Jul 11 1997 - 00:00:00 CDT

Original text of this message

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