Search found 2 matches
- 04.06.2014, 13:36
- Forum: ZeosLib 7.1 stable Forum
- Topic: Zeos 7 + Oracle 11g - BUG
- Replies: 1
- Views: 1981
Re: Zeos 7 + Oracle 11g - BUG
I found something that can cause this problem. If I comment this part in the unit "ZDbcOracle.pas", then problem does not occur. _______________________________________________ if OCI_CLIENT_CHARSET_ID = 0 then begin OCI_CLIENT_NCHARSET_ID := High(ub2); GetPlainDriver.AttrGet(FHandle, OCI_...
- 29.05.2014, 22:10
- Forum: ZeosLib 7.1 stable Forum
- Topic: Zeos 7 + Oracle 11g - BUG
- Replies: 1
- Views: 1981
Zeos 7 + Oracle 11g - BUG
Hi. I found some strange problem in Zeos 7.1.3 Stable using Oracle 11g R2. If I open many connections e close them, the database give me this error "ORA-12516: TNS:listener could not find available handler with matching" and the number of sessions in the database goes to the limit. This pr...