Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: NT service accessing Oracle
John,
If you are using Net8 access to your database you may have a problem with
Oracle client 8.1.5.
Net8 won't connect your app unless NT session had a 100% successful logon
procedure.
Example: if you take your laptop home and start NT without connecting to an
office domain server
NT will let you in with some warning message, but Net8 won't connect even to
a local database.
If you use local security account than everything work OK.
Problem with service set to start-up automatically is that by default it
uses SYSTEM account.
Net8 will not connect and your service won't work.
Trick is to set an existing user name and password for this service in
service property dialog window.
HTH
"John Gerlach" <JDGJr_at_Sensory.com> wrote in message
news:253O4.757$XB6.24884_at_news.uswest.net...
> I'm running personal oracle 8.0.4.0.0. It was a dependency issue, at least
> as far as I can tell. Any evidence that I'll run into problems with other
> versions?
>
> tia
> -John
>
> Dadd <Dadd_at_cp.com> wrote in message
> news:Hv1O4.14083$nB3.1656172_at_news1.rdc2.on.home.com...
> > John,
> > If your service is using Oracle 8.1.5 client to connect to Database you
may
> > have a security problem.
> > Try to set up a "Log on using this account:" property in properties of
your
> > service.
> > Oracle 8.1.5 client is using domain security.
> > HTH
> >
> > "John Gerlach" <JDGJr_at_Sensory.com> wrote in message
> > news:af%N4.460$3j.3461_at_news.uswest.net...
> > > I have an NT service that accesses Oracle 8 data, and it'll operate
> > > correctly if I start it from the Services applet, but not when it is
started
> > > by the system (set to startup automatically)...
> > >
> > > Should my service be dependent on one of the Oracle-installed
services?
> > >
> > > Or, how can I get this to work?
> > >
> > > thanks,
> > > John
> > >
> > >
> >
> >
>
>
Received on Fri Apr 28 2000 - 00:00:00 CDT