OraClient and .NET Managed PRovider usage from within Service

  • Thread starter Thread starter Joerg Fischer
  • Start date Start date
J

Joerg Fischer

Hi there,

Currently, I am facing the following issue:

We are using the Oracle Client from within our software, which runs under a
service account. Now, everything works fine as long as the service account
has local administrator privileges which is not fearsible. When I remove
that privilege, I got the error that the name can not be resolved.

Can anyone give me an enlightment on that??

Thanks.

Joerg Fischer
 
Most likely an Oracle set up. My suggestion, because it gets through these
issues quicker, is swich to ODP.NET. You will have to install the Oracle
client libraries (Java) on the machine, but once you have the client
configured to run under the proper account, you are set to use ODP.NET.

If this is not feasible, you are going to have to look into Oracle access
from that machine. Your DBA should be able to help.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

*************************************************
Think outside of the box!
*************************************************
 
Hi,

Thanks so far. I checked that but that is not an option since we are using a
prepacked software solution component.

Already I logged on using the service account and checked that the ORA Data
Sources are accessible. So far, so good. Can you give me any further
enlightment on what to further check?

Sincerely

Joerg Fischer
 
Back
Top