Can someone suggest a way to generate delete queries for various tables linked via foreign key constrains for Oracle ? A solution for SQLServer is mentioned here
Copied description from the original question :
I have the table: DelMe(ID) and there are 30 tables with fk references to its ID that I need to delete first, is there some tool/script that I can run that will generate the 30 delete statements based on the FK relations for me ?