Application Express User's Guide > Oracle Application Express ... > HTMLDB_UTIL > EXPORT_USERS Procedure
EXPORT_USERS Procedure |
Previous |
Next |
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
HTMLDB_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 HTMLDB_UTIL.EXPORT_USERS; END;