Hello,

can someone help me with the explaination of what the section of script below is doing?

sql 'alter system archive log current';
backup
format 'c:\temp\al_t%t_s%s_p%p'
archivelog all
delete input;

Thanks