Use Application Profiling mode to view a graphical representation of the connections participating in the deadlock. Application Profiling mode also provides a Connection Blocks tab that provides additional information about the blocked connections.
Prerequisites
This lesson assumes that you have the roles and privileges listed in the Privileges section at the start of this tutorial: Tutorial: Diagnosing deadlocks.
This lesson assumes that you have completed all preceding lessons. See Lesson 1: Setting up the database.
Open the analysis file created during the tracing session as follows:
In Sybase Central, click Application Profiling » Open Analysis File or Connect to a Tracing Database.
Click In a tracing database.
Click Open.
In the User ID field, type DBA.
In the Password field, type sql.
In the Action dropdown list, click Connect to a running database on this computer.
In the Database name field, type app_profiling.
Click Connect.
View the graphical representation of the deadlock as follows:
In the Application Profiling Details pane, click the Status tab and choose the most recent ID from the Logging Session ID list.
If the Application Profiling Details pane does not appear, click View » Application Profiling Details.
At the bottom of the Application Profiling Details pane, click the Deadlocks tab. The most recent deadlock appears. Click the Deadlock list to view additional deadlocks.
The following image shows how the UPDATE statements created a deadlock condition.
Each connection involved in the deadlock is represented by a table with the following fields:
Connection name The user ID that opened the connection.
SQL statement The statement involved in the deadlock. In this case, the deadlock was caused by the UPDATE statements that are found in the procedures you executed from each instance of Interactive SQL.
Owning connection ID The ID of the connection that blocked the current connection.
Record ID The ID of the row that the current connection is blocked on.
Rollback operation count The number of operations that must be rolled back as a result of the deadlock. In this case, the procedures contained only the UPDATE statements, so the count is 0.
To view additional deadlock information, such as how often they occur and how long they last, use the Connection Blocks tab as follows:
In the Application Profiling Details pane, click the Database Tracing Data tab.
Click the Connection Blocks tab, just above the Database Tracing Data tab.
The Connection Blocks tab appears, displaying the block time, unblock time, and duration of each blocked connection.
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2014, SAP AG or an SAP affiliate company. - SAP Sybase SQL Anywhere 16.0 |