Creating and Altering User Profiles
User profiles: ------------------ Specifying a Profile. You also specify a profile when you create a user. A profile is a set of limits on database resources and password access to the database. If no profile is specified, then the user is assigned a default profile. Views: DBA_PROFILES This view contains info about the profiles SQL> desc dba_profiles Name Null? Type ---------------------------------------------------- -------- ------------------------------------ PROFILE NOT NULL VARCHAR2(128) RESOURCE_NAME ...