Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: SQL-statement larger than 32K in Win16

Re: SQL-statement larger than 32K in Win16

From: Andrew Protasov <protasov_at_percombank.kiev.ua>
Date: 1997/03/05
Message-ID: <AAQSHusSwT@percombank.kiev.ua>#1/1

Hello all,

I already found the solution of the problem. I used oparse instead of osql3 and it works fine. SQL-statement length parameter in oparse is 32-bit where it is 16-bit in osql3.

Andrew Protasov

> Hello all,
>
> I can't parse SQL-statement larger than 32K in 16-bit Windows application using
> Oracle Call Interface. Call to OSQL3 causes GPF. I received this error also
> using SQL PLUS 3.1 to execute the same statement (for example large package
> body). I tried all libraries that I have: ora7win.dll, ora71win.dll,
> ora72win.dll. They all have the same problem. As I remember, this Oracle
> bug was discussed earlier. Are there any solutions to solve the problem?
>
> Andrew Protasov
Received on Wed Mar 05 1997 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US