RE: alter max row count...

2003-11-28 Thread Zabach, Elke
Ripin Natani wrote: > > Hi, > The default max row count is 4000 (for unicode). Can I > change that for the database ? > Thanks, > -Ripin. > There is no maximum default row COUNT, but row LENGTH (8088) and column-length (4000 for unicode-columns, unfortunately Daniels mail said 400,

Re: alter max row count...

2003-11-24 Thread Daniel Dittmar
Ripin Natani wrote: The default max row count is 4000 (for unicode). Can I change that for the database ? There is a limit on the maximum size of a Unicode column of 400 characters, but this can't be changed. You can use LONG Unicode for longer valuees, but these columns can only be stored a

alter max row count...

2003-11-21 Thread Ripin Natani
Hi, The default max row count is 4000 (for unicode). Can I change that for the database ? Thanks, -Ripin.