fixes bug#AL-1634

dev: Valdevir
qua: 

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@114968 d1611594-4594-4d17-8e1d-87c2c4800839
master
julio 2022-10-26 17:15:46 +00:00
parent aa83122655
commit cbfd1acf1f
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ declare
pragma exception_init (except_00955 , -00955); pragma exception_init (except_00955 , -00955);
pragma exception_init (dup_val_on_index , -00001); pragma exception_init (dup_val_on_index , -00001);
begin begin
execute immediate 'CREATE SEQUENCE "REDONDEO_ORGAOCONCEDENTE_SEQ" MINVALUE 1 MAXVALUE 999999999999999999 INCREMENT BY 1 START WITH 121 CACHE 20 NOORDER NOCYCLE NOKEEP NOSCALE GLOBAL'; execute immediate 'CREATE SEQUENCE "REDONDEO_ORGAOCONCEDENTE_SEQ" MINVALUE 1 MAXVALUE 999999999999999999 INCREMENT BY 1 START WITH 1 CACHE 20 NOORDER NOCYCLE';
exception exception
when dup_val_on_index then null; when dup_val_on_index then null;
when except_00955 then null; when except_00955 then null;