ALTER END USER

Purpose

Use ALTER END USER to:

Prerequisites

The ALTER END USER system privilege is required to alter an end user except when an end user changes their own password.

Syntax

Description of the illustration alter_end_user.gif

Semantics

factor: Specify the external authenticator for the end user. Valid values are duo_push and oma_push.

Example

The following SQL statement unlocks the account and sets the schema HR for end user emma.

ALTER END USER emma ACCOUNT UNLOCK SCHEMA HR;