when you specify the SET option,
you are instructing oracle to create the database with a new database name, so the redo logs will always be RESET.
Either create the database with no SET option and open the db with NORESETLOGS option, or create a new controlfile with new DBname with SET option and open the database with RESETLOGS option.