posted 23 years ago
According to the documentation Oracle RDBMS systems resolves deadlock itself. When one client is trying to access for write/update a row locked by another one, it should be given error message (deadlock while waiting for the resources or similar) from server. I updated (without commit - row is still locked) one row using SQL PLUS and tried to use my Java/JDBC application to update the same row (using stored proc.) I caused my application to hang and received no messages from server. Any ideas? Am I missing some settings?