+ -
当前位置:首页 → 问答吧 → orace rman

orace rman

时间:2010-08-31

来源:互联网

RMAN> run {
2> allocate channel c1 type 'sbt_tape'
3> parms="SBT_LIBRARY=C:\Program Files\Atempo\tina_ma\Bin\oradbt.dll,
4> ENV=(TINA_HOME=C:\Program Files\Atempo\tina_ma,TINA_RMAN_CATALOG=rman_db,
5> TINA_RMAN_FOLDER=glasgow.rman,TINA_RMAN_USER=rman_db,
6> TINA_RMAN_BAK_TIMEOUT=14400)"
7> trace=1;
8> backup database;
9> }

RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of allocate command on c1 channel at 08/31/2010 12:03:35
ORA-19554: error allocating device, device type: SBT_TAPE, device name:
ORA-27209: syntax error in device PARMS - unknown keyword or missing =
OSD-1508584: Message 1508584 not found;  product=RDBMS; facility=SOSD



刚刚接触rman,不是很清楚错误原因,望大哥们给指点一二。谢谢
我用atempo对oracle using rman做备份

作者: myj2690188   发布时间: 2010-08-31

帮你顶起。我也不是很明白。

作者: renxiao2003   发布时间: 2010-08-31