Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71b50f7 commit db8ef50Copy full SHA for db8ef50
1 file changed
source/core/output_buffers/ut_output_buffer_tmp.sql
@@ -36,15 +36,6 @@ begin
36
overflow nologging initrans 100
37
';
38
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
45
--- v_table_sql || 'lob(text) store as basicfile ut_output_text(pctversion 0 enable storage in row)';
46
---
47
--- end;
48
end;
49
/
50
0 commit comments