Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Question on Database CharacterSet
DA Morgan wrote:
> "Mr. M" wrote: > >
> > > You should consider UTF-8 for your database if storing multiple character sets. > > Go to http://tahiti.oracle.com or search the google.com archives for > comp.databases.oracle.server and you will find information on changing character > stes in 8i. > > Daniel Morgan >
Daniel, and Mr M,
what character sets are you talking about? National or default? I suspect default, but it would be nice to point out the difference.
Mr M, define "does not work"...
<crystal ball mode>
exported using the new db settings
imported using same settings.
</crystal ball mode>
result: character conversions (you may have been warned during the import).
Try: export, using the characterset settings for the old db:
set nls_lang=.WE8ISO8859P1 (the . is not a typo!)
exp system/manager_at_old_db
set nls_lang=.ZHT16BIG5
imp system/manager_at_new_db
You should *not* get any messages regarding characterset conversions. Disregard any other characterset messages; you are actually fooling the databases in making them believe all actions are done in the current characterset, so no conversions need to be done.
-- Regards, Frank van BortelReceived on Mon Mar 10 2003 - 12:37:26 CST
![]() |
![]() |