DBA Data[Home] [Help]

SYS.DBMS_FEATURE_STATS_INCREMENTAL dependencies on DUAL

Line 27: FROM dual

23:
24: --whether global preference of incremental maintenance turned on
25: SELECT decode(count(*), 0, 'FALSE', 'TRUE')
26: INTO global_on
27: FROM dual
28: WHERE dbms_stats.get_prefs(im_preference) = 'TRUE';
29:
30: --# of tables with table level incremental maintenance preference
31: -- turned on