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 agent support for DBMS_SCHEDULER
AUTHID
CURRENT_USER
Dependencies
DBMS_GSM_CLOUDADMIN
DBMS_ISCHED
DBMS_SCHEDULER
Documented
No
First Available
18c
Security Model
Owned by SYS with EXECUTE granted to GSMADMIN_INTERNAL
SQL> exec dbms_isched_agent.agent_install_post_steps;
BEGIN dbms_isched_agent.agent_install_post_steps;
END;
*
ERROR at line 1:
ORA-01031: insufficient privileges
ORA-06512: at "SYS.DBMS_ISCHED", line 9812
ORA-06512: at "SYS.DBMS_ISCHED_AGENT", line 56
ORA-06512: at line 1
dbms_isched_agent.get_agent_registration_info(
hash OUT VARCHAR2,
expiration_date OUT TIMESTAMP WITH TIME ZONE,
max_uses OUT BINARY_INTEGER,
fail_count OUT BINARY_INTEGER);
dbms_isched_agent.set_agent_registration_info(
hash IN VARCHAR2,
expiration_date IN TIMESTAMP WITH TIME ZONE,
max_users IN PLS_INTEGER,
fail_count IN PLS_INTEGER);