- 论坛徽章:
- 0
|
Recovery Manager: Release 9.2.0.3.0 - Production
Copyright (c) 1995, 2002, Oracle Corporation. All rights reserved.
2>;
3>; # -----------------------------------------------------------------
4>; # RMAN command section
5>; # -----------------------------------------------------------------
6>;
7>; RUN {
8>;
9>; ALLOCATE CHANNEL ch00
10>; TYPE 'SBT_TAPE';
11>; SEND 'NB_ORA_CLIENT=myTEST';
12>;
13>; RESTORE
14>; TABLESPACE
15>; 'POD',
16>; 'POX'
17>; UNTIL TIME "TO_DATE('03-22-2005:04:22:22', 'MM-DD-YYYY:HH24:MI:SS')";
18>;
19>; RECOVER
20>; TABLESPACE
21>; 'POD',
22>; 'POX';
23>;
24>; RELEASE CHANNEL ch00;
25>; }
26>;
using target database controlfile instead of recovery catalog
allocated channel: ch00
channel ch00: sid=16 devtype=SBT_TAPE
channel ch00: VERITAS NetBackup for Oracle - Release 4.5MP6 (00000000)
sent command to channel: ch00
Starting restore at 31-MAR-05
channel ch00: starting datafile backupset restore
channel ch00: specifying datafile(s) to restore from backup set
restoring datafile 00037 to /oradata/prod/proddata/pod01.dbf
released channel: ch00
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of restore command at 03/31/2005 00:28:34
ORA-27192: skgfcls: sbtclose2 returned error - failed to close file
ORA-19511: Error received from media manager layer, error text:
sbtclose2: Failed to process backup file.
ORA-19573: cannot obtain exclusive enqueue for datafile 37
Recovery Manager complete.
SQL*Plus: Release 9.2.0.3.0 - Production on Thu Mar 31 00:28:35 2005
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
SQL>; Connected.
SQL>; alter database open
*
ERROR at line 1:
ORA-01531: a database already open by the instance
SQL>; Disconnected from Oracle9i Enterprise Edition Release 9.2.0.3.0 - Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.3.0 - Production
以上内容为日志,不知道是什么错误引志的,请高手指点,多谢了! |
|