What is DBMS_AQADM_SYS.REGISTER_DRIVER
Hi All
Kindly, recently I can see many active sessions in my oracle database (11.2.0.4) running from DBMS_SCHEDULER module with action SYS.AQ$_PLSQL_NTFN_1603919103, when I open the related scheduled job I can see it's triggering stored procedure named as "DBMS_AQADM_SYS.REGISTER_DRIVER", and I can see 20 scheduled jobs doing the same
My question: what is this procedure is doing? is there is any impact if I disabled those scheduled jobs?
Thanks ...