I think following should work.

1. From the origional database, give 'alter database backup controlfile to trace.'

2. Edit the traced control file create comment to change DB_NAME.

3. Create the new control file with this ASCII fille.

4. Startup up the database with this new control file.

Kailash Pareek