Hi, I have dbms_scheduler.run_job('blah') and it ran fine when I executed manually in SQL; however, I would like to execute this job within the trigger and it's not working. both, job and trigger are owned by SYS. Can someone please tell me what happened and solution? Thanks