dba_users
最近更新时间: 2024-10-17 17:10:00
DBA_USERS描述了数据库的所有用户。
名称 | 类型 | 说明 |
---|---|---|
username | name | 用户名 |
user_id | oid | 用户的身份证号 |
password | text | 此列不建议,使用 AUTHENTICATION_TYPE 列 |
account_status | text | 帐户状态 |
lock_date | timestamp with time zone | 如果帐户状态被锁定,则锁定帐户的日期 |
expiry_date | timestamp with time zone | 账户到期日期 |
default_tablespace | text | 数据的默认表空间 |
temporary_tablespace | text | 临时表的默认表空间的名称或表空间组的名称 |
created | text | 用户创建日期 |
profile | name | 用户资源配置文件名称 |
initial_rsrc_consumer_group | text | 用户的初始资源使用者组 |
external_name | text | 用户外部名称 |