8000 Fix uninstall scripts · utPLSQL/utPLSQL@4f944a6 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 4f944a6

Browse files
authored
Fix uninstall scripts
Fixing problem with uninstall script buffer overflow on DBMS_OUTPUT. Reolves: #1220
1 parent fc5c4af commit 4f944a6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/uninstall_objects.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
set echo off
2-
set serverout on
32
declare
43
procedure drop_if_exists(a_object_type varchar2, a_object_name varchar2) is
54
l_count integer;

0 commit comments

Comments
 (0)
0