- 论坛徽章:
- 0
|
环境:cell manager---windows 2000
client :aix 5.3 +oracle 9.0.1
问题描述:通过windows 2000的cell manager已经可以实现client aix5.3的文件备份,
现在备份oracle的时候发现问题。插件已经正常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提供的介质管理库? |
|