DBA Data[Home] [Help]

SYS.DBMS_FEATURE_SEGADV_USER dependencies on DBMS_LOB

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

51: 'Total Executions: ' || total_execs || ', ' ||
52: 'Total Recommendations: ' || total_recs || ', ' ||
53: 'Projected Space saving (byte): ' || total_space_saving;
54:
55: dbms_lob.createtemporary(feature_info, TRUE);
56: dbms_lob.writeappend(feature_info, length(tmp_buf), tmp_buf);
57:
58: END dbms_feature_segadv_user;

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

52: 'Total Recommendations: ' || total_recs || ', ' ||
53: 'Projected Space saving (byte): ' || total_space_saving;
54:
55: dbms_lob.createtemporary(feature_info, TRUE);
56: dbms_lob.writeappend(feature_info, length(tmp_buf), tmp_buf);
57:
58: END dbms_feature_segadv_user;