Ora High Load Capture Parameters
Ora High Load Capture Parameters
Parameter Files
A parameter file is a file that contains a list of initialization/configuration parameters and a value for each parameter. You specify parameters in a parameter file that reflect your particular configuration. High Load Capture supports the following two types of parameter files: Master Parameter Files Capture Connection Configuration Files
Dynamic Parameters
Some initialization parameters are dynamic, that is, they can be modified by altering their values in configuration file and sending USR2 signal to the running HLC application process.
Parameter Class
For each parameter, following paragraphs further describes the parameter and the effects of different settings.
LOG_ARCHIVE_GENERATIONS
Parameter type Mater Group Syntax Default value Parameter Class Integer None log_archive_generations => <value> 3 Static
LOG_ARCHIVE_SIZE
Parameter type Mater Group Syntax Default value Parameter Class Integer None log_archive_size => <value> 5242880 Static
SNMP_ACTIVE
Parameter type Mater Group Syntax Default value Parameter Class String None snmp_active => Y|N N Static
SNMP_TRAP_HOST
Parameter type Mater Group Syntax Default value Parameter Class String None snmp_trap_host => <name|ip> localhost Static
SNMP_TRAP_PORT
Parameter type Mater Group Syntax Default value Parameter Class Integer None snmp_trap_port => <port> 162 Static
SNMP_TRAP_COMMUNITY
Parameter type Mater Group Syntax Default value Parameter Class String None snmp_trap_community => <community> public Static
SNMP_TRAP_OID
Parameter type Mater Group Syntax Default value Parameter Class String None snmp_trap_oid => <community> No default value Static
SNMP_TRAP_PORT
Parameter type Mater Group Syntax Default value Parameter Class Integer None snmp_trap_port => <port> 162 Static
ACTIVE_FLAG/CONNECTION
Parameter type Mater Group Syntax Default value Parameter Class String CONNECTION active_flag => Y|N Y Dynamic
ACTIVATE_ON_STARTUP/CONNECTION
Parameter type Mater Group Syntax Default value Parameter Class String CONNECTION activate_on_startup => Y|N N Dynamic
ALERT_CAPTURE_CYCLE/CONNECTION
Parameter type Mater Group Syntax Default value Parameter Class Double CONNECTION alert_capture_cycle => <cycle> No default value Dynamic
Use ALERT_CAPTURE_CYCLE to set data collection cycle after alter event (caused by ALERT_THRESHOLD_ABS or ALERT_THRESHOLD_PCT parameter settings)
ALERT_CAPTURE_PERIOD/CONNECTION
Parameter type Mater Group Syntax Default value Parameter Class Double CONNECTION alert_capture_period => <period> No default value Dynamic
Use ALERT_CAPTURE_PERIOD to set period of data collection after alter event (caused by ALERT_THRESHOLD_ABS or ALERT_THRESHOLD_PCT parameter settings). During ALERT_CAPTURE_PERIOD data collection cycle is set to ALERT_CAPTURE_CYCLE, even if alert condition is no more active.
ALERT_SNMP_TRAP/CONNECTION
Parameter type Mater Group Syntax Default value Parameter Class String CONNECTION alert_snmp_trap => <Y|N> N Dynamic
ALERT_THRESHOLD_ABS/CONNECTION
Parameter type Mater Group Syntax Default value Parameter Class Double CONNECTION alert_threshold_abs => <period> No default value Dynamic
Use ALERT_THRESHOLD_ABS to set absolute alert threshold to evaluate every data item collected by capture connection. Upon alert event, special records recorded into capture log file and data collection period if altered from CYCLE to ALERT_CAPTURE_CYCLE value
ALERT_THRESHOLD_PCT/CONNECTION
Parameter type Mater Group Syntax Default value Parameter Class Double CONNECTION alert_threshold_pct => <period> No default value Dynamic
Use ALERT_THRESHOLD_PCT to set percent alert threshold to evaluate every data item collected by capture connection. Upon alert event, special records recorded into capture log file and data collection period if altered from CYCLE to ALERT_CAPTURE_CYCLE value
CAPTURE_GROUP/CONNECTION
Parameter type Mater Group Syntax Default value Parameter Class Integer CONNECTION capture_group => [ <cap_conn_cs_list>, ] No Default Value Dynamic
Use CAPTURE_GROUP to set list of capture connections (comma separated list) that can be controlled by triggering connection. If CAPTURE_GROUP is not set, triggering connection is controlling all capture connections.
CONNECTION
Parameter type Mater Group Syntax Default value Parameter Class Group None connection => {} No default value Dynamic
CONNECTION_TYPE/CAPTURE
Parameter type Mater Group Syntax Default value Valid Values Parameter Class String CAPTURE connection_type => <c_type> No default value capture, trigger Static
Use CONNECTION_TYPE parameter to define a type of the data collecting connection. Valid values are capture which defines connection that only collects data from the data source and trigger, which defines connection, that in addition to pure data collection is also capable of controlling other capture connections.
CHARTING_CONCENTRATOR_INDEX/CONNECTION
Parameter type Mater Group Syntax Default value Parameter Class Integer CONNECTION charting_concentrator_index => <index> No default value Dynamic
Use CHARTING_CONCENTRATOR_INDEX to set index of the data item in the row of collected data, that would be used by HLC GUI to group other columns. For example, in capture connection, that collectes absolute values of the SQL select EVENT, count(*), sum(WAIT_TIME) from v$sesison_wait group by event, to use EVENT (index 1) as charting concentrator, parameter needs to be set as: 'charting_concentrator_index' => '1'
CYCLE/CONNECTION
Parameter type Mater Group Syntax Default value Parameter Class Double CONNECTION cycle => <capture_cycle > No default value Dynamic
Use CYCLE to set length of the data capture cycle of capture connection
DATABASE/PARAMS
Parameter type Mater Group Syntax Default value Parameter Class Group PARAMS database => database => usr/pwd@tns No default value Static
Use DATABASE to define a connection string to be used by High Load Capture to connect to the database. Empty string instructs HLC to attempt to connect as SYSDBA; otherwise HLC would connect to database using provided username, password and database tnsnames alias.
DATA_SOURCE
Parameter type Mater Group Syntax Default value Parameter Class Group Connection data_source => {} No default value Dynamic
DELTA_FLAG/CONNECTION
Parameter type Mater Group Syntax Default value Parameter Class Integer CONNECTION delta_flag => <index> -1 Dynamic
Use DELTA_FLAG to set index of the data item in the row of collected data that would be used as a join column in delta collection mode to subtract results of current data sample from the results of the previous data sample. If DELTA_FLAG is set to -1 or not used, data collection is done in a absolute value mode
FILE/CONNECTION
Parameter type Mater Group Syntax Default value Parameter Class String CONNECTION file => <log_file_name> No default value Dynamic
FILTER_THRESHOLD_ABS/CONNECTION
Parameter type Mater Group Syntax Default value Parameter Class Double CONNECTION filter_threshold_abs => <period> No default value Dynamic
Use FILTER_THRESHOLD_ABS to set absolute filter threshold to evaluate every data item collected by capture connection and filter all rows where every data item is lower then parameter value.
NAME/CONNECTION
Parameter type Mater Group Syntax Default value Parameter Class String None name => <name> No default value Static
NAME/PARAMS
Parameter type Mater Group Syntax Default value Parameter Class Group PARAMS name => <external_name> No default value Static
Use NAME to define name of the external script of program to be executed by High Load Capture
NAME/DATA_SOURCE
Parameter type Mater Group Syntax Default value Valid Values Parameter Class String DATA_SOURCE name => <ds_type> No default value database, external Static
Use NAME parameter to define a type of the data source. Valid values are database which defined data source as a data retrieved from the database and external as a data retrieved from the external script or program
PARAMS/DATA_SOURCE
Parameter type Mater Group Syntax Default value Parameter Class Group DATA_SOURCE params => {} No default value Static
Use PARAMS to define a list of data source parameters bases on a data source type.
SQL/PARAMS
Parameter type Mater Group Syntax Default value Parameter Class Group PARAMS sql => <sql> No default value Static