9.7.7.14 LIST USER
用途
LIST USER
コマンドは、ユーザーに指定した属性を表示します。
構文
LIST USER [name | filters] [attribute_list] [DETAIL]
使用上のノート
-
nameはユーザー名です。
-
filtersは、表示するユーザーを決定する式です。
-
attribute_listは、表示する属性です。
ALL
オプションを使用して、すべての属性を表示できます。 -
DETAIL
オプションは、各値の前に属性ディスクリプタを付けて、各行で出力を属性としてフォーマットします。
例
例9-77は、LIST USER
コマンドを示しています。
例9-77 LIST USERコマンドの使用
DBMCLI> LIST USER DETAIL
DBMCLI> LIST USER where name like 'jdoe' DETAIL
name: jdoe
roles: role=db_monitor
Privileges: object=dbserver
verb=list
attributes=all attributes
options= all options
親トピック: LIST