Teradata Database Message 3804 - 3804 - 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
View '%VSTR' already exists.
Explanation
The user tried to create a table, view, macro, trigger, procedure or function and a view with that name already existed. This error occurs on the CREATE TABLE, VIEW, MACRO, TRIGGER, PROCEDURE or FUNCTION statement. (As a special case this error can also be caused by two REPLACE VIEW statements issued at the same time from two different sessions: If both sessions try to replace the same view in the same user or database, and the view does not already exist, then they will both try to create the view, and one of the sessions will get this error).
Generated By
RES and OPT modules.
For Whom
End User.
Notes
None
Remedy
Examine the Teradata SQL statement and verify that the request is correct. Change the statement to specify a different name and resubmit the request.