IS it possible to copy status message in teradata?
(I don’t want to type them everytime, for example when I try to google the error message)
IS it possible to copy status message in teradata? (I don’t want to type
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Depending on the tool that you are using to query Teradata will determine how these messages are exposed to the end user:
If I recall correctly there is a table named DBC.ErrorText that also contains the tokenized error messages that you can query. Lastly, the Teradata Manuals have an entire book dedicated to Messages that includes the Teradata Database messages returned for errors.
Hope this helps.