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

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
Fix uninstall scripts
Fixing problem with uninstall script buffer overflow on DBMS_OUTPUT.
Reolves: #1220
  • Loading branch information
jgebal authored Jul 28, 2022
commit 4f944a6d223e9a5d037e42e97dad8c5e92e88b40
1 change: 0 additions & 1 deletion source/uninstall_objects.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
set echo off
set serverout on
declare
procedure drop_if_exists(a_object_type varchar2, a_object_name varchar2) is
l_count integer;
Expand Down