Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Transportable Tablespaces and NCHAR conversion.
Thanks Donald for your reply.
I do not think Oracle 9i would take US7ASCII for NLS_NCHAR_CHARACTERSET. Oracle allows either AL16UTF16 or UTF8. It takes US7ASCII for NLS_CHARACTERSET. Can you post the output for : 'select * from v$nls_parameters where parameter like 'NLS%CHARACTERSET' on your database.
Thanks for your help.
>>Database did not allow US7ASCII for NLS_NCHAR_CHARACTERSET in 9i =
environment.
It will. You have to define it using that character set. I have the = same setup. Whoever created my databases back when used US7ASCII which = as you have figured out is not the default characterset. You can either = alter your db creation script or use the dbca which if you drill down = far enough allows you to specify the character set.=20
I would go back and recreate your target database. Otherwise you are = going to get all kinds of errors.
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Wed May 19 2004 - 16:36:58 CDT
![]() |
![]() |