Hi all,

O/S RHEL 4
DB: 10.2.0.1 with ASM

We are duplicating a single node cluster RAC db for a standby in a rac cluster. Whislt we are duplicating we are getting the following errors in the alert log:

Code:
ORA-01157: Message 1157 not found; No message file for product=RDBMS, facility=ORA; arguments: [111]
ORA-01110: Message 1110 not found; No message file for product=RDBMS, facility=ORA; arguments: [111] [+DATA/bof/datafile/ovrimages.1305.661275223]
ORA-17503: Message 17503 not found; No message file for product=RDBMS, facility=ORA; arguments: [2] [+DATA/bof/datafile/ovrimages.1305.661275223]
ORA-15012: ASM file '+DATA/bof/datafile/ovrimages.1305.661275223' does not exist
SUCCESS: diskgroup DATA was mounted
As far as can i see i have set all the db_file_convert parameters correctly:

Code:
*.db_file_name_convert='+SYSTEM/bof2','+DATA/bof','+VGROUP1/bof2','+DATA/bof','+VGROUP2/bof2','+DATA/bof','+VGROUP3/bof2','+DATA/bof','+VGROUP4/bof2','+DATA/bof'
*.db_name='bof2'
bof211.db_unique_name='bof'
We have not set db_create_file_dest as on the primary data is stored across various disk groups and going to different diskgroups .

Can any shed any light on how to solve this error?

Thanks in advance,
Chucks