Caros colegas
Estou com um problema, gostaria de compartilhá-lo com vocês.
Tenho uma base em Oracle 8.0.6, estou migrando para Oracle 11g release 11.2.0.3.
Estou tendo dificuldades em acertar a acentuação no destino – Oracle 11.2.0.3
Na origem (8.0.6) o conjunto de caracteres é :
Connected to: Oracle8 Enterprise Edition Release 8.0.6.1.0 – Production
PL/SQL Release 8.0.6.1.0 – Production
Export done in US7ASCII character set and WE8ISO8859P1 NCHAR character set
nls_territory – AMERICAN
nls_language – AMERICA
No destino – 11.2.0.3
import done in US7ASCII character set and UTF8 NCHAR character set
import server uses WE8ISO8859P15 character set (possible charset conversion)
export server uses WE8ISO8859P1 NCHAR character set (possible ncharset conversion)
nls_territory – BRAZILIAN PORTUGUESE
nls_language – BRAZILIAN PORTUGUESE
Na origem , os dados aparecem corretamente abaixo :
select nom_pess from prot.pessoas_prt where cod_pess = 872672;
CONS MUNIC. ORÇA/° PARTICIPATIVO – COP
select nom_pess from prot.pessoas_prt where cod_pess = 1114993;
JOÃO, MITTESTAINER
No destino, os mesmos dados aparecem abaixo :
select nom_pess from prot.pessoas_prt where cod_pess = 872672;
CONS MUNIC. ORCA/? PARTICIPATIVO – COP
select nom_pess from prot.pessoas_prt where cod_pess = 1114993;
JO?O, MITTESTAINER
O SO na origem é AIX Solaris
O SO no destino é red hat
Alguém já passou por esse tipo de problema??
Agradeço
Marco Aurelio