- 论坛徽章:
- 0
|
脚本app.sh内容\r\n#!/bin/ksh\r\nORACLE_HOME=/ora/app/oracle/product/9.2\r\nORACLE_BASE=/ora/app/oracle\r\nORACLE_SID=ora\r\nNLS_LANG=AMERICAN_AMERICA.US7ASCII\r\n$ORACLE_HOME/bin/exp wz/wz file=/home/oracle/backup/123.dmp\r\n\r\n用crontab定时执行此脚本出错,下面系统发的mail信息\r\nInvalid format of Export utility name\r\n\r\nVerify that ORACLE_HOME is properly set\r\n\r\nExport terminated unsuccessfully\r\n\r\nEXP-00000: Message 0 not found; No message file for product=RDBMS, facility=EXP\r\n\r\n*****************************************************************\r\n cron: The previous message is the standard output\r\n and standard error of one of the cron commands.\r\n\r\n我实在找不出哪里错误 ,请懂得帮忙看看 |
|