We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45df996 commit 2969a12Copy full SHA for 2969a12
test/migration_test/test_migration.pkb
@@ -89,6 +89,8 @@ end;
89
end;
90
91
procedure register_ut_v2_packages is
92
+ l_lines dbmsoutput_linesarray;
93
+ l_numlines integer;
94
pragma autonomous_transaction;
95
begin
96
dbms_output.put_line('register_ut_v2_packages');
@@ -97,6 +99,8 @@ end;
97
99
utSuite.add ('MIGRATION');
98
100
utPackage.add('MIGRATION', 'UT_BETWNSTR_NEW', samepackage_in => true);
101
utplsql.testsuite ('MIGRATION');
102
+
103
+ dbms_output.get_lines ( l_lines, l_numlines );
104
commit;
105
106
0 commit comments