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.
2 parents 88a3559 + 3d2b483 commit ac3a31cCopy full SHA for ac3a31c
1 file changed
test/core.pkb
@@ -3,6 +3,9 @@ create or replace package body core is
3
procedure global_setup is
4
begin
5
ut3.ut_coverage.set_develop_mode(true);
6
+ --improve performance of test execution by disabling all compiler optimizations
7
+ execute_autonomous('ALTER SESSION SET PLSQL_OPTIMIZE_LEVEL=0');
8
+
9
execute_autonomous(
10
q'[create or replace package ut_transaction_control as
11
function count_rows(a_val varchar2) return number;
0 commit comments