No RMAN.

1) alter database begin backup;
2) copy data files to another disk
3) alter database end backup;
4) alter system switch logfile;
5) copy archived redo logs to another disk.
6) backup control file

This is our procedure in a nutshell. In this scenario what is happening?

Thanks,
Nathan