Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions test/core.pkb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ create or replace package body core is
procedure global_setup is
begin
ut3.ut_coverage.set_develop_mode(true);
--improve performance of test execution by disabling all compiler optimizations
execute_autonomous('ALTER SESSION SET PLSQL_OPTIMIZE_LEVEL=0');

execute_autonomous(
q'[create or replace package ut_transaction_control as
function count_rows(a_val varchar2) return number;
Expand Down