I'm trying to duplicate a database (11.2.0.3) from an active database, the create controlfile failed because there was a reference to a diskgroup that did not exist, so I modified the create controlfile command to reference the correct diskgroup and added all of the copied datafiles, but now when I execute the create controlfile command I get these errors:
CREATE CONTROLFILE REUSE SET DATABASE "XXXXXXXX" RESETLOGS ARCHIVELOG
*
ERROR at line 1:
ORA-01503: CREATE CONTROLFILE failed
ORA-01159: file is not from same database as previous files - wrong database id
ORA-01110: data file 1: '+BOFA_DATA/xxxxxxxx/datafile/SYSTEM.441.927510389'
Anyone have any suggestions for me?
Thank you.