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 support package for application continuity that allows an application to manage transaction monitoring and replay for select-only transactions.
Asks server to check status of last action and prepare for a replay
dbms_app_cont_prvt.prepare_replay(
client_ltxid IN RAW,
attempting_replay IN BOOLEAN,
commit_on_success IN BOOLEAN,
call_fncode IN BINARY_INTEGER,
sql_text IN VARCHAR2,
committed OUT BOOLEAN,
embedded OUT BOOLEAN,
signature_flags IN NUMBER := NULL,
client_signature IN NUMBER := NULL,
server_signature IN NUMBER := NULL,
signature_version IN NUMBER := 0);