Dear All,

I am having following problem in one Oracle 10g database.

ARC0: Unable to archive log 2 thread 1 sequence 40985
Log actively being archived by another process


I suspect that on a shell scripts being run arround the sale time.

The code looks like this
=======================
sqlplus "/ as sysdba" < alter system switch logfile;
alter system switch logfile;
alter system switch logfile;
archive log all;
EOF


# Use rman to create backup pieces for the archived logs and a controlfile backu
p
rman target=/ nocatalog < backup archivelog from time 'SYSDATE-$3' tag = 'archivelogs backup' format '/u4
/backup/TASKPAK_$1_t%t_s%s_p%p.arc';
backup current controlfile tag = 'cf separate backup' format='/u4/backup/TASKPA
K_$1_t%t_s%s_p%p.controlfile';
EOF

=====================

Could someone advise what causing this problems ?

Please advise.

Thanks

V.