I want to create an Oracle user who can grant references to other users.
Do I need to make him sysdba for that, or is there any other way?
Tell me more
×
Database Administrators Stack Exchange is a question and answer site for
database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.
|
|
||||
|
migrated from stackoverflow.com Feb 20 at 12:26
|
You don't need to grant
You just need to grant with admin option:
|
||||
|
|