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