FSN#29567 Staartje voor 2015.1 en 2015.2: de create in lijn brengen met de update naar DB22 destijds (moet in 2 stappen want heeft nieuwe tryalter nodig)

svn path=/Database/trunk/; revision=24785
This commit is contained in:
Peter Feij
2015-04-13 11:43:18 +00:00
parent 009f0279f4
commit 1759ed263e
13 changed files with 45 additions and 12 deletions

View File

@@ -132,9 +132,9 @@ AS
-- did not exist, voor table, view, index, sequence, object and trigger, constraint
DBMS_OUTPUT.put_line ('Not found, not altered: ' || n);
NULL;
ELSIF SQLCODE IN (-955)
ELSIF SQLCODE IN (-955, -1442)
THEN
-- object already exist
-- object or not-null property already exist
DBMS_OUTPUT.put_line ('Already exists, not altered: ' || n);
NULL;
ELSE