Use the migration utility provided by Oracle to do the migration. Please refer to the migration manual for details. But don't forget to take a cold backup of the oracle7 database before migraion.

Migration utility will create the control file for you when you invoke the following command

alter database convert;

Regards