1.alter tablespace system begin backup;
2.copy datafiles of system tablespace to backup location.
3.alter tablespace system end backup;
4.repeat step 1 to step 4 for all the tablespaces
5.alter database backup controlfile to '<path/control01.ctl>';
6.alter system switch logfile;