Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Oracle 9i and null values
For a VARCHAR2, the length field is variable depending on the size of
the data. If the length is <= 250, then the length field is one byte.
For strings > 250 the first byte is 0xFE followed by a two byte length
field. Nulls are represented by a single byte of 0xFF.
JR Received on Mon Jul 09 2007 - 12:05:13 CDT
![]() |
![]() |