Skip Headers

Oracle9i SQL Reference
Release 2 (9.2)

Part Number A96540-01
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback

Go to previous page Go to beginning of chapter Go to next page

SQL Statements: CREATE TYPE to DROP ROLLBACK SEGMENT, 24 of 26


DROP PROFILE

Purpose

Use the DROP PROFILE statement to remove a profile from the database.

See Also:

Prerequisites

You must have the DROP PROFILE system privilege.

Syntax

drop_profile::=

Text description of statements_860.gif follows
Text description of drop_profile


Keywords and Parameters

profile

Specify the name of the profile to be dropped.

Restriction on dropping profiles: 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.

Example

Dropping a Profile: Example

The following statement drops the profile app_user (created in "Creating a Profile: Example"):

DROP PROFILE app_user CASCADE; 

Oracle drops the profile app_user and assigns the DEFAULT profile to any users currently assigned the app_user profile.


Go to previous page Go to beginning of chapter Go to next page
Oracle
Copyright © 1996, 2002 Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents
Go To Index
Index

Master Index

Feedback