Oracle8i SQL Reference Release 3 (8.1.7) Part Number A85397-01 |
|
SQL Statements:
CREATE SYNONYM to DROP ROLLBACK SEGMENT, 29 of 31
Use the DROP
PROFILE
statement to remove a profile from the database.
See Also:
|
You must have the DROP
PROFILE
system privilege.
profile
Specify the name of the profile to be dropped.
Restriction: You cannot drop the DEFAULT
profile.
CASCADE
Specify CASCADE
to deassign the profile from any users to whom it is assigned. Oracle automatically assigns the DEFAULT
profile to such users. You must specify this clause to drop a profile that is currently assigned to users.
DROP
PROFILE
Example
The following statement drops the profile engineer
:
DROP PROFILE engineer CASCADE;
Oracle drops the profile engineer
and assigns the DEFAULT
profile to any users currently assigned the engineer
profile.
|
![]() Copyright © 1996-2000, Oracle Corporation. All Rights Reserved. |
|