ORA-01504: name of the 'DEV1' database does not match parameter db_name "PROD1".

Hi, all.

This is my first time cloning of a database. Recovery finished, but gave me the following error message. All parameters in the pfile file are on 'DEV1 '. I think that the db_name "PROD1" parameter exists in the control file and causes this error. The control file is under ASM.

How can I change the setting in the control file and raise the cloned database 'DEV1 '? Also, how can I avoid this problem next time I make a clone?

Thanks in advance!


Oracle 10g Release 2 under RHEL5

Database cloning using RMAN Duplicate > ORA-01504: "DEV1" database name does not match "PROD1" db_name parameter
ASMCMD> ls
control01.ctl
current.275.729098001
archive log filename=/u001/dbsvr/dev1/1_131706_653848580.dbf recid=59 stamp=741953991
media recovery complete, elapsed time: 00:09:31
*Finished recover at 01-FEB-11*
contents of Memory Script:
{
   shutdown clone;
   startup clone nomount ;
}
executing Memory Script

database dismounted
Oracle instance shut down

connected to auxiliary database (not started)
Oracle instance started

Total System Global Area     725614592 bytes

Fixed Size                     2075592 bytes
Variable Size                448791608 bytes
Database Buffers             268435456 bytes
Redo Buffers                   6311936 bytes
sql statement: CREATE CONTROLFILE REUSE SET DATABASE "DEV1" RESETLOGS ARCHIVELOG
  MAXLOGFILES     50
  MAXLOGMEMBERS      5
  MAXDATAFILES      100
  MAXINSTANCES     1
  MAXLOGHISTORY     5445
 LOGFILE
  GROUP  1 '+DATA3/dev1/datafile/redo01.log' SIZE 100 M ,
  GROUP  2 '+DATA3/dev1/datafile/redo02.log' SIZE 100 M ,
  GROUP  3 '+DATA3/dev1/datafile/redo03.log' SIZE 100 M
 DATAFILE
  '+DATA3/dev1/datafile/system01.dbf'
 CHARACTER SET WE8ISO8859P1

RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03002: failure of Duplicate Db command at 02/01/2011 10:30:17
RMAN-06136: ORACLE error from auxiliary database: ORA-01503: CREATE CONTROLFILE failed
ORA-01504: database name 'DEV1' does not match parameter db_name 'PROD1'

RMAN>
RMAN> **end-of-file**

RMAN>

db_name parameter and database name must match. There is an incorrect db_name parameter in your target pfile database file!
Best: there should not be any db_name parameter at all.

Note: the name of the database is also in the controlfile.

-----------
Sybrand Bakker
Senior Oracle DBA

Tags: Database

Similar Questions

  • Name of the VM folder does not match filenames VM

    I only discovered that recently for one of our virtual machines via RVTools.

    The virtual machine is 'sql4' and all files are sql4.*, but somehow, I don't know how, they are all in a folder called sql4_1, while the real sql4 is only a file folder sql4 - 1.png.

    I know that this does not apparently affect function of the VM wrt end-users and al.

    I am puzzled, how it happened and how (if) it should be set to the name of the folder is the VM name and the names of computer virtual files.

    Remedies?
    PS Ce is not a file of svMotion problem of name change.

    Thank you, Tom

    Hello

    just rename the folder on the VMFS would break the virtual machine, as all the paths in the vmx files no longer correspond.

    Try the svMotion. It renames the folder as well

    Tim

  • The column that does not match when comparing two records

    Hi all

    We try to compare two tables and find the differences. So if two records (1 of each table) have same PK but not always matching because of some columns, then we would display this columnname. For example:

    Table 1

    PK Parent Child Property1 Property2
    1AA1P1PR1
    2BB1P2oraPR2
    3CC1P3SRP

    Table 2

    PK Parent Child Property1 Property2
    1AA1P1PR1
    2BB1P2PR2
    3CC1P3PR4

    In the above example when I compare 2 tables all matches except Property2 online n ° 3. Thus, we would like to get an output like:

    PK Column_Mismatch
    3Property2 (this must be the name of the column that does not match)

    Appreciate the help.

    Thank you

    Andy

    Hi, Andy.

    Andy1484 wrote:

    Hi all

    We try to compare two tables and find the differences. So if two records (1 of each table) have same PK but not always matching because of some columns, then we would display this columnname. For example:

    Table 1

    PK Parent Child Property1 Property2
    1 A A1 P1 PR1
    2 B B1 P2 oraPR2
    3 C C1 P3 PR3

    Table 2

    PK Parent Child Property1 Property2
    1 A A1 P1 PR1
    2 B B1 P2 PR2
    3 C C1 P3 PR4

    In the above example when I compare 2 tables all matches except Property2 online n ° 3. Thus, we would like to get an output like:

    PK Column_Mismatch
    3 Property2 (this must be the name of the column that does not match)

    Appreciate the help.

    Thank you

    Andy

    Why you don't want no matter what exit for pk = 2?  Property2 does not correspond either to pk.

    What happens if the 2 columns (or more) do not match?  The following query would produce a list delimited, such as ' parents; PROPERTY2 '.

    WITH got_mismatch AS

    (

    SELECT pk

    , CASE WHEN t1.parent <> t2.parent THEN '; PARENT' END

    || CASE WHEN t1.child <> t2.child THEN '; CHILD ' END

    || CASE WHEN t1.properry1 <> t2.property1 THEN '; PROPERTY1 ' END

    || CASE WHEN t1.properry2 <> t2.property2 THEN '; PROPERTY2 ' END

    AS the offset

    FROM table_1 t1

    JOIN table_2 t2 ON t2.pk = t1.pk

    )

    SELECT pk

    , SUBSTR (incompatibility, 3) AS column_mismatch

    OF got_mismatch

    WHERE mismatch IS NOT NULL

    ;

    If you would care to post CREATE TABLE and INSERT statements for your sample data, and then I could test this.

    The query above does not count NULL values as inadequate.  If you want that, the same basic approach will work, but you can use DECODE instead of <> to compare columns.

    What happens if a pk exist in a table, but not the other?  You want an outer join, where I used an inner join above.

  • 500 the application author does not match the author token of debugging

    My name is Jean-François Geyelin. My application name is PewPew.

    When you try to run PewPew on a playbook, I get the error "500 the Application author does not match debug token author.":

    the command deploy blackberry - installApp-password abdelkader 192.168.1.37 - package device-Debug/PewPew.bar returns:

    Info: Send request: install
    Info: Action: install
    Info: File size: 3575023
    Info: installation...
    Info: Treatment 3575023 bytes
    actual_dname:
    actual_id:
    actual_version:
    result::failure 500 the Application author does not match debug author token.

    I did check the following:

    the blackberry-nativepackager - listManifest PewPew.bar command returns (among others):

    Package-author: Jean-Francois Geyelin

    Package-author-Id: gYAAgPqb4i9DBQ-DjR0zWsAWK8s

    blackberry nativepackager - listManifest library/Research\ In\ Motion control / debugtoken1.bar returns (among others):

    Package-author: Jean-Francois Geyelin
    Package-author-Id: gYAAgPqb4i9DBQ-DjR0zWsAWK8s

    What should I check or what is the problem?


    Problem solved by clearing and forwarding of the token of the device debugging.

  • See the value of zero instead of "the value entered does not match the format of the field [].

    I use the simplified notation filed to perform subtraction on a budget form.

    They all have an excellent work and have no problem display a value of zero when it's a simple subtraction (value1-value2).

    However, on my last field I want to take the total income and subtract what I spent (approximately 40 fields) and get a balance zero.

    When I try to do it I get this warning "the value entered does not match the format of the field [].

    The calculation works fine and displays the correct value for all the foregoing ".» 01 "and displays negative numbers. 01 "and underneath as well (if I go on the budget), she just may not show a zero, which is my goal for this equal to zero each month.

    I tried to watch if the forms and have not found an answer that works even for my situation.


    Happy to post the form here, just do not know how to do it.

    Thanks in advance,

    The custom calculation script may be something like the following:

    Get the value of field of income, as a number

    var v1 = + getField("Income").value;

    Set up an array of domain names

    var aFieldsToSubtract =]

    "ThithesB,"

    "TailleB,"

    "EFundB,"

    "MortgageB,"

    "HomeItemsB,"

    "HomeRepairsB,"

    "ElecticB,"

    "GasB.

    "WaterB."

    "SewerB,"

    "TrashB,"

    "PhoneB."

    "InternetB."

    "AutoInsB,"

    "UmbrellaB,"

    "IdentityB,"

    "CosmeticsB,"

    "ToiletriesB,"

    "PocketEBB,"

    "PocketCBB,"

    "GiftsB,"

    "HouseSuppliesB,"

    "PersonalOtherB,"

    "PersonalOther2B,"

    "GroceriesB,"

    "RestaurantsB,"

    "ClothingB,"

    "CarGasB,"

    "CarRepairsB,"

    "CarOtherB,"

    "MedicalBillsB,"

    "MedicalOtherB,"

    "EntertainmentB,"

    "VacationB,"

    "DebtCarB,"

    "DebtStudentLoan1B,"

    "DebtStudentLoan2B,"

    "DebtStudentLoan3B,"

    "DebtCreditB,"

    "DebtOther1B,"

    'DebtOther2B '.

    ];

    Subtract the values in field

    for (var i = 0; i)< afieldstosubtract.length,="" i="" +="1)">

    v1-= + getField(aFieldsToSubtract[i]).value;

    }

    Set this field value by rounding the result to the nearest

    Event.Value = util.printf ("%.2f", v1);

    Do not think of this as a band-aid, think the correct way to perform the calculation, because it is. Note that "Thithes" may be a spelling error.

  • the channel guide does not match the actual string

    the channel guide does not match the actual string that is to say PBS should be Channel 13 but is listed as channel 2 on the guide

    Hello James,.

    Welcome to the community of Sony.

    What is the model # of the TV?

    You can locate the model # of the TV from this link.

    You can try the steps mentioned on the underside of the base article of knowledge:

    http://www.KB.Sony.com/selfservice/documentLink.do?externalId=C408137

    Please mark it as "acceptable Solution" If you find this information useful.

    Kind regards

    Colby

  • Error: "the file is maybe damaged. the file header does not match the checksum calculated"during the installation of Windows 7/8

    * Original title: Question of re-Installation of operating system.

    I got the message during win 7 / Win 8 installation.

    "the file is maybe damaged. the file header does not match the checksum calculated.

    My config - processor Intel C2D, 2 GB of RAM, Intel motherboard, 500 GB HARD drive

    I have also replace Win 7 DVD and DVD player also replaced.

    I also reinstall my single RAM chip so many times. but the problem still exists.

    During Win XP SP 3 installation, no such message type not displayed. I can install it easily.

    Pls help me Sir, I would like to Win7 in my computer again.

    Hello

    Thanks for posting your query on the Microsoft Community.

    According to the description of the problem, it seems that you are facing the question with the reinstallation of Windows 7 on your computer.

    Because the computer does not recognize the CD - R into the DVD player probably boot order is set to hard drive first. I suggest to change the DVD boot priority in the BIOS and then try to perform the Startup Repair.

    Note: BIOS change / semiconductor (CMOS) to complementary metal oxide settings can cause serious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the configuration of the BIOS/CMOS settings can be solved. Changes to settings are at your own risk.

    In order to make changes in the BIOS, I suggest you to contact the manufacturer of the computer.

    Method 1:

    Unplug all external devices connected to the computer with the exception of the keyboard and mouse and check if the problem persists.

    M odes 2:

    If the problem persists try the Startup Repair. It is one of the recovery tools in the System Recovery Options menu. This set of tools is on your computer's hard disk and on the Windows installation disc. To learn more about Startup Repair , you can refer to the below mentioned article:

    http://Windows.Microsoft.com/en-us/Windows7/Startup-Repair-frequently-asked-questions

    Method 3:

    In addition, if startup repair is not enough, you can perform a system restore, check if it helps you to solve the problem. For reference, you can see the article mentioned below.

    What are the system recovery options in Windows 7?

    http://Windows.Microsoft.com/en-us/Windows7/what-are-the-system-recovery-options-in-Windows-7

    Note: when you perform the system restore to restore the computer to a previous state, programs and updates that you have installed are removed.

    Hope it would help. If problem persists always post back with the current state of your computer and the result of the proposed suggestion, we will be happy to help you.

    Kind regards

  • The installed product does not match the installation source (S). Until a matching source is provided or the installed product and source are synchronized... Cannot perform this action.

    Hello

    I'm not able to uninstall Skype on my laptop which is having windows 7 OS.
    It gives below error.
    The installed product does not match the installation source (S). Until a matching source is provided or the installed product and source are synchronized... Cannot perform this action.
    He appreciates if there is someone to support for this issue.
    Thank you
    Sandesh

    Hi Bader,

    Thanks for the kind reply. In fact before checking your response, I checked in my system there was the .msi from the Skype software installation file was missing. so I installed the same version installation file and then uninstalled the software.
    And I have installed the latest version of the Skype software.
    Thank you
    Sandesh
  • My payment deals due to a billing address error. "The billing address does not match your credit card information" or something like that. I can help with this?

    A month ago I started my trial version of CC. Immediately, I wanted to start my subscription. But even at the time my payment would not cross. I talked to your support by phone and got an e-mail link where I could fill my credit card information. The Defender said that as soon as Adobe has solved the technical problems (because saw it on the computer my billing address information was correct), he could enter the info for me.

    Now, I'm sitting here, without a work permit and still get the same message "the billing address does not match your credit card information.

    Contact technical support during business hours - for the link below, click on the still need help? option in the blue box below and choose the option to chat or by phone...

    Make sure that you are logged on the Adobe site, having cookies enabled, clearing your cookie cache.  If it fails to connect, try to use another browser.

  • "The Adobe ID does not match that saved in Tolino"

    I have an e-reader Tolino. I am registered with the public library in Frankfurt. When I try to download a book, I get the following message: "Adobe's DRM-protected content could not be loaded. The Adobe ID does not match the one saved in Tolino. "Please check the settings on your tolino to determine what Adobe ID you saved.

    I don't know what Adobe ID I backed up on my Tolino. I don't know what other Adobe ID that she compares to.

    How can I download my book?

    Hello

    Tolino isn't an Adobe product.  Unfortunately, we do not know how Tolino works.

    You would contact the Tolino customer service to get answers?

    Thank you.

  • I just tried to reinstall Acrobat 9.0 on my Mac. I'm going to the message I had the serial number does not match to. I bought for Windows in 2010 and he switched to Mac using Adobe. I now cannot install and this forum was fired by news

    I just tried to reinstall Acrobat 9.0 on my Mac. I'm going to the message I had the serial number does not match to. I bought for Windows in 2010 and he switched to Mac using Adobe. I now cannot install and this forum has been returned by the current agent. Can someone please? I don't have the funds to buy it again. Thank you.

    You can only do it in 1 or 2 years after purchase.  If you don't have that you received a serial number mac.

    check your account, Adobe ID Code

    If she is not there and you don't have to record the serial number of your mac on and fix you is perhaps not able to activate acrobat 9, but there is a chance adobe support would help.  Contact adobe during the time pst support by clicking here and, when available, click on "still need help," https://helpx.adobe.com/contact.html

  • The value entered does not match the value in the field

    I have a simple form on the page, a field callculates a percentage based on the values entered in 2 other fields, works very well, but then all the entries on the form generates this message "the entered value does not match the value in the field".

    Also, you can remove a tab stop of the fields?

    Just happened again.

  • Error message - the value entered does not match the Format of the field

    I get an error message in Adobe Pro x: "the value entered does not match the format of the field [JF13].

    I have JF13 scheduled as follows:

    Calculate tab:

    If (Number (this.getField("ck4").value) > 0) this.getField("JF13").value = Number (this.getField("FL019").value); else this.getField("JF13").value = "";

    It is programmed in this way, so if the user checks the checkbox in front of the field, only then will JF13 fills a value, which pulls of FL019. I also value parameters 'number' because the data to display in the form of a dollar amount $xxx.xx.

    FL019 is a hidden field on the form which takes an amount of a central computer and its settings can also be programmed to 'Number':

    I get four popup windows with the above mentioned error message, and the only way to make the stop message is to remove the «number» field format. However, when this is done, if a number any ending in a zero is entered, it cuts the zero. This is not acceptable either.

    Is there some kind of script that I could add or otherwise to prevent the error message and the cutting out of the zero on JF13?

    I'm not very proficient with javascript, any help would be appreciated!

    Just include the two quotes, not the comment brackets.

  • Size of the hard drive does not match, what to do?

    End of 2012, the MacBook Pro 13 "

    I've added everything I installed and registered on my macbook and it does not match the size of my disk info...
    I just deleted all the documents that I need to see what will happen with the size of the disk and it says: drive for 'other' size is 85GB and

    Audio = 0
    Film = 0
    Photo = 0
    Programs = 0
    Security Copies = 0
    Other = 85,17 GB

    And the strange thing is that I have 10 + adobe programs installed (that doesn't add anywhere near 85 GB!)
    But the weird thing ', it is also that it shows 0GB to programs/software that I obviously have a lot of programs/software installed. WHAAAT...

    It's really annoying

    It seems as if increases the amount of data in 'other' counts for

    Is there someone out there in the world of the internet, who knows how to fix this?

    I tried to read a previous debate about this, but to be honest, I do not understand...
    I'm not exactly a macbook-computer-expert when it comes to knowledge like that

    I would be grateful for your help!

    It is in Danish, but... Yes

    LYD Sound/Audio =
    Film = film
    Photo = Photo
    Progr. = Programs
    Sik.Kopier = security Copies
    Agent = other

  • 0xc0000221 error: Windows Boot Manager is possibly corrupt. The header checksum does not match the checksum calculated.

    Just turned laptop on a message saying... Manager of windows startup, the file is possibly corrupted, his header checksum does not match the sum of computer control. ?? File: / windows/system32/win load.exe...

    status: 0xc0000221.

    What help please this meen?

    Original title: help!

    Hi markwiggins,

    Follow these steps:

    Method 1: Run the Startup Repair

     

    For instructions, see the following article:

     

    Startup Repair: frequently asked questions

    If the startup repair does not resolve the problem, follow all the methods of these items:

    What to do if Windows does not start correctly

    How can I fix a startup (startup)?

    Method 2:

    Restore the system in the advanced system to a restore point recovery options menu before the show.

    For more details, see the following article:

    What are the system recovery options in Windows Vista?

    Method 3:

    Use the Bootrec.exe tool in the recovery Windows (WINRE) environment to troubleshoot and repair the Boot Configuration data.

     

    For instructions, see the following article:

    How to use the Bootrec.exe tool in the Windows recovery environment to troubleshoot and repair startup issues in Windows

Maybe you are looking for