| COMPONENT_ID | NUMBER | NOT NULL | ID number of the database component building the report | 
| COMPONENT_NAME | VARCHAR2(30) | NOT NULL | Name of the database component building the report (for example, sqltunefor SQL Tuning Advisor) | 
| REPORT_ID | NUMBER | NOT NULL | ID number of the report type | 
| REPORT_NAME | VARCHAR2(30) | NOT NULL | Name of the report type | 
| FORMAT_NAME | VARCHAR2(30) | NOT NULL | Name of the report format | 
| DESCRIPTION | VARCHAR2(256) |  | Description of the report format | 
| TYPE | VARCHAR2(6) |  | Format type: 
XSLT- Reports generated by applying an XSLT stylesheet to XML data (for example, HTML reports)
Text- Reports generated by first applying an XSLT stylesheet to convert XML data to HTML, and then converting the HTML to formatted Text using the internal report HTML-to-text translation engine.
Custom- Custom formats implemented natively by report clients
 | 
| XSLT_FILENAME | VARCHAR2(500) |  | Name of the XSLT used for this format ( XSLTandTextformat types only) | 
| XSLT_DATA | XMLTYPE |  | XSLT data ( XSLTandTextformat types only) | 
| TEXT_LINESIZE | NUMBER |  | Maximum line size of the formatted text report ( Textformat types only) |