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

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removed commented code.
  • Loading branch information
jgebal committed Apr 17, 2019
commit db8ef50f2fe784bc74dd6cbadcae459a6c998811
9 changes: 0 additions & 9 deletions source/core/output_buffers/ut_output_buffer_tmp.sql
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,6 @@ begin
overflow nologging initrans 100
';
execute immediate v_table_sql;
-- begin
-- execute immediate
-- v_table_sql || 'lob(text) store as securefile ut_output_text(retention none enable storage in row)';
-- exception
-- when e_non_assm then
-- execute immediate
-- v_table_sql || 'lob(text) store as basicfile ut_output_text(pctversion 0 enable storage in row)';
--
-- end;
end;
/

Expand Down