Entering content frame

Procedure documentation Creating DBM Operators Locate the document in its SAP Library structure

Use

You create a DBM operator with the operator name and operator password specified in <user_name> and <password>.

Note

For information about the length and permitted characters for user names, see also: Database Manager Operators (DBM Operators).

At first, this operator has no server authorizations. You must explicitly assign these to the operator (Changing the DBM Operator Data).

Alternatively, you can also specify a <template_user>, from which all authorizations, but not operator name and operator password are then copied. (See also: Authorizations of a DBM Operator)

Prerequisites

You have the server authorization UserMgm.

Syntax

user_create <user_name>,<password> [<template_user>]

Example

Log on to the Database Manager CLI as operator DBM with the password DBM, create a connection to the database instance myDB, create the DBM operator MEYER with the password secret and the authorizations of the operator DBM

dbmcli –u DBM,DBM –d myDB user_create Meyer,secret DBM

Reply

The system displays an OK message.

In the event of errors, see Reply Format.

 

Leaving content frame