FSN#33826 QA bevinding

svn path=/Database/trunk/; revision=26405
This commit is contained in:
Peter Feij
2015-09-21 07:48:34 +00:00
parent f00d3027f5
commit 1c2e75ae34

View File

@@ -127,9 +127,9 @@ AS
EXCEPTION
WHEN OTHERS
THEN
IF SQLCODE IN (-942, -1418, -2289, -4043, -4080, -2443)
IF SQLCODE IN (-904, -942, -1418, -2289, -4043, -4080, -2443)
THEN
-- did not exist, voor table, view, index, sequence, object and trigger, constraint
-- did not exist, voor identifier (column) table, view, index, sequence, object and trigger, constraint
DBMS_OUTPUT.put_line ('Not found, not altered: ' || n);
NULL;
ELSIF SQLCODE IN (-955, -1442)