Updating PK on base table
frm40735Jan 26 2011 — edited Jan 26 2011Oracle Database 10g Enterprise Edition Release 10.1.0.3.0
hi, is it possible to update a primary key on a table with records in child tables with a function? or do i have to temporarily remove the foreign key constraints and update each table individually?
sort of like update x set x_id = 124 where x_id = 111 cascade child tables???
Thanks