Oracle DBMS_STREAMS_CONTROL_ADM
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 Undocumented part of Streams administration

Streams was deprecated 03-Jan-2018 but this package still exists in 23ai.
AUTHID DEFINER
Dependencies
DBMS_AQADM_SYSCALLS DBMS_XDBZ  
Documented No
First Available Not known
Security Model Owned by SYS with EXECUTE granted to XDB
Source {ORACLE_HOME}/rdbms/admin/prvthstr.plb
Subprograms
 
IS_SKIP_CAPTURE
Undocumented dbms_streams_control_adm.is_skip_capture RETURN BOOLEAN;
BEGIN
  IF dbms_streams_control_adm.is_skip_capture THEN
    dbms_output.put_line('T');
  ELSE
    dbms_output.put_line('F');
  END IF;
END;
/
F

PL/SQL procedure successfully completed.
 
RESUME_CAPTURE
Undocumented dbms_streams_control_adm.resume_capture;
exec dbms_streams_control_adm.resume_capture;

PL/SQL procedure successfully completed.
 
SKIP_CAPTURE
Undocumented dbms_streams_control_adm.skip_capture;
exec dbms_streams_control_adm.skip_capture;

PL/SQL procedure successfully completed.

Related Topics
Built-in Functions
Built-in Packages
DBMS_STREAMS
DBMS_STREAMS_ADM
DBMS_STREAMS_ADM_UTL_INT
DBMS_STREAMS_AUTH
DBMS_STREAMS_PUB_RPC
DBMS_STREAMS_RPC_INTERNAL
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