System Monitoring and Diagnostics Guide for Siebel Business Applications > Querying System Log Files >

Displaying Saved Query Output


Use the following procedures to display results of one or more saved query commands to the screen. For a listing of saved queries, see Listing Log File Analyzer Queries and Run-time Details.

For more information on the query command, see Creating and Saving LFA Queries.

The Log File Analyzer (LFA) also saves query command output to text files. See Saving Log File Analyzer Output to Text Files for further information on this task.

To show saved query output to the screen

  • Enter:

    show query_name

    where:

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

Example:

show evtqry

This example displays the output from a previous query command named evtqry.

NOTE:  The LFA only displays queries saved to memory during a given session.

To show multiple saved query output to the screen

  • Enter:

    show query_name_1, query_name_2, ... , query_name_Nwhere:

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

Example:

show evtqry1, evtqry2

This example displays the output from two previous query commands named evtqry1 and evtqry2.

System Monitoring and Diagnostics Guide for Siebel Business Applications