Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> CLOBS in dynamic SQL
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
![]() |
![]() |