racli alter db_user_profile

Modifies database user profile limits.

Syntax

alter db_user_profile --profile_name=PROFILE_NAME --resource_name {PASSWORD_LIFE_TIME|PASSWORD_VERIFY_FUNCTION} --resource_value {value|function_file}

Options

--profile_name

Specifies the name of the database profile.

--resource_name

Specifies resource name to modify. Valid values are PASSWORD_LIFE_TIME | PASSWORD_VERIFY_FUNCTION.

--resource_value

Specifies the value to set for the resource. For PASSWORD_LIFE_TIME, provide the number of days (1-999). For PASSWORD_VERIFY_FUNCTION, provide the name of an existing function. The function name must contain only alphanumeric characters and the symbols _, $, and #, must end with ##, and must be no longer than 128 characters.