Skip to content
Snippets Groups Projects
Commit 1d22d67b authored by Sebastien Ponce's avatar Sebastien Ponce
Browse files

Fixed the 2.1.15-0 stager upgrade script so that advanced queues are started (they were not)

parent c0c8863d
Branches
Tags
No related merge requests found
......@@ -225,6 +225,15 @@ BEGIN
DBMS_AQADM.CREATE_QUEUE('WAKEUPJOBREQSVC', 'CASTORQUEUETABLE');
DBMS_AQADM.CREATE_QUEUE('WAKEUPQUERYREQSVC', 'CASTORQUEUETABLE');
DBMS_AQADM.CREATE_QUEUE('WAKEUPSTAGEREQSVC', 'CASTORQUEUETABLE');
DBMS_AQADM.START_QUEUE('D2DREADYTOSCHEDULE');
DBMS_AQADM.START_QUEUE('TRANSFERREADYTOSCHEDULE');
DBMS_AQADM.START_QUEUE('TRANSFERSTOABORT');
DBMS_AQADM.START_QUEUE('WAKEUPBULKSTAGEREQSVC');
DBMS_AQADM.START_QUEUE('WAKEUPERRORSVC');
DBMS_AQADM.START_QUEUE('WAKEUPGCSVC');
DBMS_AQADM.START_QUEUE('WAKEUPJOBREQSVC');
DBMS_AQADM.START_QUEUE('WAKEUPQUERYREQSVC');
DBMS_AQADM.START_QUEUE('WAKEUPSTAGEREQSVC');
END;
/
 
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment