Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Strange PL/SQL error, Help!
hi,
if you haven't checked the Oracle Error Messages manual, the following could be useful.
ORA-24756: transaction does not exist
Cause: An invalid transaction identifier or context was used or the
transaction has completed.
Action: Supply a valid identifier if the transaction has not completed
and retry the call.
... so you could check all the references of transaction names to see any invalid reference is there.
In article <7rj2jh$hdo$1_at_news.hawaii.edu>,
kittu_at_Hawaii.Edu (Chakravarthy KM Nalamotu) wrote:
> Hello Oracle users,
> I have a stored procedure that runs daily. Every
> once in a while I get an ORA-24756: transaction does not exist
> error. When the procedure is re-executed it runs fine.
> Can someone explain why is this happening.
> Thank you for your input.
> Kittu.
>
>
--
Nandakumar
(N.Kumar_at_rocketmail.com)
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
Received on Mon Sep 13 1999 - 12:25:30 CDT
![]() |
![]() |