onmode and m arguments: Switch to multi-user mode (SQL administration API)

Use the onmode and m arguments with the admin() or task() function to change the database server to multi-user mode.

Syntax

EXECUTE FUNCTION
admin task
(
"onmode" ,"m"
) ;

Usage

Use this function to bring the database server online from quiescent mode or from administration mode.

This function is equivalent to the onmode -m command.

Example

The following example changes the server to multi-user mode:
EXECUTE FUNCTION task("onmode","m");