bug#23090

dev: Celio
qua:

git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@109489 d1611594-4594-4d17-8e1d-87c2c4800839
master
fabio 2021-11-05 12:46:54 +00:00
parent 9541dacf0b
commit 58f40db54a
2 changed files with 24 additions and 0 deletions

View File

@ -25,52 +25,64 @@ end;
declare declare
object_exists exception; object_exists exception;
except_00957 exception; except_00957 exception;
except_01451 exception;
pragma exception_init (object_exists , -01430); pragma exception_init (object_exists , -01430);
pragma exception_init (except_00957 , -00957); pragma exception_init (except_00957 , -00957);
pragma exception_init (except_01451 , -01451);
begin begin
execute immediate 'ALTER TABLE RECARGA_CELULAR MODIFY (CELL_PHONE_NUMBER NULL)'; execute immediate 'ALTER TABLE RECARGA_CELULAR MODIFY (CELL_PHONE_NUMBER NULL)';
exception exception
when object_exists then null; when object_exists then null;
when except_00957 then null; when except_00957 then null;
when except_01451 then null;
end; end;
/ /
declare declare
object_exists exception; object_exists exception;
except_00957 exception; except_00957 exception;
except_01451 exception;
pragma exception_init (object_exists , -01430); pragma exception_init (object_exists , -01430);
pragma exception_init (except_00957 , -00957); pragma exception_init (except_00957 , -00957);
pragma exception_init (except_01451 , -01451);
begin begin
execute immediate 'ALTER TABLE RECARGA_CELULAR MODIFY (NSU NULL)'; execute immediate 'ALTER TABLE RECARGA_CELULAR MODIFY (NSU NULL)';
exception exception
when object_exists then null; when object_exists then null;
when except_00957 then null; when except_00957 then null;
when except_01451 then null;
end; end;
/ /
declare declare
object_exists exception; object_exists exception;
except_00957 exception; except_00957 exception;
except_01451 exception;
pragma exception_init (object_exists , -01430); pragma exception_init (object_exists , -01430);
pragma exception_init (except_00957 , -00957); pragma exception_init (except_00957 , -00957);
pragma exception_init (except_01451 , -01451);
begin begin
execute immediate 'ALTER TABLE RECARGA_CELULAR MODIFY (AUTHORIZATION_CODE NULL)'; execute immediate 'ALTER TABLE RECARGA_CELULAR MODIFY (AUTHORIZATION_CODE NULL)';
exception exception
when object_exists then null; when object_exists then null;
when except_00957 then null; when except_00957 then null;
when except_01451 then null;
end; end;
/ /
declare declare
object_exists exception; object_exists exception;
except_00957 exception; except_00957 exception;
except_01451 exception;
pragma exception_init (object_exists , -01430); pragma exception_init (object_exists , -01430);
pragma exception_init (except_00957 , -00957); pragma exception_init (except_00957 , -00957);
pragma exception_init (except_01451 , -01451);
begin begin
execute immediate 'ALTER TABLE RECARGA_CELULAR MODIFY (FACE_AMOUNT NULL)'; execute immediate 'ALTER TABLE RECARGA_CELULAR MODIFY (FACE_AMOUNT NULL)';
exception exception
when object_exists then null; when object_exists then null;
when except_00957 then null; when except_00957 then null;
when except_01451 then null;
end; end;
/ /

View File

@ -25,52 +25,64 @@ end;
declare declare
object_exists exception; object_exists exception;
except_00957 exception; except_00957 exception;
except_01451 exception;
pragma exception_init (object_exists , -01430); pragma exception_init (object_exists , -01430);
pragma exception_init (except_00957 , -00957); pragma exception_init (except_00957 , -00957);
pragma exception_init (except_01451 , -01451);
begin begin
execute immediate 'ALTER TABLE RECARGA_CELULAR MODIFY (CELL_PHONE_NUMBER NULL)'; execute immediate 'ALTER TABLE RECARGA_CELULAR MODIFY (CELL_PHONE_NUMBER NULL)';
exception exception
when object_exists then null; when object_exists then null;
when except_00957 then null; when except_00957 then null;
when except_01451 then null;
end; end;
/ /
declare declare
object_exists exception; object_exists exception;
except_00957 exception; except_00957 exception;
except_01451 exception;
pragma exception_init (object_exists , -01430); pragma exception_init (object_exists , -01430);
pragma exception_init (except_00957 , -00957); pragma exception_init (except_00957 , -00957);
pragma exception_init (except_01451 , -01451);
begin begin
execute immediate 'ALTER TABLE RECARGA_CELULAR MODIFY (NSU NULL)'; execute immediate 'ALTER TABLE RECARGA_CELULAR MODIFY (NSU NULL)';
exception exception
when object_exists then null; when object_exists then null;
when except_00957 then null; when except_00957 then null;
when except_01451 then null;
end; end;
/ /
declare declare
object_exists exception; object_exists exception;
except_00957 exception; except_00957 exception;
except_01451 exception;
pragma exception_init (object_exists , -01430); pragma exception_init (object_exists , -01430);
pragma exception_init (except_00957 , -00957); pragma exception_init (except_00957 , -00957);
pragma exception_init (except_01451 , -01451);
begin begin
execute immediate 'ALTER TABLE RECARGA_CELULAR MODIFY (AUTHORIZATION_CODE NULL)'; execute immediate 'ALTER TABLE RECARGA_CELULAR MODIFY (AUTHORIZATION_CODE NULL)';
exception exception
when object_exists then null; when object_exists then null;
when except_00957 then null; when except_00957 then null;
when except_01451 then null;
end; end;
/ /
declare declare
object_exists exception; object_exists exception;
except_00957 exception; except_00957 exception;
except_01451 exception;
pragma exception_init (object_exists , -01430); pragma exception_init (object_exists , -01430);
pragma exception_init (except_00957 , -00957); pragma exception_init (except_00957 , -00957);
pragma exception_init (except_01451 , -01451);
begin begin
execute immediate 'ALTER TABLE RECARGA_CELULAR MODIFY (FACE_AMOUNT NULL)'; execute immediate 'ALTER TABLE RECARGA_CELULAR MODIFY (FACE_AMOUNT NULL)';
exception exception
when object_exists then null; when object_exists then null;
when except_00957 then null; when except_00957 then null;
when except_01451 then null;
end; end;
/ /