Purpose
This statement is used to drop a profile.
Syntax
DROP PROFILE profile_name
Parameters
| Parameter | Description |
|---|---|
| profile_name | The name of the profile to be dropped. |
Examples
Create a profile named
profile1.obclient> CREATE PROFILE profile1 LIMIT FAILED_LOGIN_ATTEMPTS 5 PASSWORD_LOCK_TIME 1 PASSWORD_LIFE_TIME 60;Drop the
profile1profile.obclient> DROP PROFILE profile1;
