ALTER PROFILE RENAME

Rename an existing profile.

Syntax

ALTER PROFILE name RENAME TO newname;

Parameters

name

The current name of the profile.

newname

The new name for the profile.

Privileges

Must be a superuser to alter a profile.

Examples

This example shows how to rename an existing profile.

ALTER PROFILE sample_profile RENAME TO new_sample_profile;

See Also