免费注册 查看新帖 |

Chinaunix

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

求助TDP问题 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2005-12-12 08:43 |只看该作者 |倒序浏览
ORACLE9I+TDP5.2.2.0+3583 TAPE LIB

做FULL 备份和0级备份没问题,但1级备份总不成功。



RMAN-03009: failure of backup command on t1 channel at 12/08/2005 14:37:39
ORA-27206: requested file not found in media management catalog
ORA-19502: write error on file "df_576513324_30_1", blockno 11265 (blocksize=512
)
ORA-27030: skgfwrt: sbtwrite2 returned error
ORA-19511: Error received from media manager layer, error text:
  ANS1017E (RC-50)  Session rejected: TCP/IP connection failure

sysjs@sohu.com

论坛徽章:
0
2 [报告]
发表于 2005-12-12 08:55 |只看该作者
全备份脚本
configure controlfile autobackup on;

run
{
  allocate channel t1 type 'sbt_tape' parms
           'ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/bin64/tdpo.opt)';
  backup full
     filesperset 5
     format 'df_%t_%s_%p'
     (database);
  backup filesperset 3 format 'arc_%t_%s_%p'
  archivelog all delete input;
  release channel t1;

0级备份脚本
configure controlfile autobackup on;

run
{
  allocate channel t1 type 'sbt_tape' parms
           'ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/bin64/tdpo.opt)';
  backup incremental level 0
     filesperset 5
     format 'df_%t_%s_%p'
     (database);
  release channel t1;

1级备份脚本
configure controlfile autobackup on;

run
{
  allocate channel t1 type 'sbt_tape' parms
           'ENV=(TDPO_OPTFILE=/usr/tivoli/tsm/client/oracle/bin64/tdpo.opt)';
  backup incremental level 1
     filesperset 5
     format 'df_%t_%s_%p'
     (database);
  release channel t1;
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP