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

Querying Log Files for Sessions


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

To query for events associated with a particular session

  • Enter:

    query query_name where session = session_ID

    where:

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

    session_ID = Session ID of interest in log files.

An example of this query command is as follows:

query sesqry where session = !1.15bc.c425.3f302b17

This command queries log files for events associated with session ID !1.15bc.c425.3f302b17 and saves the output to memory under the name sesqry.

System Monitoring and Diagnostics Guide for Siebel eBusiness Applications