Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: alter database character set (Was: RE: 'internal' role and 9i)
It does. If you do a full import from a US7ASCII database into a WE8ISO8859P1 database and you need to change the WE8ISO8859P1 database to US7ASCII then this is the way to do it.
ALTER DATABASE CHARACTER SET internal_use us7ascii;
Make sure you know what you're doing. See Metalink Doc Id 100751.996
Yong Huang <yong321 To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> @yahoo.com> cc: Sent by: Subject: RE: alter database character set (Was: RE: 'internal' role and 9i) ml-errors 11/18/2003 12:49 PM Please respond to ORACLE-L
Gopal,
In case I didn't make my message clear, I wanted to know if using that
keyword
allows us to change character set from a superset to a subset (e.g. from
UTF8
to US7ASCII). The documented command ALTER DATABASE CHARACTER SET <new
charset>
is only for changing from a subset to a superset. If changing to a "lower"
character set works, what's the syntax? Personally, I can't imagine how
that's
possible.
Thanks.
Yong Huang
-- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Yong Huang INET: yong321_at_yahoo.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Thomas Day INET: tday6_at_csc.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Tue Nov 18 2003 - 12:34:25 CST
![]() |
![]() |