Example: Using RCC_ConfigurationV - Advanced SQL Engine - Teradata Database

Data Dictionary

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
Published
January 2021
Language
English (United States)
Last Update
2021-01-22
dita:mapPath
prb1610499325399.ditamap
dita:ditavalPath
hoy1596145193032.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
      .         .           .
      .         .           .