Difference in character sets of server and client [message #499732] |
Wed, 16 March 2011 00:16  |
jimit_shaili
Messages: 237 Registered: June 2006 Location: India, Ahmedabad
|
Senior Member |
|
|
Dear Freinds
I've a question regarding difference of character sets, while taking a export(logical backup) of database on directly to server(linux RHEL 2.1 AS) and export on a client (windows xp prof machine, where only a oracle 9i client is installed). On server it seems to fine and okay, but on client node i'm getting following error for almost all tables.
EXP-00091: Exporting questionable statistics.
My question is :
[1] Is it creating any sort of problem, if later on i import the data which was taken from client node.
[2] Why there is a difference(marginal) in dump(.dmp) file size.
[3] Is there any way to overcome it, or it is the natural behave of it. Means not a problem.
[4] If i'm using a long or blob as datatype for some of my table,is they have any problem if i persist like above.
Additional Information about character sets
On server node :
Export done in US7ASCII character set and AL16UTF16 NCHAR character set
server uses WE8ISO8859P1 character set (possible charset conversion)
On client node :
Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
server uses US7ASCII character set (possible charset conversion)
Regards
Jimit
|
|
|
|
Re: Difference in character sets of server and client [message #499739 is a reply to message #499735] |
Wed, 16 March 2011 00:42   |
jimit_shaili
Messages: 237 Registered: June 2006 Location: India, Ahmedabad
|
Senior Member |
|
|
Dear Micheal
I'm able to understand your first advice and it seems to be worth and acceptable, but i'm not getting clear about the second one and in my case there is not a two database. Actually single database export donw from different nodes. Please give me some precise advice on my problem/question.
Thanks
Jimit
|
|
|
|
Re: Difference in character sets of server and client [message #499755 is a reply to message #499750] |
Wed, 16 March 2011 02:01   |
jimit_shaili
Messages: 237 Registered: June 2006 Location: India, Ahmedabad
|
Senior Member |
|
|
Thanks Micheal
I getting little bit clear what you want to say, but still can you give me some more information on how can i set/use NLS_LANG on client node which is the same as per my server node. please give some more details/guideline or some sort of command either a parameter to exp command or environment variable need to set on client side.
Regards
Jimit
|
|
|
|
Re: Difference in character sets of server and client [message #499769 is a reply to message #499759] |
Wed, 16 March 2011 02:42   |
jimit_shaili
Messages: 237 Registered: June 2006 Location: India, Ahmedabad
|
Senior Member |
|
|
Thanks Micheal
Should i proceed ahead with following parameter on client node? Just conform me, i'm getting confused between character set of export utility and server character sets.
C:\> set NLS_LANG=AMERICA_AMERICAN.US7ASCII or
C:\> set NLS_LANG=AMERICA_AMERICAN.WE8ISO8859P1
Regards
Jimit
|
|
|
|