Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit db8ef50

Browse files
committed
Removed commented code.
1 parent 71b50f7 commit db8ef50

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

source/core/output_buffers/ut_output_buffer_tmp.sql

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,6 @@ begin
3636
overflow nologging initrans 100
3737
';
3838
execute immediate v_table_sql;
39-
-- begin
40-
-- execute immediate
41-
-- v_table_sql || 'lob(text) store as securefile ut_output_text(retention none enable storage in row)';
42-
-- exception
43-
-- when e_non_assm then
44-
-- execute immediate
45-
-- v_table_sql || 'lob(text) store as basicfile ut_output_text(pctversion 0 enable storage in row)';
46-
--
47-
-- end;
4839
end;
4940
/
5041

0 commit comments

Comments
 (0)