User System getting ORA-01031: insufficient privileges on alter trigger
the user system is getting "ORA-01031: insufficient privileges" on alter trigger commands on triggers owned by sys. I have explicitly granted "alter any trigger" and "create any trigger" to system (which already has these via the DBA role), yet still I get the ORA-01031 errors. Anyone know the reason for this?
0