Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: varchar2(10) vs. varchar2(10 BYTE)
Thanks for your quick reply.
As I mentioned, this behaviour seems to be version specific. Do yo have any details on that?
thanx
guyon
"Frank van Bortel" <fvanbortel_at_netscape.net> wrote in message news:ckdm78
> BYTE would be the default; the other possibility is CHAR.
> So, technically, there is no difference between the two (BYTE
> being default), the difference is in the CHAR option: a character
> can take more that one byte (up to 3 byte, iirc). Think multibyte
> character sets.
> This option tells a multibyte database (!) to use character semantics
> when storing data: a varchar2(10) would be able to store 10 characters,
> in stead of 10 byte worth of characters.
>
> BTW - you can tell TOAD to suppress this...
Received on Mon Oct 11 2004 - 08:04:55 CDT
![]() |
![]() |