SQL*Plus User's Guide and Reference

Contents Index Home Previous Next

Roles

To provide for the security of your database tables in Oracle7 using SQL commands, you can create and control access to roles. By creating a role and then controlling who has access to it, you can ensure that only certain users have access to particular database privileges.

Overview

Roles are created and used with the SQL CREATE, GRANT, and SET commands:

For more information about roles, see your Oracle7 Server SQL Language Reference, your Oracle7 Server Administrator's Guide, and your Oracle7 Server Concepts Manual.


Contents Index Home Previous Next