Teradata Database Message 9432 - 9432 - Analytics Database - Teradata Vantage

Analytics Database Messages

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
15.xx,16.xx,17.xx
Published
June 2022
ft:locale
en-US
ft:lastEdition
2023-01-05
dita:mapPath
sfx1628096178347.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-1096
lifecycle
latest
Product Category
Teradata Vantageā„¢
Message
Immediately alter table to have a unique primary index.
Explanation
The user created a USI on the same column set as the NUPI either through ALTER TABLE adding a new PK constraint or through CREATE UNIQUE INDEX. This results in the CREATE TABLE definition in SHOW TABLE being not valid.
Generated By
OPD.
For Whom
End User.
Notes
The request is still processed despite the warning.
Remedy
User needs to alter/recreate table using UPI instead of NUPI.