As an Oracle geodatabase administrator, I have data owners who are competent when it comes to managing their datasets, tables, etc. in the geodatabase. One thing they can't do as data owners is manage any connections that may be locking any of their tables. Any time they need to do any sort of maintenance on their tables (changing a domain for example), they would need to reach out to me to remove locks.
It looks like data owners in Oracle may be able to be given ALTER SYSTEM privileges which would allow them to remove connections from the database (see this doc).
Would I be able to give data owners this one privilege without giving them a whole slew of other privileges? If so, could there be any drawbacks to granting ALTER SYSTEM privileges to a data owner?