Oracle
Enterprise Manager Oracle Trace Developer's Guide Release 1.4.0 A53697_01 |
|
This appendix describes the format database that Oracle Trace creates. To generate reports of the information in the database, you can use Developer/2000, Oracle Rally, or any other tool capable of accessing Oracle databases.
The following sections describe the datatypes that the Oracle Server uses to represent the datatypes supported by Oracle Trace. Also described are the tables in the database. The tables hold two types of data:
These tables are created using the vobsh command.
Table D-1 shows the Oracle representations of datatypes supported by Oracle Trace.
The tables described in this section show hold control information. Table D-2 maps the table names with their respective table number.
Note:
In previous versions of Oracle Trace, `product' was called `facility.' |
Table Name | Described in... |
---|---|
epc_collection |
|
epc_process |
|
epc_facility |
|
epc_event |
|
epc_item |
|
epc_event_item |
|
epc_facility_registration |
For each table, the datatype and size (if appropriate) of each column is provided, as well as a brief description of the column. Primary keys are in italics.
Table D-3 shows the Collection table (epc_collection).
Table D-4 shows the Process table (epc_process).
Table D-5 shows the Product table (epc_facility).
Table D-6 shows the Event table (epc_event).
Column Name | Datatype (Size) | Description |
---|---|---|
facility_number |
NUMBER (4) |
The product number |
facility_version |
VARCHAR2 (11) |
The product version |
event_number |
NUMBER (4) |
The event number |
event_name |
VARCHAR2 (16) |
The event name |
event_header |
VARCHAR2 (16) |
The name of the event as printed in the report header |
event_table_name |
VARCHAR2 (30) |
The name of the event table. See "Tables for Collected Event Data" for a description of how the name is derived. |
vendor |
NUMBER |
The vendor ID |
Table D-7 shows the Item table (epc_item).
Table D-8 shows the Event_Item table (epc_event_item).
Table D-9 shows the Product Registration table (epc_facility_registration).
A table for event data is created only if data has been collected for the event. The name for an event data table is derived using the following formula: v_vendor#_f_product#_e_event#_facver. Any periods in the product version are replaced with underscores.
For a point event data table, the item name is used as the column name in the table.
For a duration event data table, the suffixes _START and _END are added to the item names for items that are collected at event start time and event end time, respectively.
For example, an item named cpu_time has a column name of cpu_time in a point event data table. A similar item has a column name of cpu_time_start for data collected at event start time. A similar item has a column name of cpu_time_end for data collected at event end time.
In addition to product-defined events and process items, all event tables also include the columns described in Table D-10.
|
Copyright © 1997 Oracle Corporation. All Rights Reserved. |
|