Re: Use Greek Characters

From: Giorgos Tsiamitas <gtsiam_at_gmx.net>
Date: 16 Mar 2002 09:03:42 -0800
Message-ID: <2ccbae30.0203160903.6fd51e8e_at_posting.google.com>


If you want to change the database character set you can:
(a) recreate the database with the desired character set
(b) use ALTER DATABASE CHARACTER SET command if the new character set
is a strict superset of the current character set (use character set scanner utility to verify this).

To store greek characters in the database, choose the appropriate character set depending on your platform, e.g. EL8MSWIN1253 for Windows, EL8ISO8859P7 for unix, UTF8 for unicode, etc.

More info at "Oracle9i Globalization Support Guide" manual.

GT Received on Sat Mar 16 2002 - 18:03:42 CET

Original text of this message