Archives of the TeradataForum
Message Posted: Fri, 22 Mar 2013 @ 22:38:44 GMT
Subj: | | Re: Session mode & 2971: The AMP Lock table has overflowed |
|
From: | | Anomy Anom |
<-- Anonymously Posted: Friday, March 22, 2013 16:32 -->
This error is in no way limited to ANSI mode, it's just often encountered when people use ANSI mode improperly.
Two things to check:
1) Was it really an INSERT SELECT entirely within the database? Or was it SELECT, retrieve to client, row-at-a-time INSERT?
2) If the lock table was totally full on one AMP at that instant due to some other activity on the system, even INSERT/SELECT could
be a victim.
|