Syllabus
Schedule
Reading
Discussion
Project
Test
Resource
Tip

Review Questions for
Chapter 4
Profile, Password Polices, Privileges and Roles

  1. In Oracle, once a profile is assigned to a user, the profile cannot be revoked. (true/false).
  2. You can assign many profiles to a user (true/false). (Please test it by assigning several profiles to a user and see what happened.)
  3. You can drop a public role and recreate it with different privileges (true/false)
  4. What Oracle data dictionary view do you use to display a password policy for a specific user?
  5. Explain when and why you would use roles
  6. Using Oracle, produce a report that show which user if any is assigned any of the following roles DBA and SELECT_CATALOG_ROLE.
  7. List all object privileges granted to Oracle user OE (order Entry). OE is a user created by default installation of Oracle10g.
  8. Provide a scenario describing when you would provide the SELECT ANY TABLE privilege.