Tagged Questions
The ora-08177 tag has no wiki summary.
13
votes
2answers
2k views
Randomly getting ORA-08177 with only one active session
I'm running a program that creates a table and then inserts some data.
This is the only program that accesses the database.
I'm getting ORA-08177 randomly.
Actual code is somewhat complex, but I've ...
2
votes
3answers
3k views
ORA-08177: can't serialize access for this transaction
I have a very simple code using ADO.NET which throws ORA-08177 exception. I am not sure what's wrong with this. I am trying this on a windows vista machine which has oracle 32 bit client installed. My ...
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 ...
0
votes
1answer
108 views