| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: column_length in data dictionary views
Hi,
DESCRIBE both tables and look at the data types for the two fields in question. VARIETYCODE probably shows up a a number. Numbers take 22 bytes in Oracle.
FLOWERID may be a varchar2(10) or it may be number(10,0). Either way, it looks like the creator of the tables defaulted on varietycode and specified a length for flowerid.
Mike Stout Received on Fri Feb 19 1999 - 18:29:11 CST
![]() |
![]() |