DBA Data[Home] [Help]

SYS.DBMS_FEATURE_XSTREAM_OUT dependencies on DBA_APPLY

Line 30: from dba_apply where UPPER(purpose) = 'XSTREAM OUT';

26: from dba_capture where UPPER(purpose) = 'XSTREAM OUT' and
27: UPPER(capture_type) = 'DOWNSTREAM';
28:
29: select decode (count(*), 0, 0, 1) into num_apply
30: from dba_apply where UPPER(purpose) = 'XSTREAM OUT';
31:
32:
33: total_feature_usage := num_capture + num_apply;
34: