select count(*) from acs_privileges where privilege = :privilege update acs_objects set security_inherit_p = 't' where object_id = :object_id update acs_objects set security_inherit_p = 'f' where object_id = :object_id