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

Skip to content

Commit c15f4c2

Browse files
committed
Improved performance of tests by changing runtime plsql_optimize_level=0
1 parent 392a949 commit c15f4c2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

test/core.pkb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ create or replace package body core is
33
procedure global_setup is
44
begin
55
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+
69
execute_autonomous(
710
q'[create or replace package ut_transaction_control as
811
function count_rows(a_val varchar2) return number;

0 commit comments

Comments
 (0)