The reason why you are getting that messate is because the character set of your database is different from the character set where you are running your export program. If you are in UNIX, it could be that the character set of the UNIX server is US7ASCII, that is why when you do an export oracle has to convert it to US7ASCII.