This command outputs the physical table name, field names and types, and indexes for the specified event log in the current isolated region. Optionally, the output also includes system-defined fields in the event log. For information about event logs, see About event logs.
The physical table name is the unique, system-defined name of the database table that contains the event log; see Logical vs. physical table names for further information.
Syntax
logconfig <logtablename> <showsystemfields>
Parameters
logtablename |
Name of event log. Enter an asterisk (*) to display all event logs.
|
showsystemfields |
Whether to output system-defined event log fields. Enter "y" to output system-defined fields or "n" to exclude system-defined fields. |