6.228 REPORT_COMPONENTS
REPORT_COMPONENTS
displays metadata about different database components offering reports in XML, HTML, or Text formats.
Reports are first generated in XML and can then be translated into HTML or Text formats, for supported report types. Each component generates one or more reports containing different types of content. You can request reports using the component's own PL/SQL interface (for example, DBMS_SQLTUNE
for SQL Tuning Advisor).
Column | Datatype | NULL | Description |
---|---|---|---|
|
|
|
ID number of the database component building the report |
|
|
|
Name of the database component building the report (for example, |
|
|
|
Component description |
|
|
|
ID number of the report type |
|
|
|
Name of the report type |
|
|
|
Description of the report type |
|
|
|
Filename of the XML schema for the report (optional) |
|
|
|
XML schema for this report (optional) |
See Also:
Oracle Database PL/SQL Packages and Types Reference for more information about the DBMS_SQLTUNE
package