Tagged Questions
The read-committed tag has no wiki summary.
3
votes
3answers
1k views
READ COMMITTED database isolation level in oracle
I'm working on a web app connected to oracle. We have a table in oracle with a column "activated". Only one row can have this column set to 1 at any one time. To enforce this, we have been using ...
1
vote
2answers
1k views
Can I get ORA-08177 if there's only one connection to the database?
I've been tasked with running the unit tests on a storm backend for oracle so that we can see if the backend is of sufficient quality to use in production. One problem that I'm running into is that ...