Se corrige plantilla SQL. Fixes bug#AL-4549

master
Fernando Abimael Alvarez Uc 2024-08-02 11:53:01 -06:00
parent e8d36de4c5
commit 1454c55919
1 changed files with 1 additions and 4 deletions

View File

@ -40,10 +40,7 @@ begin
)'; )';
exception when object_exists then null; exception when object_exists then null;
end; end;
/
declare
object_exists exception;
pragma exception_init (object_exists , -00955);
begin begin
execute immediate execute immediate
'CREATE SEQUENCE "SOLICITUD_EXPRESO_SEQ" MINVALUE 10000 MAXVALUE 9999999999999999999999999999 INCREMENT BY 1 START WITH 10000'; 'CREATE SEQUENCE "SOLICITUD_EXPRESO_SEQ" MINVALUE 10000 MAXVALUE 9999999999999999999999999999 INCREMENT BY 1 START WITH 10000';