Application Express User's Guide > Oracle Application Express ... > HTMLDB_UTIL > EDIT_USER Procedure
EDIT_USER Procedure |
![]() Previous |
![]() Next |
This procedure enables a user account record to be altered. To execute this procedure, the current user must have administrative privileges in the workspace.
Syntax
EDIT_USER (
p_user_id NUMBER IN
p_user_name VARCHAR2 IN
p_first_name VARCHAR2 IN DEFAULT
p_last_name VARCHAR2 IN DEFAULT
p_web_password VARCHAR2 IN DEFAULT
p_new_password VARCHAR2 IN DEFAULT
p_email_address VARCHAR2 IN DEFAULT
p_start_date VARCHAR2 IN DEFAULT
p_end_date VARCHAR2 IN DEFAULT
p_employee_id VARCHAR2 IN DEFAULT
p_allow_access_to_schemas VARCHAR2 IN DEFAULT
p_person_type VARCHAR2 IN DEFAULT
p_default_schema VARCHAR2 IN DEFAULT
p_group_idS VARCHAR2 IN DEFAULT
P_DEVELOPER_ROLES VARCHAR2 IN DEFAULT
P_DESCRIPTION VARCHAR2 IN DEFAULTIN);
Parameters
Table: EDIT_USER Parameters describes the parameters available in the EDIT_USER procedure.
EDIT_USER Parameters
| Parameter | Description |
|---|---|
|
|
Numeric primary key of the user account |
|
|
Alphanumeric name used for login |
|
|
Informational |
|
|
Informational |
|
|
Clear text password |
|
|
Unused |
|
|
Unused |
|
|
Unused |
|
|
A list of schemas assigned to the user's workspace to which the user is restricted |
|
|
Unused |
|
|
A database schema assigned to the user's workspace, used by default for browsing |
|
|
Colon-separated list of numeric group IDs |
|
|
Colon-separated list of developer privileges (only ADMIN: has meaning to Application Express) |
|
|
Informational |