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: An NT service can't connect to Oracle

Re: An NT service can't connect to Oracle

From: Avner Levy <aglevy_at_compuserve.com>
Date: Sat, 30 Oct 1999 21:47:15 -0700
Message-ID: <7vg6q1$i4b$1@ssauraaa-i-1.production.compuserve.com>

I am about to do the same as you, but from an ISAPI extension located in the /scripts directory.
OS is NT4 server SP5, db is Oracle 8i.

I have written a C++ wrapper to most oci functions and I could use it in Oracle 7.3.2.2.

Can you let me know if you solved this? Thanx.

Gerard.

<AUstyuzhaninov_at_flagship.ru> wrote in message news:7v92dv$eov$1_at_nnrp1.deja.com...
> Hello,
>
> I have two programs for NT: one is an exe file, the other - a dll one.
> During the execution the exe calls a function in the dll, which in turn
> connects to an Oracle server through OCI interface. When I run the exe
> from a command string as a usual application it works fine. But if I
> start the exe as an NT service (either automatic or manual) the
> connection to Oracle fails with this error: "ORA-03121: no interface
> driver connected - function not performed". The platform is NT
> workstation 4.0 SP 5 and Oracle 7.3.4 client software.
>
> Does anybody has any idea about this?
>
> Best regards,
> Alexei Ustyuzhaninov
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
Received on Sat Oct 30 1999 - 23:47:15 CDT

Original text of this message

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