We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a56fe7 commit 71b50f7Copy full SHA for 71b50f7
2 files changed
source/core/annotations/ut_trigger_check.pkb
@@ -16,8 +16,8 @@ create or replace package body ut_trigger_check is
16
limitations under the License.
17
*/
18
19
- g_is_trigger_live boolean := false;
20
- gc_check_object_name varchar2(128) := 'UT3_TRIGGER_ALIVE';
+ g_is_trigger_live boolean := false;
+ gc_check_object_name constant varchar2(128) := 'UT3_TRIGGER_ALIVE';
21
22
function is_alive return boolean is
23
pragma autonomous_transaction;
source/uninstall_objects.sql
@@ -1,4 +1,9 @@
1
set echo on
2
+
3
+drop trigger ut_trigger_annotation_parsing;
4
5
+drop synonym ut3_trigger_alive;
6
7
drop synonym be_between;
8
9
drop synonym have_count;
0 commit comments