Skip to content

Commit 802846e

Browse files
committed
changed the way profiler tabs are installed as PL/SQL developer interprets @@
1 parent c389adf commit 802846e

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

source/core/coverage/install_profiler_tables.sql

Lines changed: 0 additions & 3 deletions
This file was deleted.

source/install.sql

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,12 @@ whenever oserror exit failure rollback
8282
@@core/ut_assert_processor.pks
8383
@@core/ut_assert_processor.pkb
8484

85+
--installing profiler tabs if they dont exist
86+
whenever sqlerror continue
87+
@@core/coverage/proftab.sql
88+
whenever sqlerror exit failure rollback
89+
8590
--gathering coverage
86-
@@core/coverage/install_profiler_tables.sql
8791
@@core/coverage/ut_coverage_sources_tmp.sql
8892
@@core/coverage/ut_coverage_helper.pks
8993
@@core/coverage/ut_coverage_helper.pkb

0 commit comments

Comments
 (0)