Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: column_length in data dictionary views

Re: column_length in data dictionary views

From: MStout2468 <mstout2468_at_aol.com>
Date: 20 Feb 1999 00:29:11 GMT
Message-ID: <19990219192911.06071.00000170@ngol08.aol.com>

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US