Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> RMAN error ORA-19511: SBT-7009
Following script does not work. Somewhere in the middle of process in gets
an exception.
However, when I issue commands manually, I can repeat a particular command
which failed and it works.
Oracle support fingerpoints on CA (vendor of ArcServe2K), claiming that it
is the Media Manager error.
However I have found similar problems exist also for another backup
software. People fix these by setting some environment vars. It does not
help with ArcServe2K Media Manager.
Please help if you know solution.
Script
2> 3> # recreate dirs 4> host 'mkdir J:\LAWSONDATA'; 5> host 'mkdir J:\LAWSONINDEX'; 6> host 'mkdir J:\LAWSONTEMP'; 7> 8> # restore datafiles 9> run { 10> allocate channel t1 type 'SBT_TAPE'; 11> recover datafile 'J:\LAWSONDATA\DATA3.DBF' check logical; 12> recover datafile 'J:\LAWSONINDEX\INDEX2.DBF' check logical; 13> recover datafile 'J:\LAWSONTEMP\TEMPPROD.DBF' check logical; 14> 15> recover database; 16> 17> open database;
Error appears on recovering of second file.
Error stack.
RMAN-03002: failure during compilation of command RMAN-03013: command type: restore RMAN-03007: retryable error occurred during execution of command: IRESTORE RMAN-07004: unhandled exception during command execution on channel t1 RMAN-10032: unhandled exception during execution of job step 2: ORA-19624:operation failed, retry possible