- 论坛徽章:
- 0
|
Recovery Manager: Release 9.2.0.3.0 - Production\r\n\r\nCopyright (c) 1995, 2002, Oracle Corporation. All rights reserved.\r\n\r\n2>; \r\n3>; # -----------------------------------------------------------------\r\n4>; # RMAN command section\r\n5>; # -----------------------------------------------------------------\r\n6>; \r\n7>; RUN {\r\n8>; \r\n9>; ALLOCATE CHANNEL ch00 \r\n10>; TYPE \'SBT_TAPE\';\r\n11>; SEND \'NB_ORA_CLIENT=myTEST\';\r\n12>; \r\n13>; RESTORE\r\n14>; TABLESPACE\r\n15>; \'POD\',\r\n16>; \'POX\'\r\n17>; UNTIL TIME \"TO_DATE(\'03-22-2005:04:22:22\', \'MM-DD-YYYY:HH24:MI:SS\')\";\r\n18>; \r\n19>; RECOVER\r\n20>; TABLESPACE\r\n21>; \'POD\',\r\n22>; \'POX\';\r\n23>; \r\n24>; RELEASE CHANNEL ch00;\r\n25>; }\r\n26>; \r\nusing target database controlfile instead of recovery catalog\r\n\r\nallocated channel: ch00\r\nchannel ch00: sid=16 devtype=SBT_TAPE\r\nchannel ch00: VERITAS NetBackup for Oracle - Release 4.5MP6 (00000000)\r\n\r\nsent command to channel: ch00\r\n\r\nStarting restore at 31-MAR-05\r\n\r\nchannel ch00: starting datafile backupset restore\r\nchannel ch00: specifying datafile(s) to restore from backup set\r\nrestoring datafile 00037 to /oradata/prod/proddata/pod01.dbf\r\nreleased channel: ch00\r\nRMAN-00571: ===========================================================\r\nRMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============\r\nRMAN-00571: ===========================================================\r\nRMAN-03002: failure of restore command at 03/31/2005 00:28:34\r\nORA-27192: skgfcls: sbtclose2 returned error - failed to close file\r\nORA-19511: Error received from media manager layer, error text:\r\n sbtclose2: Failed to process backup file.\r\nORA-19573: cannot obtain exclusive enqueue for datafile 37\r\n\r\nRecovery Manager complete.\r\n\r\nSQL*Plus: Release 9.2.0.3.0 - Production on Thu Mar 31 00:28:35 2005\r\n\r\nCopyright (c) 1982, 2002, Oracle Corporation. All rights reserved.\r\n\r\nSQL>; Connected.\r\nSQL>; alter database open\r\n*\r\nERROR at line 1:\r\nORA-01531: a database already open by the instance\r\n\r\n\r\nSQL>; Disconnected from Oracle9i Enterprise Edition Release 9.2.0.3.0 - Production\r\nWith the Partitioning, OLAP and Oracle Data Mining options\r\nJServer Release 9.2.0.3.0 - Production\r\n以上内容为日志,不知道是什么错误引志的,请高手指点,多谢了! |
|