Oracle
Enterprise Manager Oracle Trace Developer's Guide Release 1.4.0 A53697_01 |
|
The Oracle Trace components include files, images, processes, and interfaces. The relationships between these components are shown in Figure A-1.
Oracle Trace uses several files to manage data collections. The formats of these files are internal. All access to files is performed by Oracle Trace on behalf of the user.
describes which processes are available to participate in collections (process.dat has been renamed to facility.dat in Oracle8)
describes active collections
describes registration IDs associated with processes. See Chapter 4, Advanced Topics, for information on registration IDs.
product definition file that describes the data that can be collected for an application
product hierarchy definition file that describes relationships between events
collection definition file that describes a collection
data collection file that contains event data
Oracle Trace installs the following images:
command-line interface for managing collections
creates Oracle Trace administrative files
formats collected data into an Oracle database
produces formatted text output of collected data
Oracle Trace does not have any dedicated processes. Any process running an application instrumented with the Oracle Trace API can participate in an Oracle Trace collection. The application uses the API to call the Oracle Trace collection services that perform all access to the Oracle Trace files.
Oracle Trace provides two interfaces on the server for managing the collection of data.
call interface that allows you to manage the collection through the epc_collect and epc_cancel routines
command-line interface that allows you to start and stop collections
|
Copyright © 1997 Oracle Corporation. All Rights Reserved. |
|