PDA

View Full Version : Ora-06512


saikoushal
02-12-04, 00:57
Hi all
Can some body please tell me what ORA-06512 stands...
Where can i get the explanation for the errors??
thanks
sai

gannet
02-12-04, 04:27
This is the last message in the message stack. It shows where a problem occurs in PL/SQL code. Following this message should be another message something like this:

ORA-06512 at XXXX
ORA-YYYY: error ZZZZ

The messages following the 06512 tell you what (YYYY and ZZZZ) and where (XXXX) the error occurs.

The typical structure of the message is:

ORA-06512 at str line num.