TO ALL RMAN GURU,
Below is rman backup script that was run but backup failed.
Could some one have a look at the error stack and point me to the right direction as my backup fail with the error
RMAN-10035: exception raised in RPC: ORA-19504: failed to create file "C:\ORACLE
\RMAN_BACK\RICK11"
ORA-27040: skgfrcre: create error, unable to create file
OSD-04002: unable to open file
O/S-Error: (OS 3) The system cannot find the path specified.
RMAN-10031: ORA-19624 occurred during call to DBMS_BACKUP_RESTORE.BACKUPPIECECRE
ATE
below is every thing that you might need.
Thanks
C:\>SET ORACLE_SID=RICK
C:\>RMAN
Recovery Manager: Release 8.1.7.0.0 - Production
RMAN> CONNECT TARGET INTERNAL/ORACLE@RICK
RMAN-06005: connected to target database: RICK (DBID=398027678)
RMAN> CONNECT CATALOG RMAN_USER/RMAN_USER@RMCAT
RMAN-06008: connected to recovery catalog database
RMAN-06428: recovery catalog is not installed
RMAN> CREATE CATALOG TABLESPACE RMAN_TS;
RMAN-06431: recovery catalog created
RMAN> REGISTER DATABASE;
RMAN-03022: compiling command: register
RMAN-03023: executing command: register
RMAN-08006: database registered in recovery catalog
RMAN-03023: executing command: full resync
RMAN-08002: starting full resync of recovery catalog
RMAN-08004: full resync complete
RMAN> REPORT SCHEMA;
RMAN-03022: compiling command: report
Report of database schema
File K-bytes Tablespace RB segs Name
---- ---------- -------------------- ------- -------------------
1 280576 SYSTEM YES C:\ORACLE\ORADATA\RICK\SYSTEM01.DBF
2 51200 RBS YES C:\ORACLE\ORADATA\RICK\RBS01.DBF
3 20480 USERS NO C:\ORACLE\ORADATA\RICK\USERS01.DBF
4 20480 TEMP NO C:\ORACLE\ORADATA\RICK\TEMP01.DBF
5 10240 TOOLS NO C:\ORACLE\ORADATA\RICK\TOOLS01.DBF
6 20480 INDX NO C:\ORACLE\ORADATA\RICK\INDX01.DBF
7 20480 DRSYS NO C:\ORACLE\ORADATA\RICK\DR01.DBF
8 204800 USERS NO C:\ORACLE\ORADATA\RICK\USERS02.DBF
9 204800 DRSYS NO C:\ORACLE\ORADATA\RICK\DRSYS02.DBF
10 204800 TOOLS NO C:\ORACLE\ORADATA\RICK\TOOLS02.DBF
11 204800 INDX NO C:\ORACLE\ORADATA\RICK\INDX02.DBF
12 204800 RBS YES C:\ORACLE\ORADATA\RICK\RBS02.DBF
13 204800 TEMP NO C:\ORACLE\ORADATA\RICK\TEMP02.DBF
14 204800 SYSTEM YES C:\ORACLE\ORADATA\RICK\SYSTEM02.DBF
15 409600 TOOLS NO C:\ORACLE\ORADATA\RICK\TOOLS03.DBF