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: Strange Error: Unable to run stored procedure.

Re: Strange Error: Unable to run stored procedure.

From: Banavara <rbanavara_at_gmail.com>
Date: 6 Jul 2006 12:19:51 -0700
Message-ID: <1152213591.600125.143150@m73g2000cwd.googlegroups.com>


Probably you can try connecting to the database directly as whatever user .NET appln uses and try running the procedure manually. This atleast rules out any issues withini DB like missing privileges.

-rbanavara

mark.putt_at_gmail.com wrote:
> I apologize if I am posting this to the wrong area.
> Here is my problem.
>
> I am running a .NET 2003 Windows service against Oracle 9i. This
> service is attempting to run a stored proc that inserts data into the
> DB. When it calls the proc it gets the following error.
>
> Unable to run stored procedure:
>
> It doesn't return the name of the procedure or an error number or
> anything useful. I know what proc it is calling but I have no idea
> what error it is actualy getting. I have tracked this all the way down
> into the .NET oracle provider and I still see no error number.
>
> I have run this exact code against another instance of the database and
> I DO NOT get the error. So, one DB throws the error and one does not.
>
> Has anyone see this before?
>
> THanks.
> Mark.
Received on Thu Jul 06 2006 - 14:19:51 CDT

Original text of this message

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