Re: Problem with special chars using imp/exp
From: Torsten FASSIAN <torsten.fassian_at_eurostat.cec.be>
Date: 1996/01/10
Message-ID: <4d0di3$rbr_at_caladan.restena.lu>#1/1
Date: 1996/01/10
Message-ID: <4d0di3$rbr_at_caladan.restena.lu>#1/1
Hi,
I think the last part of your NLS_LANG environment variable should also be the same as the characterset of the database.
e.g. NLS_LANG=american_america.we8iso8859p1
Then the characterset of the DB should be we8iso8859p1.
If you don't know the charset of your db:
select * from sys.props$;
One of the lines contains the charset.
Cheers
Torsten
Received on Wed Jan 10 1996 - 00:00:00 CET