bug#18447
dev:wilian qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@100689 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
6d00eafaf1
commit
1411c9d44c
|
@ -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;
|
Loading…
Reference in New Issue