|
|
| 首页
> 技术频道 >
软件学院
> 浏览技术 关键字: oracle 数据库 |
| Oracle数据库自动备份的实现历程 |
| 2006-10-19 15:32:13 equalnull 来源:中华服务器网
点击:1097次 加入收藏夹 |
|
|
问题描述: Oracle自动备份脚本的实现。
错误提示1: Message file RMAN.msb not found
Verify that Oracle_HOME is set properly
。。。。。。
错误原因: 自动执行的不能够识别相应的命令,需要在自动备份脚本中显式的声明Oracle的环境变量。
错误提示2: standard in must be a tty
。。。。。。
错误原因: 不能在cron使用su或者管道等操作,必须将su命令移动到相关的shell脚本中。
错误提示3:
Argument Value Description ----------------------------------------------------------------------------- target quoted-string connect-string for target database catalog quoted-string connect-string for recovery catalog nocatalog none if specified, then no recovery catalog cmdfile quoted-string name of input command file log quoted-string name of output message log file 对不起,您需要登录后才能查看全部详细内容
|
|
|
|