Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2024 10:06 PM
It is not possible to block running specific commands.
You rather block it in different way e.g. only onwer of catalog, schema or table can grant privilege to object, so you restrict who can be owner.
If someone creates table , he become table owner ( so he can grant access) , so you can block table creation.