| Were there any deadlocks (ORA-00060) reported in the repository alert log at the same time? I 've seen occasions where I would get a "page cannot be displayed " at about the same time a deadlock is dete
If you attempt to delete a parent row
or update the key value of a parent
row in a parent/child relationship where
the child DOES NOT HAVE an index
on the foreign key then Oracle will
attemp---
---
User runs a program to load data into the DB. At a certain point this
causes
an ORA-00060 (deadlock). So far no real problem but a few minutes later
(while
deadlock cleanup is stil |
|