Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> OCI Internal error - Help!!!!!!!
Hi Boris,
is your statement selecting either a NULL or a literal as the final
column ?
If so you could be hitting a bug which is supposed to be fixed in
release 9013 - see Oracle Bugs 2126389 and 2219488.
I'm doing some OCI stuff myself at the moment, and I have not hit this problem, yet !
Regards,
Norman.
Tel: 0113 289 6265 Fax: 0113 289 3146 URL: http://www.Lynx-FS.com
-------------------------------------
-----Original Message-----
From: Boris Kesarev [mailto:boris.kesarev_at_infopulse.kiev.ua]
Posted At: Monday, April 07, 2003 10:56 AM
Posted To: server
Conversation: OCI Internal error - Help!!!!!!!
Subject: OCI Internal error - Help!!!!!!!
Hi,
I work with Oracle 9.2.0.2. My developing environment VC++ 6.0, OCI library.
I have got problem with scrollable cursors, which happens when i tried
to
get scrollable cursor with count of records more then several thousands.
Problem appears as OCI Internal error. It happens only when i try to
perform
OCIStmtFetch2(OCI_FETCH_LAST) or just reach by
OCIStmtFetch2(OCI_FETCH_NEXT)
2000th record for example.
If i use nonscrollable cursor with the same SQL query everything is ok
Maybe somebody met the such problem or maybe i did not do some necessary initialization? Can somebody help?
One detail: it works thought connection pool but i don't think that it
could
be problem.
![]() |
![]() |