ACE Director Alum Daniel Morgan, founder of Morgan's Library, is scheduling
complimentary technical Workshops on Database Security for the first 30
Oracle Database customers located anywhere in North America, EMEA, LATAM, or
APAC that send an email to
asra_us@oracle.com. Request a Workshop for
your organization today.
Purpose
Internal utility for DBMS_SCHEDULER
AUTHID
CURRENT_USER
Dependencies
DBMS_CHAIN_INVOKER
DBMS_SCHEDULER
SCHEDULER$_JOB_EVENT_HANDLER
DBMS_ISCHED
DBMS_SCHEDULER_LIB
Documented
No
Exceptions
Error Code
Reason
ORA-27454
invalid value <value> for attribute <attribute_name>
First Available
18c
Security Model
Owned by SYS with no privileges granted
Source
{ORACLE_HOME}/rdbms/admin/prvthisutl.plb
CHECK_OBJECT_PRIVS
Undocumented
dbms_isched_utl.check_object_privs(
object_name IN VARCHAR2,
object_owner IN VARCHAR2,
object_type IN VARCHAR2,
user IN VARCHAR2,
access IN VARCHAR2,
using IN BOOLEAN,
sys_privs IN BINARY_INTEGER);