Oracle DBMS_ISCHED_UTL
Version 26ai

General Information
Library Note Morgan's Library Page Header
The best Oracle News for FY2026

Oracle Database 26ai will be available on generic Linux platforms in January and soon on AIX and Windows
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);
exec dbms_isched_utl.check_object_privs('UW_JOB', USER, 'JOB', 'UWCLASS', 'TEST', TRUE, 1);

PL/SQL procedure successfully completed.

Related Topics
Built-in Functions
Built-in Packages
DBMS_ISCHED
DBMS_ISCHEDFW
DBMS_ISCHED_AGENT
DBMS_SCHEDULER
DBMS_SCHED_ARGUMENT_IMPORT
DBMS_SCHED_ATTRIBUTE_EXPORT
DBMS_SCHED_FILE_WATCHER_EXPORT
What's New In 21c
What's New In 26ai

Morgan's Library Page Footer
This site is maintained by Daniel Morgan. Last Updated: This site is protected by copyright and trademark laws under U.S. and International law. © 1998-2026 Daniel A. Morgan All Rights Reserved