Skip to content

Commit

Permalink
feat: increase backup source view size (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrwils authored Feb 12, 2024
1 parent 34e03fa commit 75a36c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ create or replace package body iitd_lb_support_pkg as
and type = source_type
order by line;
existing_source clob;
view_text varchar2(4000);
view_text varchar2(32000);
begin
dbms_lob.CREATETEMPORARY(existing_source, true);
if (upper(source_type) = 'VIEW') then
Expand Down

0 comments on commit 75a36c9

Please sign in to comment.