REVOKE DBA FROM SYSTEM ( 9.2 ) ?
Hello All,
in a 9.2 database, is it safe for normal operations to revoke the DBA role from the SYSTEM account(revoke DBA from SYSTEM;) ? I realize SYSTEM may need to be a DBA for certain maintenance activities like running scripts to upgrade Oracle packages, etc. - but is DBA necessary if the SYSTEM account is not being used by anything like that ? Are there "background"-types of procedures whereby Oracle requires the SYSTEM account to ALWAYS be a DBA ?
Greg