bug#20656
dev:wilian qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@104233 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
3b9a2fd232
commit
9ad0d3bd7b
|
@ -1,12 +1,14 @@
|
|||
declare
|
||||
object_exists exception;
|
||||
pragma exception_init (object_exists , -00955);
|
||||
except_00904 exception;
|
||||
|
||||
pragma exception_init (object_exists , -01430);
|
||||
pragma exception_init (except_00904 , -00904);
|
||||
begin
|
||||
execute immediate 'ALTER TABLE EMPRESA drop column INDPRECIOPORDEMANDA';
|
||||
execute immediate 'ALTER TABLE EMPRESA drop column INDPRECIOPORDEMANDA';
|
||||
exception
|
||||
when object_exists then null;
|
||||
when except_01451 then null;
|
||||
when except_01442 then null;
|
||||
when object_exists then null;
|
||||
when except_00904 then null;
|
||||
end;
|
||||
/
|
||||
declare
|
||||
|
|
Loading…
Reference in New Issue