Is there a possibility that a simple delete query can bring down a DB?
We executed a delete query (single row deletion) and that query hung. When multiple people tried executing the same delete again, the Oracle DB is down. Multiple tables reference this table and a cascade delete was not used. Should a cascade delete have been used?
What are the possible reasons for the DB to go down on executing this sql?