hi,

I have taken full backup yesterday including archivelog files upto sequence# 2848.Now i need to take incremental backup of database plus archivelog files from that sequence#2848 to till now.
Oracle version :10.2.0
WindowsNT


I tried using this script :
Run
{
allocate channel c1 device type disk format='f:/backup/increment/Increment_bkp_Jul31/db_%U';
backup incremental level 1 database;
backup archivelog from sequence 2849;
}


Is there any other way? if ? guide me plz...

TIA,