Insufficient privs error when trying to enable job
Version "Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production Version 19.20.0.0.0"
I am proxied into a schema account and attempting to enable a job that the account owns using DBMS_SCHEDULER.ENABLE procedure. I am getting the error below. This account has CREATE JOB granted directly to it and not via a role. I am also tried granting MANAGE SCHEDULER to this account and it does not fix.
ORA-27486: insufficient privileges
ORA-06512: at "SYS.DBMS_ISCHED", line 3215
ORA-06512: at "SYS.DBMS_SCHEDULER", line 3035
ORA-06512: at line 1
27486. 00000 - "insufficient privileges"