Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: LONG or VARCHAR2(2000)
The following restrictions apply to the LONG data type.
Longs, CLOB's and BLOBS are there to store objects and massive amounts of =
text or binary. Varchar2 are preferred except if the thing you want to =
store is more then 2k in size.
>>> Eric Fang <eric_fang_at_yahoo.com> 05/09/00 11:54PM >>>
we decide to use a field to store the URL in the
database, it could be very long but most of them less
that 2k characters. But some developers prefer to use
VARCHAR2(2000). What's the advantage of using LONG v.s
VARCHAR2(2000) or VARCHAR@(2000) v.s LONG?
Any opinion?
Thanks.
Eric Fang
Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Wed May 10 2000 - 07:45:58 CDT
![]() |
![]() |