Typically in a database you have many users.
The owner shcema that owns the objects, usually decides the privileges given to other users on the objects it owns.
Lets call the schema owner "OWNER" and suppose we have another user in the database called "READER".
For the user "READER" to be able to view the data in a table owned by "OWNER", the owner has to grant the reader select priviliges.
Similarly the owner can grant insert,update, delete, etc privileges on a certain object to other users in the database.
To take away a certain privilege from a user
Unless a user has select privileges on an object owned by another schema, or that object has a synonym created, the user will not be able to access that object.
| Title | Under | Posted on |
|---|---|---|
| Embed External page into peoplesoft | PeopleSoft Technical | 06/30/2009 - 3:43am |
| Information required on Peoplesoft SCM tables | PeopleSoft Functional | 06/29/2009 - 6:02am |
| How do I return multiple rows when using START WITH in an Oracle stored procedure? | SQL & PL/SQL | 06/09/2009 - 3:44pm |
| Staging table issues | PeopleSoft Functional | 06/07/2009 - 6:59pm |
Comments
Post new comment