Hi All,
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?
Please provide some pointers / possible reasons for the DB to go down on executing this sql while we try to dig out more info.
thanks, RJ