If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Suggestions & Feedback > Ora-06512

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-11-04, 23:57
saikoushal saikoushal is offline
Registered User
 
Join Date: Nov 2003
Posts: 13
Ora-06512

Hi all
Can some body please tell me what ORA-06512 stands...
Where can i get the explanation for the errors??
thanks
sai
Reply With Quote
  #2 (permalink)  
Old 02-12-04, 03:27
gannet gannet is offline
Registered User
 
Join Date: Oct 2002
Location: Plymouth UK
Posts: 116
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.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On