Hello...
This is our problem:
A few days ago our Oracle database crashed completely.
It took us several days to repair it. We exported the whole
database and then we imported it into a new database.
Now we have the problem that we get a "Deadlock" when a user tries to change data in table "1" while an other user is changing data in table "2". The only relationship between these two tables is a foreign key.
(The foreign keys where created with "deferrable initially immediate".
This problem did not occur bevor the crash. We did not change anything about the database and we did not change the programs which access the database.
Who knows the solution?
This is our problem:
A few days ago our Oracle database crashed completely.
It took us several days to repair it. We exported the whole
database and then we imported it into a new database.
Now we have the problem that we get a "Deadlock" when a user tries to change data in table "1" while an other user is changing data in table "2". The only relationship between these two tables is a foreign key.
(The foreign keys where created with "deferrable initially immediate".
This problem did not occur bevor the crash. We did not change anything about the database and we did not change the programs which access the database.
Who knows the solution?