Hello,
I am getting the error:
"ORA-03127: no new operations allowed until the active operation ends"
with my application written in D7 with DOA 4.1.1.0
when using it against a 11.2xe instance on a pc with client 11.2
I was able to reproduce the same error on another pc with client 10.2 forcing the AL32UTF8 character set.
After a short search on the web, I've setted the TOracleSession.BytesPerCharacter to bcAutodetect (was bc1Byte previously). This fixed the problem on the 10.2 machine, but not on the 11g. I've tried also forcing bc2Bytes instead of autodetect but with no success.
Where else could be the problem on the 11g pc ?
Thanks
bye
Nicola
I am getting the error:
"ORA-03127: no new operations allowed until the active operation ends"
with my application written in D7 with DOA 4.1.1.0
when using it against a 11.2xe instance on a pc with client 11.2
I was able to reproduce the same error on another pc with client 10.2 forcing the AL32UTF8 character set.
After a short search on the web, I've setted the TOracleSession.BytesPerCharacter to bcAutodetect (was bc1Byte previously). This fixed the problem on the 10.2 machine, but not on the 11g. I've tried also forcing bc2Bytes instead of autodetect but with no success.
Where else could be the problem on the 11g pc ?
Thanks
bye
Nicola