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: Performance tuning

Re: Performance tuning

From: Noons <wizofoz2k_at_yahoo.com.au>
Date: 6 Nov 2004 06:19:45 -0800
Message-ID: <73e20c6c.0411060619.1082db1@posting.google.com>


DA Morgan <damorgan_at_x.washington.edu> wrote in message news:<1099667113.311754_at_yasure>...

> Horrifyingly bad advise.
>
> If they are really worried about row migration ...
>
> CREATE TABLE test (
> testcol VARCHAR2(20))
> ROWDEPENDENCIES;
You wouldn't believe the bunfights I've had with that one. In just about any site where there is a whiff of DB2, this CHAR-instead-of-VARCHAR crap is rampant. There must be a very serious problem in DB2 with row migration and VARCHAR for this thing to be so rampant. Received on Sat Nov 06 2004 - 08:19:45 CST

Original text of this message

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