Example: Using RCC_ConfigurationV - Advanced SQL Engine - Teradata Database

Data Dictionary

Product
Advanced SQL Engine
Teradata Database
Release Number
17.00
Published
June 2020
Language
English (United States)
Last Update
2020-10-15
dita:mapPath
yoz1556235523563.ditamap
dita:ditavalPath
lze1555437562152.ditaval
dita:id
B035-1092
lifecycle
previous
Product Category
Teradata Vantage™

The following SELECT statement selects event and processor information from the RCC_Configuration view:

SELECT EventNum, LogProcessor, PhyProcessor
       FROM RCC_ConfigurationV;

Result:

EventNum   LogProcessor    PhyProcessor
--------   ------------    ------------
      21        1           1-0
      75        1           1-0
      88        1           1-0
      .         .           .
      .         .           .
      21        2           1-2
      75        2           1-2
      .         .           .
      .         .           .