InterviewSolution
Saved Bookmarks
| 1. |
What Is A Realm? |
|
Answer» A realm is a functional grouping of database SCHEMAS,objects and roles that must be secured.After grouping we can USE realms to control the use of SYSTEM privileges to specific ACCOUNTS or roles. This provides fine-grained access control. A realm is a functional grouping of database schemas,objects and roles that must be secured.After grouping we can use realms to control the use of system privileges to specific accounts or roles. This provides fine-grained access control. |
|