Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Space Allocated For Long Raw??
While an element of type long raw can hold up to 2GB, how much space will Oracle allocate to a table in which the long raw items are NULL?
For example:
table test_blob
columns:
blob_id int not null
blob_item long raw can be null
Let's say that there are 15 rows. How much space would Oracle allocate for this table when it is created? Does Oracle actually use a pointer to handle this?
Thanks in advance
Greg in Cincinnati
Received on Thu Mar 20 1997 - 00:00:00 CST
![]() |
![]() |