使用exp导出表时,出现EXP-00091的错误查询环境变量:select userenv('language') from dual;在Oracle用户下的.bash_profile中加入下行环境变量:export NLS_LANG="SIMPLIFIED CHINESE_CHINA.ZHS16GBK"使环境变量生效#source .bash_profile