DBA Data[Home] [Help]

SYS.DBMS_FEATURE_STATS_INCREMENTAL dependencies on DBMS_LOB

Line 64: dbms_lob.createtemporary(feature_info, TRUE);

60: 'turned off: ' || table_im_off || ', ' ||
61: 'Number of tables that have had statistics gathered in incremental mode: ' ||
62: stats_gathered_im;
63:
64: dbms_lob.createtemporary(feature_info, TRUE);
65: dbms_lob.writeappend(feature_info, length(tmp_buf), tmp_buf);
66:
67: END dbms_feature_stats_incremental;

Line 65: dbms_lob.writeappend(feature_info, length(tmp_buf), tmp_buf);

61: 'Number of tables that have had statistics gathered in incremental mode: ' ||
62: stats_gathered_im;
63:
64: dbms_lob.createtemporary(feature_info, TRUE);
65: dbms_lob.writeappend(feature_info, length(tmp_buf), tmp_buf);
66:
67: END dbms_feature_stats_incremental;