Teradata Database Message 7562 - 7562 - Analytics Database - Teradata Vantage

Teradata® VantageCloud Lake - Analytics Database Messages

Edition
Lake
Product
Analytics Database
Teradata Vantage
Published
October 2022
Language
English (United States)
Last Update
2024-02-26
dita:mapPath
tzr1629746512312.ditamap
dita:ditavalPath
ft:empty
dita:id
vza1585613049811
lifecycle
latest
Product Category
Teradata® Vantage™
Message
Invalid operation on table %FSTR.
Explanation
This error message is reported when the user attempts to perform an update operation on a table which has been invalidated. This error can also be reported if a single table retrieve is being executed without specifying the READ OVERRIDE locking modifier.
Generated By
SUT modules.
For Whom
End User.
Notes
None
Remedy
Validate the table on which update operation has to be performed by executing a DELETE ALL operation on it or by dropping and creating it again. In case a single table retrieve operation is being performed, then specify the READ OVERRIDE locking modifier. The table can also be used after restoring it from backup.