Have you coppied the redo logs as well? If so, try
alter database open ( without resetlogs)
If not, try
Recover database until cancel
and enter CANCEL immediately when asked
(if not asked at all do not worry about that)
When that's finished, go for
alter database open resetlogs;

I hope that works ( one never knows with that ;-))