Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: CLOB as out parameter, OCCI
>
> > Thanks for any tips.
>
> Crossposting doesn't get a faster response.
>
> Could you post the DDL for this procedure you've created?
>
> David Fitzjarrell- Hide quoted text -
>
> - Show quoted text -
Found the problem, it works now. Problem is that I needed to do:
Environment *env =
Environment::createEnvironment(Environment::OBJECT);
instead of:
Environment *env = Environment::createEnvironment();
I couldnt really see this specified anywhere in the documentation, but tried it after coming across some similar code. Received on Mon Jul 09 2007 - 14:49:12 CDT
![]() |
![]() |