Entering content frame

Object documentation USERS Locate the document in the library structure

Definition

The system table USERS contains all database users.

Structure

USERS

OWNER

CHAR(32)

Name of the owner of the user

GROUPNAME

CHAR(32)

Name of the group

USERNAME

CHAR(32)

Name of the user

USERMODE

CHAR(8)

Class of the database user (SYSDBA | DBA | RESOURCE | STANDARD)

CONNECTMODE

CHAR(8)

Type of connection (MULTIPLE | SINGLE)

MAXTIMEOUT

FIXED(10)

Timeout value

COSTWARNING

FIXED(10)

COSTWARNING value

COSTLIMIT

FIXED(10)

COSTLIMIT value

DEFAULTCODE

CHAR(8)

Default value for code attribute

CREATEDATE

DATE(10)

Creation date of the user

CREATETIME

TIME(8)

Creation time of the user

ALTERDATE

DATE(10)

Change date of the user

ALTERTIME

TIME(8)

Change time of the user

PWCREADATE

DATE(10)

Creation date of the password

PWCREATIME

TIME(8)

Creation time of the password

SERVERDB

CHAR(18)

Name of the database instance

SERVERNODE

CHAR(64)

Name of the host of the database instance

USER_ID

FIXED(10)

ID of the user

ISREPLICATIONUSER

CHAR(3)

Indicates whether the user can control and monitor database replication (YES | NO)

COMMENT

LONG

Comment on the user

See also:

Evaluating System Tables, USERS

Concepts of the Database System, Database Users

Reference Manual, User Name (user_name)

 

Leaving content frame