Oracle DBMS_STREAMS_RPC_INTERNAL
Version 26ai

General Information
Library Note Morgan's Library Page Header
The best Oracle News for FY2026

Oracle Database 26ai will be available on generic Linux platforms in January and soon on AIX and Windows
Purpose Streams Remote Procedure Call Support

Streams was deprecated 03-Jan-2018 but this package still exists in 23ai but not installed by default
AUTHID DEFINER
Dependencies
DBMS_CAPTURE_ADM DBMS_FLASHBACK DBMS_STREAMS_RPC
DBMS_CAPTURE_ADM_INTERNAL    
Documented No
First Available Not known
Security Model Owned by SYS with no privileges granted
Source {ORACLE_HOME}/rdbms/admin/prvthsrp.plb
Subprograms
 
BUILD
Undocumented

Must be in archive log mode to use this procedure
dbms_streams_rpc_internal.build(frst_scn OUT NUMBER);
DECLARE
 scnVal NUMBER;
BEGIN
  dbms_streams_rpc_internal.build(scnVal);
  dbms_output.put_line(TO_CHAR(scnVal));
END;
/
37371961

PL/SQL procedure successfully completed.
 
GET_SYSTEM_CHANGE_NUMBER
Undocumented dbms_streams_rpc_internal.get_system_change_number(scn OUT NUMBER);
DECLARE
 scnVal NUMBER;
BEGIN
  dbms_streams_rpc_internal.get_system_change_number(scnVal);
  dbms_output.put_line(TO_CHAR(scnVal));
END;
/
37372733

PL/SQL procedure successfully completed.
 
WAIT_FOR_INFLIGHT_TXN
Undocumented dbms_streams_rpc_internal.wait_for_inflight_txn(current_scn IN NUMBER);
exec dbms_streams_rpc_internal.wait_for_inflight_txn(37372733);

PL/SQL procedure successfully completed.

Related Topics
Database Security
Built-in Functions
Built-in Packages
Advanced Queuing
DBMS_CAPTURE_ADM
DBMS_PROPAGATION_ADM
DBMS_RECOVERABLE_SCRIPT
DBMS_STREAMS
DBMS_STREAMS_ADM
DBMS_STREAMS_ADM_UTL_INT
DBMS_STREAMS_AUTH
DBMS_STREAMS_CONTROL_ADM
DBMS_STREAMS_PUB_RPC
DBMS_STREAMS_RPC
DBMS_STREAMS_TABLESPACE_ADM
What's New In 21c
What's New In 26ai

Morgan's Library Page Footer
This site is maintained by Daniel Morgan. Last Updated: This site is protected by copyright and trademark laws under U.S. and International law. © 1998-2026 Daniel A. Morgan All Rights Reserved