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.
dbms_streams_auto_int.ready_to_split_non_ccac(
canon_capture_name IN VARCHAR2,
split_threshold IN NUMBER,
canon_streams_name OUT VARCHAR2,
streams_type OUT NUMBER,
real_lag OUT NUMBER)
RETURN BOOLEAN;
dbms_streams_auto_int.split_streams(
canon_capture_name IN VARCHAR2,
canon_cloned_capture_name IN OUT VARCHAR2,
canon_streams_name IN VARCHAR2,
canon_cloned_streams_name IN OUT VARCHAR2,
streams_type IN NUMBER,
auto_merge_threshold IN NUMBER);
dbms_streams_auto_int.submit_split_merge_streams_job(
canon_capture_name IN VARCHAR2,
split_threshold IN NUMBER,
merge_threshold IN NUMBER,
sm_job_max_interval IN NUMBER,
is_starting IN BOOLEAN);