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 are the different Levels of Auditing ?

1 Answers  


How can you Enforce Refrencial Integrity in snapshots ?

1 Answers  


What are the roles and user accounts created automatically with the database ?

1 Answers  


what is the step for rmanbackup?

1 Answers  


How can we specify the Archived log file name format and destination ?

2 Answers  






What is the use of ANALYZE command ?

3 Answers  


How can you enable automatic archiving ?

2 Answers  


What is a trace file and how is it created ?

2 Answers  


What is Privilege Auditing ?

1 Answers  


What is Object Auditing ?

2 Answers  


When will the data in the snapshot log be used ?

2 Answers  


What are the steps to switch a database's archiving mode between NO ARCHIVELOG and ARCHIVELOG mode ?

1 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)