Which has the higher priority in your organization: Deploying a new database or securing the ones you already have?
Looking for a website, and resources, dedicated solely to securing Oracle databases? Check out DBSecWorx.
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);