RMAN copy from active database question
i am doing a rman backup restore from active database
,its showing me which datafiles its copying but on the target system i dont see
them in asm yet.. is it normal?
oracle@dotstodb746:$ more restore.cmd
run {
allocate channel ch1 type disk;
allocate channel ch2 type disk;
allocate channel ch3 type disk;
allocate channel ch4 type disk;
allocate channel ch5 type disk;
allocate channel ch6 type disk;
allocate channel ch7 type disk;
allocate channel ch8 type disk;
allocate channel ch9 type disk;
allocate channel ch10 type disk;
allocate auxiliary channel auxch1 type disk;
allocate auxiliary channel auxch2 type disk;