bug#18447

dev:wilian
qua:

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@100689 d1611594-4594-4d17-8e1d-87c2c4800839
master
wilian 2020-03-12 15:54:22 +00:00
parent 6d00eafaf1
commit 1411c9d44c
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
declare
object_exists exception;
pragma exception_init (object_exists , -00955);
begin
execute immediate 'UPDATE CONSTANTE SET ACTIVO=1 WHERE NOMBCONSTANTE = ''COPIAR_BLOQUEIOS_SERVICOS_EXTRAS''';
exception when object_exists then null;
end;