Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Underlying Implementation of VARCHAR data types
Yong Huang wrote:
> mikelbell2000_at_yahoo.com (Mike L. Bell) wrote in message news:<49d7474a.0403080855.70089aa7_at_posting.google.com>...
>
>>... >>Also, in Oracle do I not have to worry about performance penalties >>associated with VARCHAR types in other systems with things like page >>overflows if the resultant update of the field results in a length >>that will no longer fit on the same data page?
Only if you miscalculate PCTFREE and PCTUSED or, like most people, just go with Oracle's defaults values and apply no synapses to the problem. But then the same could also be caused by updating a DATE column too so there really is not point to the argument.
-- Daniel Morgan http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp damorgan_at_x.washington.edu (replace 'x' with a 'u' to reply)Received on Mon Mar 08 2004 - 23:10:58 CST