Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: [PL/SQL NEWBIE]Detect Varchar2 field length
DA Morgan wrote:
> Alex NSB wrote: >
> > > CLOBS are 4GB not 4KB.
But the first 4K can be stored in-line in the table, that is the 4K that is being seen, otherwise you have to go look at the LOB segments to get the size. (join DBA_LOBS with DBA_SEGMENTS, for example).
http://download-west.oracle.com/docs/cd/B10501_01/appdev.920/a96591/adl06faq.htm#123949
http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96540/statements_73a.htm#2128959
-Mark Bole Received on Mon Nov 29 2004 - 18:31:18 CST
![]() |
![]() |