|
An Oracle database object privilege is a permission granted to an Oracle database user or role to perform some action on a database object. These object privileges include SELECT, INSERT, UPDATE, DELETE on tables and views and EXECUTE on procedures, functions, packages, and Java objects. They can be granted using Oracle Portal or using Oracle commands. A schema-level privilege is granted to a Oracle Portal user or group to perform some action on a schema, for example, inserting rows in any table in the schema or modifying the definition of objects in the schema. You can grant privileges at the object or schema level. Object-level privileges are granted on an object-by-object basis and apply only to Oracle database user accounts or roles. Schema level privileges are granted on a schema-by-schema basis and apply to Oracle Portal users or groups. To grant schema-level privileges, you must have either:
To grant privileges on a database object, you must have Manage privileges on the schema where the object is stored. |
|
To grant an object-level privilege using the database objects navigator: |
|
|
To grant schema-level privileges to a Oracle Portal user or group: |
|
|
Notes |
|
|
|
|