Home > APEX_UTIL > EXPORT_USERS Procedure
When called from an page, this procedure produces an export file of the current workspace definition, workspace users, and workspace groups. To execute this procedure, the current user must have administrative privilege in the workspace.
Syntax
APEX_UTIL.EXPORT_USERS( p_export_format in VARCHAR2 DEFAULT 'UNIX')
Parameters
Table: EXPORT_USERS Parameters describes the parameters available in the EXPORT_USERS
procedure.
EXPORT_USERS Parameters
Parameter | Description |
---|---|
|
Indicates how rows in the export file will be formatted. Specify |
Example
BEGIN APEX_UTIL.EXPORT_USERS; END;