bug#23090
dev: Celio qua: git-svn-id: http://desenvolvimento.rjconsultores.com.br/repositorio/sco/BD/FlyWay/trunk@109489 d1611594-4594-4d17-8e1d-87c2c4800839master
parent
9541dacf0b
commit
58f40db54a
|
@ -25,52 +25,64 @@ end;
|
|||
declare
|
||||
object_exists exception;
|
||||
except_00957 exception;
|
||||
except_01451 exception;
|
||||
|
||||
pragma exception_init (object_exists , -01430);
|
||||
pragma exception_init (except_00957 , -00957);
|
||||
pragma exception_init (except_01451 , -01451);
|
||||
begin
|
||||
execute immediate 'ALTER TABLE RECARGA_CELULAR MODIFY (CELL_PHONE_NUMBER NULL)';
|
||||
exception
|
||||
when object_exists then null;
|
||||
when except_00957 then null;
|
||||
when except_01451 then null;
|
||||
end;
|
||||
/
|
||||
declare
|
||||
object_exists exception;
|
||||
except_00957 exception;
|
||||
except_01451 exception;
|
||||
|
||||
pragma exception_init (object_exists , -01430);
|
||||
pragma exception_init (except_00957 , -00957);
|
||||
pragma exception_init (except_01451 , -01451);
|
||||
begin
|
||||
execute immediate 'ALTER TABLE RECARGA_CELULAR MODIFY (NSU NULL)';
|
||||
exception
|
||||
when object_exists then null;
|
||||
when except_00957 then null;
|
||||
when except_01451 then null;
|
||||
end;
|
||||
/
|
||||
declare
|
||||
object_exists exception;
|
||||
except_00957 exception;
|
||||
except_01451 exception;
|
||||
|
||||
pragma exception_init (object_exists , -01430);
|
||||
pragma exception_init (except_00957 , -00957);
|
||||
pragma exception_init (except_01451 , -01451);
|
||||
begin
|
||||
execute immediate 'ALTER TABLE RECARGA_CELULAR MODIFY (AUTHORIZATION_CODE NULL)';
|
||||
exception
|
||||
when object_exists then null;
|
||||
when except_00957 then null;
|
||||
when except_01451 then null;
|
||||
end;
|
||||
/
|
||||
declare
|
||||
object_exists exception;
|
||||
except_00957 exception;
|
||||
except_01451 exception;
|
||||
|
||||
pragma exception_init (object_exists , -01430);
|
||||
pragma exception_init (except_00957 , -00957);
|
||||
pragma exception_init (except_01451 , -01451);
|
||||
begin
|
||||
execute immediate 'ALTER TABLE RECARGA_CELULAR MODIFY (FACE_AMOUNT NULL)';
|
||||
exception
|
||||
when object_exists then null;
|
||||
when except_00957 then null;
|
||||
when except_01451 then null;
|
||||
end;
|
||||
/
|
|
@ -25,52 +25,64 @@ end;
|
|||
declare
|
||||
object_exists exception;
|
||||
except_00957 exception;
|
||||
except_01451 exception;
|
||||
|
||||
pragma exception_init (object_exists , -01430);
|
||||
pragma exception_init (except_00957 , -00957);
|
||||
pragma exception_init (except_01451 , -01451);
|
||||
begin
|
||||
execute immediate 'ALTER TABLE RECARGA_CELULAR MODIFY (CELL_PHONE_NUMBER NULL)';
|
||||
exception
|
||||
when object_exists then null;
|
||||
when except_00957 then null;
|
||||
when except_01451 then null;
|
||||
end;
|
||||
/
|
||||
declare
|
||||
object_exists exception;
|
||||
except_00957 exception;
|
||||
except_01451 exception;
|
||||
|
||||
pragma exception_init (object_exists , -01430);
|
||||
pragma exception_init (except_00957 , -00957);
|
||||
pragma exception_init (except_01451 , -01451);
|
||||
begin
|
||||
execute immediate 'ALTER TABLE RECARGA_CELULAR MODIFY (NSU NULL)';
|
||||
exception
|
||||
when object_exists then null;
|
||||
when except_00957 then null;
|
||||
when except_01451 then null;
|
||||
end;
|
||||
/
|
||||
declare
|
||||
object_exists exception;
|
||||
except_00957 exception;
|
||||
except_01451 exception;
|
||||
|
||||
pragma exception_init (object_exists , -01430);
|
||||
pragma exception_init (except_00957 , -00957);
|
||||
pragma exception_init (except_01451 , -01451);
|
||||
begin
|
||||
execute immediate 'ALTER TABLE RECARGA_CELULAR MODIFY (AUTHORIZATION_CODE NULL)';
|
||||
exception
|
||||
when object_exists then null;
|
||||
when except_00957 then null;
|
||||
when except_01451 then null;
|
||||
end;
|
||||
/
|
||||
declare
|
||||
object_exists exception;
|
||||
except_00957 exception;
|
||||
except_01451 exception;
|
||||
|
||||
pragma exception_init (object_exists , -01430);
|
||||
pragma exception_init (except_00957 , -00957);
|
||||
pragma exception_init (except_01451 , -01451);
|
||||
begin
|
||||
execute immediate 'ALTER TABLE RECARGA_CELULAR MODIFY (FACE_AMOUNT NULL)';
|
||||
exception
|
||||
when object_exists then null;
|
||||
when except_00957 then null;
|
||||
when except_01451 then null;
|
||||
end;
|
||||
/
|
Loading…
Reference in New Issue