Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle view question

Re: Oracle view question

From: Carlos <miotromailcarlos_at_netscape.net>
Date: 4 Aug 2005 04:56:03 -0700
Message-ID: <1123156563.611888.123940@g49g2000cwa.googlegroups.com>


>>The database character set is UTF8 but the table itself does not contain any multibyte data.

So, what?

If your view must hold 20 characters (substr(column_name, 1, 20)), it will need up to 3 bytes x each in UTF8. (In AL32UTF8 it will need up to 4 bytes x each.)

It doesn't matter what the table *contains*. It's about the view structure.

Cheers.

Carlos. Received on Thu Aug 04 2005 - 06:56:03 CDT

Original text of this message

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