In Oracle, is sysman is the most powerful user or are there other equally privileged users?
|
feedback
|
|
Any user with SYSDBA privilege is your "most powerful" user. They are on equal footing. The owner of the data dictionary, SYS, is the "classic" superuser in Oracle. BTW, SYSMAN is not a SYSDBA user by default:
If you are able to use OS authentication, it overrides password authentication:
| |||||||
feedback
|