Show TOC

Critical SectionsLocate this document in the navigation structure

Use

In the Current Status user menu, you will find a display of the accesses to the main memory structures.

Procedure

Open the Database Assistant (transaction DB50) or the liveCache Assistant (transaction LC10). Choose Start of the navigation path Current Status Next navigation step Critical Sections End of the navigation path.

The critical sections display is part of the DBA Cockpit and can therefore also be called as follows:

  1. Open DBA Cockpit (transaction DBACOCKPIT).

  2. The display options in DBA Cockpit vary depending on which SAP NetWeaver release you are using:

    • Choose Start of the navigation path Diagnosis Next navigation step Critical Sections End of the navigation path.

    • SAP NetWeaver 7.1: Choose Start of the navigation path Configuration Next navigation step Critical Sections End of the navigation path.

Result

The system displays an overview of the accesses to the main memory structures that are only used exclusively: Critical sections (synchronization objects, which are administered by special semaphores (also called regions)). You can see which thread (task) is accessing the corresponding main memory structure.

You can use these statistics to determine the cache activity and any resource conflicts that might exist. These conflicts can occur if a resource is requested more than once at a particular time.

If the number of conflicts is more than 10 % of all accesses, this indicates significant bottlenecks in your system.

Table 1: Explanation of the OMS Synchronization Objects

Synchronization object

Explanation

OMS2

Synchronization of the OMS heap

OMS3

Synchronization of the OMS monitor

OMS4

Synchronization of the unloading of versions

OMS5

Synchronization of the version directory

OMS6

Synchronization of the shared heap counter

OMS7

Synchronization of the stack heap counter

OMS8-OMS<n>

User-defined synchronization objects

More Information

Database Console

DBA Cockpit: SAP MaxDB, Critical Sections