InterviewSolution
| 1. |
Give Details On Application Context ? |
|
Answer» An APPLICATION context allows us to define a set of application attributes, usually a set of session environmental variables, that we can use to control an application's ACCESS to the DATABASE. Using application attributes we can SUPPLY relevant predicate values for fine-grained access control POLICY. An application context allows us to define a set of application attributes, usually a set of session environmental variables, that we can use to control an application's access to the database. Using application attributes we can supply relevant predicate values for fine-grained access control policy. |
|