Discussions
Categories
- 17.9K All Categories
- 3.4K Industry Applications
- 3.3K Intelligent Advisor
- 62 Insurance
- 536.1K On-Premises Infrastructure
- 138.2K Analytics Software
- 38.6K Application Development Software
- 5.7K Cloud Platform
- 109.4K Database Software
- 17.5K Enterprise Manager
- 8.8K Hardware
- 71.1K Infrastructure Software
- 105.2K Integration
- 41.6K Security Software
Introducing "view definition" permission

Emad Al-Mousa
Member Posts: 716 Bronze Trophy
If you are a DBA and you want to restrict your developer in QA environment for example , you don't want to provide him with schema account access for the purpose to view SQL code definition for tables, views, procedures, triggers,...etc. currently if you are NOT the object owner you can't view the SQL definition of the object. So, introducing "view definition" system role will be very nice and helpful.
Comments
-
Doesn't SELECT or READ already do that?