- 論壇徽章:
- 0
|
環(huán)境:cell manager---windows 2000
client :aix 5.3 +oracle 9.0.1
問題描述:通過windows 2000的cell manager已經(jīng)可以實(shí)現(xiàn)client aix5.3的文件備份,
現(xiàn)在備份oracle的時候發(fā)現(xiàn)問題。插件已經(jīng)正常ln,ln -s /usr/omni/lib/libob2oracle8_64bit.a $ORACLE_HOME/lib/libobk.a
但是通過/usr/bin/dump -H -X64 $ORACLE_HOME/bin/oracle,無法看到鏈接過的庫。
手工使用rman ,自己指定media lib庫的路徑$ rman target sys/sys@SDC
Recovery Manager: Release 9.2.0.1.0 - 64bit Production
Copyright (c) 1995, 2002, Oracle Corporation. All rights reserved.
connected to target database: SDC (DBID=2120757306)
RMAN> RUN { ALLOCATE CHANNEL c1 DEVICE TYPE sbt PARMS='SBT_LIBRARY=/usr/omni/li
b/libob2oracle8_64bit.a';
2>
3> release channel c1;
}
4> 5>
using target database controlfile instead of recovery catalog
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of allocate command on c1 channel at 05/23/2006 17:32:25
ORA-19554: error allocating device, device type: SBT_TAPE, device name:
ORA-27211: Failed to load Media Management Library
Additional information: 8
還是不行。
用cell manager的GUI工具ADD BACKUP.
pyright (c) 1995, 2002, Oracle Corporation. All rights reserved.
RMAN>
connected to target database: SDC (not mounted)
using target database controlfile instead of recovery catalog
RMAN> 2> 3> 4>
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of allocate command on dummy channel at 05/23/2006 18:19:25
ORA-19554: error allocating device, device type: SBT_TAPE, device name:
ORA-27000: skgfqsbi: failed to initialize storage subsystem (SBT) layer
Additional information: 7110
ORA-19511: Error received from media manager layer, error text:
SBT error = 7110, errno = 0, sbtinit: internal error - invalid argument(s)
RMAN>
Recovery Manager complete.
請高手指教,為什么,oracle無法敏感到DP提供的介質(zhì)管理庫? |
|