Hi all,

I have a cold backup for my prod DB and now my boss asked me to create another DB called TEST on same server.
basically,

step1- I copied all datafiles, control files, redo log files to new disk location.
step2- edit initTEST.ora to reflect the path of new controlfiles,archive_log_dest, and DB_Name.
step3- oradim80 -new -sid test intpwd oracletest -startmode auto -pfile c:\initTEST.ora
step4- set oracle_sid=TEST, svrmgr30 and startup nomount pfile=c:\initTEST.ora;
(db nomount- OK)
step5 -alter database mount; - (error)
--> ora-01103: database name 'prod' in controlfile is not test

How can I continue?