Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> ODBC issue???
Hi, DBAs
We are running a third party application on oracle8.1.6 with oracle odbc drive8.1.6.3.
Everything works fine when application launched a single process, but it generated following error message when two processes running concurrently.
--ora 1461, 00000, "can bind a LONG value only for insert into a LONG column"
I guess when running in multi-process mode, the SQL strings submitted from application to oracle server exceed the limitation on ODBC driver ( 4000 characters?).
Is there any other issues I missed?
thanks®ards,
Li
Received on Tue May 29 2001 - 16:55:57 CDT