InterviewSolution
Saved Bookmarks
| 1. |
Can A Role Be Used To Define Privileges To Access Database Objects Of Another Schema In Procedures And Functions? |
|
Answer» Database objects of another schema cannot be accessed in a procedure or FUNCTION through roles; however, explicit privileges have to be GRANTED to the USER for those database objects. Database objects of another schema cannot be accessed in a procedure or function through roles; however, explicit privileges have to be granted to the user for those database objects. |
|