The AskTOM team is taking a break over the holiday season, so we're not taking questions or responding to comments. Please have a happy and safe festive season and as always, thanks for being a member of the AskTOM community.
Thanks for the question, Kat.
Asked: April 24, 2017 - 3:26 am UTC
Last updated: April 25, 2017 - 9:19 am UTC
Version: 12.2.0.1
Viewed 1000+ times
begin dbms_scheduler.create_job( job_name=>'J_TEST_02', job_type=>'SQL_SCRIPT', job_action=><v_script>, credential_name=>'C_OS_ORA12C2_01', auto_drop=>false, enabled=>false ); end; v_scripts is my procedure. I test this job used a invalid job_action which like this "select 1+2 from dual;". begin dbms_scheduler.run_job( job_name=>'J_TEST_02', use_current_session=>false ); end; BUT when I check the user_scheduler_job_run_details, I found the record about run this job was SUCCEEDED. AND the col OUTPUT is SQL*Plus: Release 12.2.0.1.0 Production on Mon Apr 24 11:10:34 2017 Copyright (c) 1982, 2016, Oracle. All rights reserved. SQL> SP2-0640: Not connected SQL>
All of the vital components for a secure database are covered in the Security guide.