What are roles ? How can we implement roles ?

Answers were Sorted based on User's Feedback



What are roles ? How can we implement roles ?..

Answer / priya reddy

If a user wants to give some privileges to
another user or a group of users then they will create role
and they give this role to the users.let the privileges
be 'insert' and 'update' on 'emp' table then instead of
specifying them by their names they will create role which
inturn includes these methods. this role is further given
to the users.
If in futher if he wants to remove some
privilege given to the users, he can just alter the role
and remove that particular privilege such as he can remove
update from this created role..
Later the users cant do updations on that emp
table.but still can insert the values into that table.
Hence Roles are the easiest way to grant and
manage common privileges needed by different groups of
database users.Creating roles and assign each role to group
of users will simplify the job of assigning privileges to
individual users.

Is This Answer Correct ?    5 Yes 1 No

What are roles ? How can we implement roles ?..

Answer / kalaba

roles are a set of privilages that are been set to each
user profiles. v can create a default role and use the same
to a number of users.

Is This Answer Correct ?    6 Yes 2 No

Post New Answer

More Oracle Security Interview Questions

What is a profile ?

2 Answers  


What is Tablespace Quota ?

2 Answers  


What are the options available to refresh snapshots ?

2 Answers  


What dynamic data replication ?

2 Answers  


What are the benefits of distributed options in databases ?

1 Answers  






What are the database administrators utilities avaliable ?

2 Answers  


How can we reduce the network traffic ?

3 Answers   Keane India Ltd,


How to prevent unauthorized use of privileges granted to a Role ?

1 Answers  


How can you enable automatic archiving ?

2 Answers  


When will the data in the snapshot log be used ?

2 Answers  


What are Roles ?

2 Answers  


What is default tablespace ?

3 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)