Fix uninstall scripts by jgebal · Pull Request #1221 · utPLSQL/utPLSQL
Fixing problem with uninstall script buffer overflow on DBMS_OUTPUT.
Resolves: #1220
Fixing problem with uninstall script buffer overflow on DBMS_OUTPUT. Reolves: #1220
Note that with serveroutput turned off, failure to drop a synonym is likely to get unnoticed. See the error handling in uninstall_synonyms.sql:
By the way, also this i := i + 1; should be put after execute immediate succeeds. Maybe it can also be fixed here. Mentioning any failures in the summaries ( dbms_output.put_line(i||' synonyms dropped');) could also be helpful.
jgebal
deleted the
jgebal-patch-1
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters