9571I

9571I

9571I DATABASE REQUEST 'request' HAS BEEN PERFORMED

Written to:

SYSLOG, JESMSGLG.

Explanation:

The initiated BQL command LOCK | UNLOCK DATABASE was executed successfully. request describes the type of command (LOCK or UNLOCK)

System Action:

If the request is LOCK, the entire database is now locked. Commands that only read the database (for example, Select) continue to be processed, but the execution of commands that would cause a change to the database (for example, Insert, Update, etc.) is stopped. For the requestor of such a command, this means that he is shifted to the WAIT status until the release of the database, and can execute no other activities until then.

If the request is UNLOCK, the database is released again for working, i.e. the stopped requests (for example, Insert, Update, etc.) are carried out.

Operator Response:

None.