Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: problem reading CLOB columns
Clobs have to be converted to buffers to be read in most tools. If you program in OCI you can use the locator directly, most tools do not support the direct read of CLOBs since this is a newer data type.
You have a couple of options:
"Tomasz Bech" <tbech_at_POP.GO2.PL> wrote in message
news:3AB1CE32.7C314BDA_at_POP.GO2.PL...
> Hi,
> I have Oracle Net8.1.6 and the same server version. When I try to
> read
> the CLOB columns (using several tools) I receive ORA-03120. And itt
> seems to me that it is not ODBC driver but Net8 problem.
> (in version 8.1.5 it was working, but not perfectly)
> What's wrong?
> Tomasz
>
>
>
>
Received on Mon Mar 19 2001 - 21:38:45 CST
![]() |
![]() |