I am trying to convert data from Oracle encoding SJIS to PostgreSQL UTF-8 encoding . The below is my related encoding environments. when import to postgresql from output file of ora2pg, i get the an error. while i comment out NLS_LANG in ora2pg.conf, it work fine. ...