run {
startup mount pfile=\INIT.ORA;

allocate channel ch1 type disk;

restore database;
recover database;

release channel ch1;
}

I am assuming you have same partitioning for PROD and DEV databases.