System Monitoring and Diagnostics Guide for Siebel Business Applications > Querying System Log Files > Creating and Saving LFA Queries >

Querying Log Files for Literal Values


Use the following procedure to search log files for specific literal values. See Creating and Saving LFA Queries for other options of the Log File Analyzer (LFA) query command.

To query for a literal value

  • Enter:

    query query_name where literal = literal_value

    where:

    query_name = Query command output stored in memory under this name.

    literal_value = Literal value of interest in log files.

An example of this query command is as follows:

query litqry where literal = Parameter

This command queries log files for events associated with literal Parameter and saves the output to memory under the name litqry.

System Monitoring and Diagnostics Guide for Siebel Business Applications