Home
Oracle PL / SQL
Aggregate Functions
Analytical Functions
Char Functions
Constraints
Conversion Functions
Cursor
Data Type
Date Timezone
Hierarchical Query
Index
Insert Delete Update
Large Objects
Numeric Math Functions
Object Oriented Database
PL SQL
Regular Expressions
Report Column Page
Result Set
Select Query
Sequence
SQL Plus
Stored Procedure Function
Subquery
System Packages
System Tables Views
Table
Table Joins
Trigger
User Previliege
View
XML
Grant Permission « User Previliege « Oracle PL / SQL
Oracle PL / SQL
User Previliege
Grant Permission
1.
Create a user and grant the permission
2.
grant all on directory DirName to User
3.
Grant permission to system
4.
Grant update permission
5.
Column-Level Object Privileges
6.
add the additional ALL clause to a GRANT statement in order to grant all possible privileges
7.
Procedure, function, and package privileges: EXECUTE and DEBUG
8.
Materialized view privileges: SELECT and QUERY REWRITE
9.
Directory privileges: READ and WRITE
10.
grant one type or all types of privileges at once on any given object.
11.
Grant Permissions