How do you change the NLS charset of a database.
I am in the process of doing a transportable tablespace to an existing database and i received the following error while doing the import:
Processing object type TRANSPORTABLE_EXPORT/PLUGTS_BLK
ORA-39123: Data Pump transportable tablespace job aborted
ORA-19736: can not plug a tablespace into a database using a different national character set
Job "SYSTEM"."SYS_IMPORT_TRANSPORTABLE_01" stopped due to fatal error at 17:05:24
The source database is:
PARAMETER VALUE
NLS_CHARACTERSET = AL32UTF8
NLS_NCHAR_CHARACTERSET= UTF8
The target database is:
PARAMETER VALUE
NLS_CHARACTERSET = AL32UTF8
NLS_NCHAR_CHARACTERSET = AL16UTF16
My environment:
O/S: Sun Solaris 10