InterviewSolution
Saved Bookmarks
| 1. |
Which Data Dictionary View Will Give The Owner Name Along With The Privileges On A Schema Object? |
|
Answer» The USER_TABS_PRIVS data DICTIONARY view gives the LIST of SYSTEM and object privileges on the object ALONG with the owner name of the object. The USER_TABS_PRIVS data dictionary view gives the list of system and object privileges on the object along with the owner name of the object. |
|