Sorry..

I know that but I wrote wrong. So:

startup nomount;
set DBID
restore controlfile from autobackup;
alter database mount;
restore database;

In this phase I got message that dbf files have been already restored but that restore process is not done.

restore not done; all files readonly, offline, or already restored

Is there any idea to solve this?