RMAN无法备份,请帮忙!!!
数据库处于archivelog方式,以下为错误信息:
SunOS 5.6
login: oracle8
Password:
Last login: Tue May 7 21:22:22 from 10.79.213.133
Sun Microsystems Inc. SunOS 5.6 Generic August 1997
You have mail.
sun2000e% rman nocatalog cmdfile nsrora8
复原管理器: 版本8.0.4.0.0 - Production
RMAN-06009: 使用目标数据库控制文件替代恢复目录
RMAN>connect target rman/rman@ora7;
2>
3>run {
4>allocate channel t1 type disk ;
5>backup full filesperset 4 format '/export/home/oracle/FULL_%d_%u' (database);
6>release channel t1;
7>}
8>
9>
RMAN-06005: 连接到目标数据库: ORA7
RMAN-03022: 编译命令: allocate
RMAN-03023: 执行命令: allocate
RMAN-08030: 分配的通道: t1
RMAN-08500: 通道 t1: sid=15 devtype=DISK
RMAN-03022: 编译命令: backup
RMAN-03023: 执行命令: backup
RMAN-08008: 通道 t1: 开始数据文件备份集
RMAN-08502: set_count=9 set_stamp=461281370
RMAN-08010: 通道 t1: 包含数据文件 17 在备份集中
RMAN-08010: 通道 t1: 包含数据文件 1 在备份集中
RMAN-08011: 通道 t1: 包括当前的控制文件在备份集中
RMAN-08010: 通道 t1: 包含数据文件 21 在备份集中
RMAN-00569: ================error message stack follows================
RMAN-03007: retryable error occurred during execution of command: backup
RMAN-07004: unhandled exception during command execution on channel t1
RMAN-10032: unhandled exception during execution of job step 1: ORA-06512: at li
ne 156
RMAN-10035: exception raised in RPC: ORA-19624: operation failed, retry possible
ORA-19504: failed to create file "/export/home/oracle/FULL_ORA7_09dnt62q"
ORA-27040: skgfrcre: create error, unable to create file
SVR4 Error: 2: No such file or directory
ORA-06512: at "SYS.DBMS_BACKUP_RESTORE", line 408
RMAN-10031: ORA-19624 occurred during call to DBMS_BACKUP_RESTORE.BACKUPPIECECRE
ATE
复原管理器完成.
sun2000e%
|