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
|
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;
|
||||||
/
|
/
|
|
@ -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;
|
||||||
/
|
/
|
Loading…
Reference in New Issue