bug#10896
dev:wallace qua:julio git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@81214 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
3a1f1ff3b5
commit
69bab03158
|
@ -1,6 +1,6 @@
|
|||
declare
|
||||
object_exists exception;
|
||||
pragma exception_init (object_exists , -01408);
|
||||
pragma exception_init (object_exists , -00955);
|
||||
begin
|
||||
execute immediate 'CREATE INDEX IDX_FISCAL_FISCO ON FISCAL_ENVIO_FISCO (NUMSERIE20, DATAMOV) COMPRESS';
|
||||
exception when object_exists then null;
|
||||
|
|
Loading…
Reference in New Issue