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

Home -> Community -> Usenet -> c.d.o.misc -> CLOBS in dynamic SQL

CLOBS in dynamic SQL

From: Scott H. <Scott_at_ScottHemming.NET>
Date: Thu, 6 Jun 2002 23:08:16 GMT
Message-ID: <GxB3vo.9D9@news.boeing.com>


I'm doing dynamic sql method 4. We have just added CLOBS ( select_da->T == 112 ). How do we reconcile the EXE SQL ALLOCATE :clobLocator and select_da->V[i] = malloc( sizeAsNeeded ) we do for everyother type. I can get a single row select to work. But I'm concerned when we need an array of ClobLocators for a multi-row select (cursor) and we fetch multiple rows at a time. Is there a good documentation or reference available?

Cheers,
Scott Received on Thu Jun 06 2002 - 18:08:16 CDT

Original text of this message

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