DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: ORA-15012: ASM file does not exist

  1. #1
    Join Date
    Dec 2001
    Posts
    337

    ORA-15012: ASM file does not exist

    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

  2. #2
    Join Date
    Nov 2001
    Posts
    335
    Try

    *.db_file_name_convert='+SYSTEM/bof2/datafile','+DATA/bof/datafile'
    One, who thinks that the other one who thinks that know and does not know, does not know either!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width