免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1235 | 回复: 1
打印 上一主题 下一主题

求助:rman做完全数据库备份出错,诸位大侠帮忙看看! [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2003-10-30 01:27 |只看该作者 |倒序浏览
拜托,帮忙看看,谢谢!

脚本及错误信息如下:

RMAN>; run {
2>; allocate channel c1 type disk;
3>; backup full filesperset 3
4>; (database format '/data1/tmp/aa_%p%d.%s');
5>; }

RMAN-03022: compiling command: allocate
RMAN-03023: executing command: allocate
RMAN-08030: allocated channel: c1
RMAN-08500: channel c1: sid=12 devtype=DISK

RMAN-03022: compiling command: backup
RMAN-03023: executing command: backup
RMAN-08008: channel c1: starting full datafile backupset
RMAN-08502: set_count=14 set_stamp=508724253 creation_time=30-OCT-03
RMAN-08010: channel c1: specifying datafile(s) in backupset
RMAN-08522: input datafile fno=00001 name=/data1/oracle/oradata/TEST/datafiles/system01.dbf
RMAN-08011: including current controlfile in backupset
RMAN-08522: input datafile fno=00006 name=/data1/oracle/oradata/TEST/datafiles/indx01.dbf
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03007: retryable error occurred during execution of command: backup
RMAN-07004: unhandled exception during command execution on channel c1
RMAN-10035: exception raised in RPC: ORA-19504: failed to create file "/data1/tmp/aa_1TEST.14"
ORA-27044: unable to write the header block of file
Linux Error: 22: Invalid argument
Additional information: 2
RMAN-10031: ORA-19624 occurred during call to DBMS_BACKUP_RESTORE.BACKUPPIECECREATE

论坛徽章:
0
2 [报告]
发表于 2003-11-03 15:37 |只看该作者

求助:rman做完全数据库备份出错,诸位大侠帮忙看看!

终于找到原因。
加入以下行就ok乐:
setlimit channel c1 kbytes=20000;
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP