I need to disable all constraints on some tables and perform some updates. However I'm not sure if doing that will mess things up for concurent processes that are writing to thos same tables.
How can I lock those tables so that other concurrent stuff is locked out while I perform the changes??