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: Illegal use of LONG datatype

Re: Illegal use of LONG datatype

From: David <darussell_at_email.msn.com>
Date: 1998/03/07
Message-ID: <O4QXYZWS9GA.215@upnetnews02.moswest.msn.net>#1/1

LONG's are only included in Oracle 8 for ANSI and backward compatability. You will not experience these restrictions if you use columns of type CLOB. CLOB's are both eaiser to use and perform better, becuase they pass locators arround and only access the data on retrieval.

Regards
David Russell Received on Sat Mar 07 1998 - 00:00:00 CST

Original text of this message

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