Purpose
You can use this statement to drop a profile.
Syntax
DROP PROFILE "profile_name";
Parameters
| Parameter | Description |
|---|---|
| profile_name | The name of the profile to be dropped. |
Examples
Drop the profile named profile1.
obclient> DROP PROFILE "profile1";
Query OK, 0 rows affected