Show TOC

dbm_shm_infoLocate this document in the navigation structure

Use

Use this command to display information about the shared memory of Database Manager.

Prerequisites

You have the server permission SharedMemoryAdmin.

Structure

dbm_shm_info [-p | - processlist]

Option

Description

-p | -processlist

Listing the processes of the current database

Result

OK

VERSION

Required <version_no>

Found <version_no>

LOCKING

Lock <status>

Reserve lock <status>

Locking process <pid>

PROCESSES

<pid> <state>

<pid> <state>

<pid> <state>

...

[PERSISTENCE

<error_message>]

Value

Description

Required <version_no>

The shared memory version expected by the system

Found <version_no>

Actual version of the shared memory

Lock <status>

Reserve lock <status>

Lock status

Possible values are: LOCKED | UNLOCKED

Locking process <pid>

ID of the locking process

<state>

Status of the process

Possible values are: ALIVE | DEAD | UNKNOWN

ALIVE: the process is working

DEAD: the process is not in the operating system's process list

UNKNOWN:the status of the process could not be determined

<error_message>

Message text

More Information

Glossary, Shared Memory