bug#10896

dev:wallace
qua:julio

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@81214 d1611594-4594-4d17-8e1d-87c2c4800839
master
julio 2018-04-20 14:38:33 +00:00
parent 3a1f1ff3b5
commit 69bab03158
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
declare declare
object_exists exception; object_exists exception;
pragma exception_init (object_exists , -01408); pragma exception_init (object_exists , -00955);
begin begin
execute immediate 'CREATE INDEX IDX_FISCAL_FISCO ON FISCAL_ENVIO_FISCO (NUMSERIE20, DATAMOV) COMPRESS'; execute immediate 'CREATE INDEX IDX_FISCAL_FISCO ON FISCAL_ENVIO_FISCO (NUMSERIE20, DATAMOV) COMPRESS';
exception when object_exists then null; exception when object_exists then null;