select 'ALTER TABLE '||table_name||' disable constraint '||constraint_name||';' from user_constraints t where t.constraint_type = 'R' and t.table_name in ('SLI_STATUS')