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
SAGA Microservices support subprograms
AUTHID
DEFINER
Dependencies
ALL_PROCEDURES
DBMS_SAGA_ADM_SYS
SAGA$
AQ$_AGENT
DBMS_SAGA_LIB
SAGA_ERRORS$
AQ$JMS_TEXT_MESSAGE
DBMS_SYSTEM
SAGA_PARTICIPANT$
DBMS_AQ
DBMS_UTILITY
SAGA_PARTICIPANT_SET$
DBMS_ASSERT
PLITBLM
V$PARAMETER
DBMS_SAGA
Documented
No
First Available
23.1
Security Model
Owned by SYS with no privileges granted
The subprograms in this package are protected by an Accessible By clause.
dbms_saga_sys.process_notification(
recipient IN VARCHAR2,
sender IN VARCHAR2,
saga_id IN RAW,
opcode IN NUMBER,
coordinator IN VARCHAR2,
saga_timeout IN NUMBER,
saga_version IN NUMBER,
saga_spare IN VARCHAR2,
begin_time IN TIMESTAMP WITH TIME ZONE,
req_res IN CLOB);
dbms_saga_sys.saga_repl(
saga_id In RAW,
participant_name IN VARCHAR2,
coordinator_name IN VARCHAR2,
initiator_name IN VARCHAR2,
owner_shcmea IN VARCHAR2,
saga_timeout IN NUMBER,
saga_version IN NUMBER,
begin_time IN TIMESTAMP WITH TIME ZONE,
saga_opcode IN NUMBER,
saga_routine IN NUMBER);