D
dhszxh
Unregistered / Unconfirmed
GUEST, unregistred user!
我要在小机上实现oracle自动备份,写了个脚本,然后用crontab -e命令编辑时就报错,错误内容为:“Couldn'd set locale correctly '/n'appended ”,我问了很多人,都说是有些环境变量没设置,但我不知道还需要哪些环境变量设置,怎么设置,我是linux菜鸟,拿到linux脑壳就发胀啊,感谢各位高手!脚本内容如下:dir=backupfile1=expdata1.dmpfile2=expdata2.dmpcd $dirif [ -f "$file1" ]then
mv "$file1" "$file2"fiORACLE_HOME=/oracle/product/9.2export ORACLE_HOMEORACLE_SID=ora1export ORACLE_SIDNLS_LANG=AMERICAN_AMERICA.ZHS16CGB231280export NLS_LANGPATH=$ORACLE_HOME/binexport PATHexp ywy/ywy@ora1 file=expdata1.dmp
mv "$file1" "$file2"fiORACLE_HOME=/oracle/product/9.2export ORACLE_HOMEORACLE_SID=ora1export ORACLE_SIDNLS_LANG=AMERICAN_AMERICA.ZHS16CGB231280export NLS_LANGPATH=$ORACLE_HOME/binexport PATHexp ywy/ywy@ora1 file=expdata1.dmp