Hi all,
I'm trying to backup level-0 of the target database. Everything seems OK except at the end of backup I get the error message as following:
The stored script:
replace script backup0 {
allocate channel d1 type disk;
backup
incremental level 0
format '/opt/apps/oracle/backup/%d_%s_%p'
filesperset 1
(database include current controlfile);
sql 'alter system archive log current';
release channel d1;
}
RMAN-03022: compiling command: sql
RMAN-06162: sql statement: alter system archive log current
RMAN-03023: executing command: sql
RMAN-03026: error recovery releasing channel resources
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-07005: error during channel cleanup
RMAN-07004: unhandled exception during command execution on channel default
RMAN-10032: unhandled exception during execution of job step 1:
RMAN-10035: exception raised in RPC:
S0U¼¤äè!¼ôÜä
RMAN-10031: ORA-3114 occurred during call to DBMS_BACKUP_RESTORE.BACKUPCANCEL
RMAN-03015: error occurred in stored script backup0
RMAN-03006: non-retryable error occurred during execution of command: sql
RMAN-07004: unhandled exception during command execution on channel default
RMAN-20000: abnormal termination of job step
RMAN-11003: failure during parse/execution of SQL statement: alter system archive log current
RMAN-11001: Oracle Error: ORA-03113: end-of-file on communication channel
Recovery Manager complete.
Any idea
//Hamhey
06-10-2003, 07:30 AM
adewri
Which OS ??
06-10-2003, 07:34 AM
hamhey
Hi
The OS is solaris 8.0 and the Oracle version is 8.1.5
//Hamhey
06-10-2003, 07:37 AM
efrijters
Hi,
Metalink has a subject on this. I tried to copy the link, but it doesn't forward you correctly.
Go to metalink.oracle.com and search for "RMAN-03026".
Choose "Receiving RMAN-03026 with comand list backup" in the result list.
HTH,
Erik
Oops: it's a different OS (when I started typing, there were no other replies...)
06-10-2003, 07:38 AM
adewri
This could possibly be a bug.
Raise an iTAR.
06-10-2003, 08:51 PM
vinodkmg
Hi Hamhey,
Can you ur backup by changing onething in ur backup script.
Instead of "sql 'alter system archive log current';" use "alter system switch logfile"