Procedure documentationWait Situations Locate this document in the navigation structure

 

In the SQL Locks user menu of the DBA Cockpit, you can find, among other things, a display of wait situations for exclusive locks (exclusive wait situations). Use this analysis in the following situation, for example: You have been monitoring tasks with the task state Vwait in the Task Manager for some time.

Procedure

Open the DBA Cockpit (transaction code DBACOCKPIT) and select   Performance   SQL Locks   Wait Situations  .

Result

The system displays a list of all current wait situations for SQL locks in the database.

Note Note

Exclusive locks mean that other users cannot access the locked entry. These locks can significantly interfere with the performance of the SAP system and the database system.

End of the note.

When you encounter SQL locks, be sure to find out which application is causing the locks. Using the Appl. ID in the wait situations display, you can identify the SAP work process that is holding the lock. Using the Global Work Process Overview (transaction SM66), you can get additional information, such as the user and the report. More information can also be found using a bottleneck analysis.

More Information

You can also use options provided in the Database Console for further analysis.

Concepts of the Database System, Locks