Purpose
You can use this statement to drop a file.
Syntax
DROP PROFILE profile_name
Parameters
| Parameter | Description |
|---|---|
| profile_name | The name of the file to be dropped. |
Examples
Create a file named
profile1.obclient> CREATE PROFILE profile1 LIMIT FAILED_LOGIN_ATTEMPTS 5 PASSWORD_LOCK_TIME 1 PASSWORD_LIFE_TIME 60;Drop the file named
profile1.obclient> DROP PROFILE profile1;