DBA Data[Home] [Help] [Dependency Information]


VIEW: SYS.USER_PASSWORD_LIMITS

Object Details
Object Name: USER_PASSWORD_LIMITS
Object Type: VIEW
Owner: SYS
Subobject Name:
Status: VALID

Display password limits of the user

[View Source]

Columns
Name Datatype Length Mandatory Comments
RESOURCE_NAME VARCHAR2 (32) Yes Resource name
LIMIT VARCHAR2 (128)
Limit placed on this resource
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT RESOURCE_NAME
,      LIMIT
FROM SYS.USER_PASSWORD_LIMITS;

Dependencies

[top of page]

SYS.USER_PASSWORD_LIMITS references the following:

SchemaSYS
TableOBJ$
TablePROFILE$
TablePROFNAME$
TableRESOURCE_MAP
TableUSER$
SYS.USER_PASSWORD_LIMITS is referenced by following:

SchemaPUBLIC
SynonymUSER_PASSWORD_LIMITS