Grant for locking sys user on Oracle Database
I would like to know what GRANT is required to block the SYS user, as i have a common user in the database.
GRANT ALTER USER enabled me to block only the SYSTEM, but it returns the error ORA-01031: insufficient privileges when trying to block the SYS account.
I have also tried GRANT SYSOPER, but also without success.