ORA-19606
-
ORA-19606 during Rman backup
I faced with ORA-19606 error on 11.2.0.4 database. I am using below rman script to take full backup for my database. Here is my script: rman target / run { ALLOCATE CHANNEL C1 device type ‘sbt_tape’ ; ALLOCATE CHANNEL C2 device type ‘sbt_tape’ ; backup database plus archivelog delete input format= ‘DB_SID_DB_%d_%t_%s_%p’; backup archivelog all Continue reading
