Oracle Database 26ai will be available on generic Linux platforms in January and soon on AIX and Windows
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);