restore from rman database image copy
Hello , I used below command to take backup of database and need to restore this on dev server
RMAN> run
2> {
3> allocate channel t1 device type disk format '/prodoragridcn_01/app/oracle/work/%U';
4> backup as copy database;
5> }
Please suggest how do I restore from image database .
Best regards,
Vishal