What roles, system, or object privileges come in the default DBA role (12c)?
I am tasked to find the permissions that Oracle ships for the DBA role. Yes, I know it's being deprecated, and that one might query the dba_role_privs, dba_sys_privs, etc. In my situation, that DBA has far more permissions than needed. In order to create a replacement role, we're looking to find and build upon what Oracle ships out of the box. I'm in the process of acquiring a sandbox, in order to install an Oracle server, then create a database, just to query the views -- talk about reinventing the wheel TIA.