when i delete records in many table, it always trigger violate the foreign key - child record found, this error casuing me can't delete all the related record in the schema by Oracle sqlplus.
how can i find all the related table's foreign key to delete the related record so i can delete the record successfully? any script in convinence way to check all the related record and any script to find out the record deletion sequence?