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

Home -> Community -> Usenet -> c.d.o.server -> Re: E_FAIL(0x80004005)

Re: E_FAIL(0x80004005)

From: DA Morgan <damorgan_at_psoug.org>
Date: Mon, 15 Jan 2007 10:45:59 -0800
Message-ID: <1168886757.706039@bubbleator.drizzle.com>


QDL wrote:
> Hello everyone,
>
> i have a windows service written in dotnet that sometimes gives this error
> E_FAIL(0x80004005) Unspecified error.
>
> This error is intermittent and the only way to stop this error is to stop
> the service and restart...
>
> The weird thing is that I do not open the connection at the beginning of the
> service run but each routine which uses Oracle opens and closes the
> connection, so the fact that closing the service stops the error is very
> strange!
>
> I use OleDb provider OraOLEDB.Oracle.1, the oracle client is version 8 but
> the server is Oracle 10... Can this be the problem?
>
> Thanx in advance
> Paolo

It may not be the only problem but it is definitely a problem. You might find it useful to read Oracle documentation before writing code. Many of us find it rather helpful.

Start with:

1. Concepts.
2. Architecture.
3. Compatibility matrix.
-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Received on Mon Jan 15 2007 - 12:45:59 CST

Original text of this message

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