Layout error creating database clone on the same windows machine.

I am tring to create the database clone on the same machine with rman.
I made after the steps and get below error.

(1) service created for clone
2) had full hot backup with rman of primary DB(*.db_name='PROD')
(3) startup pfile = 'initclone.ora' nomount; -> (* .db_name = 'PROD' and * .db_unique_name = "clone" parameter)
RMAN 4) > restore controlfile to ' C:\oracle\product\10.2.0\flash_recovery_area\PROD\BACKUPSET\2010_08_29\O1_MF_NCSNF_TAG20100829T174218_67NMPW8D_. BKP';
(5) sql > alter the editing of the database;
6)
RMAN > run {}
the value of newname for datafile 1 to ' c:\clone\SYSTEM01. DBF';
the value of newname for datafile 2 to ' c:\clone\UNDOTBS01. DBF';
the value of newname for datafile 3 to ' c:\clone\SYSAUX01. DBF';
the value of newname for datafile 4 to ' c:\clone\USERS01. DBF';
the value of newname for datafile 5 to ' c:\clone\EXAMPLE01. DBF';
restore the database;
switch datafile;
}

(7) SQL > restore database using backup controlfile;
ORA-00279: change 796656 September at 2010-08-29 17:42:19 needed to screw 1 ORA-00289: suggestion:
C:\CLONE\ARCH\CLONE\ARCHIVELOG\2010_08_29\O1_MF_1_27_%U_. ARC
ORA-00280: change 796656 thread 1 is in sequence #27

Specify the log: {< RET > = suggested |} Filename | AUTO | CANCEL}
C:\clone\arch\CLONE\ARCHIVELOG\2010_08_29\O1_MF_1_27_67NMSJ5Z_. ARC
ORA-00279: change 797296 September at 2010-08-29 17:44:40 needed to screw 1 ORA-00289: suggestion:
C:\CLONE\ARCH\CLONE\ARCHIVELOG\2010_08_29\O1_MF_1_28_%U_. ARC
ORA-00280: change 797296 thread 1 is in sequence #28
ORA-00278: log file ' C:\clone\arch\CLONE\ARCHIVELOG\2010_08_29\O1_MF_1_27_67NMSJ5Z_. ARC' is no longer necessary for this recovery


Specify the log: {< RET > = suggested |} Filename | AUTO | CANCEL}
C:\clone\arch\CLONE\ARCHIVELOG\2010_08_29\O1_MF_1_28_67NMSL6C_. ARC
ORA-00279: change 797301 September at 2010-08-29 17:44:42 necessary to screw 1 ORA-00289: suggestion:
C:\CLONE\ARCH\CLONE\ARCHIVELOG\2010_08_29\O1_MF_1_29_%U_. ARC
ORA-00280: change 797301 thread 1 is in sequence #29
ORA-00278: log file ' C:\clone\arch\CLONE\ARCHIVELOG\2010_08_29\O1_MF_1_28_67NMSL6C_. ARC' is no longer necessary for this recovery


Specify the log: {< RET > = suggested |} Filename | AUTO | CANCEL}
C:\clone\arch\CLONE\ARCHIVELOG\2010_08_29\O1_MF_1_29_67NN4WJD_. ARC
ORA-00279: change 797828 September at 2010-08-29 17:50:44 needed to screw 1
ORA-00289: suggestion:
C:\CLONE\ARCH\CLONE\ARCHIVELOG\2010_08_29\O1_MF_1_30_%U_. ARC
ORA-00280: change 797828 thread 1 is in sequence #30
ORA-00278: log file ' C:\clone\arch\CLONE\ARCHIVELOG\2010_08_29\O1_MF_1_29_67NN4WJD_. ARC' is no longer
necessary for this recovery


Specify the log: {< RET > = suggested |} Filename | AUTO | CANCEL}
C:\clone\arch\CLONE\ARCHIVELOG\2010_08_29\O1_MF_1_30_67NN9W5F_. ARC
ORA-00279: change 799046 September at 2010-08-29 17:53:23 necessary to screw 1
ORA-00289: suggestion:
C:\CLONE\ARCH\CLONE\ARCHIVELOG\2010_08_29\O1_MF_1_31_%U_. ARC
ORA-00280: change 799046 thread 1 is in sequence #31
ORA-00278: log file ' C:\clone\arch\CLONE\ARCHIVELOG\2010_08_29\O1_MF_1_30_67NN9W5F_. ARC' is no longer
necessary for this recovery


Specify the log: {< RET > = suggested |} Filename | AUTO | CANCEL}



She asks more of files, but in my primary DB, I have files not more arch.
I have also generated new arc with "alter system archive log courses;" and applied but still getting the same error

My primary database is in working condition and I can't stop it and I have in the file initora clone.

Please suggest...

Gour wrote:
Still getting the same error

SQL > restore database using backup controlfile;
ORA-00279: change 799046 September at 2010-08-29 17:53:23 necessary to screw 1
ORA-00289: suggestion:
C:\CLONE\ARCH\CLONE\ARCHIVELOG\2010_08_29\O1_MF_1_31_%U_. ARC
ORA-00280: change 799046 thread 1 is in sequence #31

Specify the log: {= suggested |} Filename | AUTO | CANCEL}
Cancel
Cancelled media recovery.
SQL > ALTER DATABASE OPEN RESETLOGS;
ALTER DATABASE OPEN RESETLOGS
*
ERROR on line 1:


ORA-01113: file 1 needs media recovery
ORA-01110: data file 1: ' C:\CLONE\SYSTEM01. DBF'

Try again, after step 5 cross rman
6)
RMAN >
Catalogue start with "C:\oracle\product\10.2.0\flash_recovery_area\PROD\archive_logfullparh";
Run {}
the value of newname for datafile 1 to ' c:\clone\SYSTEM01. DBF';
the value of newname for datafile 2 to ' c:\clone\UNDOTBS01. DBF';
the value of newname for datafile 3 to ' c:\clone\SYSAUX01. DBF';
the value of newname for datafile 4 to ' c:\clone\USERS01. DBF';
the value of newname for datafile 5 to ' c:\clone\EXAMPLE01. DBF';
restore the database;
switch datafile;
recover the database;
ALTER database open resetlogs;
}

Published by: Alex on August 29, 2010 06:49

Tags: Database

Similar Questions

  • two databases on the same windows machine. Unable to connect to a database.

    I installed two databases(11g) DB1 (ORCL) DB2 (DST) on windows vista. I am able to connect to the ORCL database only and connecting to the DST, I get the following error. The tnsentry is as below.
    I started the listener, and after that the DB service DST, but it did not help. I had created another LISTENER_DST auditor for the database of DST. Please advice if I am missing any action necessary.



    C:\Users\ratan > sqlplus scott/tiger@orcl

    SQL * more: Production of release 11.2.0.1.0 sat Nov 26 16:43:37 2011

    Copyright (c) 1982, 2010, Oracle. All rights reserved.


    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With partitioning, OLAP, Data Mining and Real Application Testing options

    SQL > exit
    Disconnected from the database to Oracle 11 g Enterprise Edition Release 11.2.0.1.0 - Pr
    production
    With partitioning, OLAP, Data Mining and Real Application Testing options

    C:\Users\ratan > sqlplus scott/tiger@dst

    SQL * more: Production of release 11.2.0.1.0 sat Nov 26 16:43:44 2011

    Copyright (c) 1982, 2010, Oracle. All rights reserved.

    ERROR:
    ORA-12514: TNS:listener is not currently of service requested in connect
    descriptor of


    Enter the user name:
    C:\Users\ratan > set oracle_sid = DST

    C:\Users\ratan > sqlplus scott/tiger@dst

    SQL * more: Production of release 11.2.0.1.0 sat Nov 26 16:50:02 2011

    Copyright (c) 1982, 2010, Oracle. All rights reserved.

    ERROR:
    ORA-12514: TNS:listener is not currently of service requested in connect
    descriptor of


    Enter the user name:

    Entered TNS are as below


    tnsnames.ora # Network Configuration file: C:\app\ratan\product\11.2.0\dbhome_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.

    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1521))
    )
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    )
    )

    LISTENER_ORCL =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost) (PORT = 1521))


    DST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP (PORT = 1522))(HOST = localhost))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = DST)
    )
    )

    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost) (PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    )
    )


    out of lsnrctl is as below

    C:\Users\ratan > lsnrctl status

    LSNRCTL for 32-bit Windows: Version 11.2.0.1.0 - Production November 26, 2011 16:51
    : 24

    Copyright (c) 1991, 2010, Oracle. All rights reserved.

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP) (HOST = ratan-PC)(PORT=1521)))
    TNS-12535: TNS:operation expired
    AMT-12560: TNS:protocol adapter error
    AMT-00505: Operation timed out
    Error Windows 32 bits: 60: unknown error

    C:\Users\ratan >

    Please let me know if any information is needed to answer my question.

    Ratnesh Sharma wrote:
    I don't think that there is such a limitation. but I don't know if a single listener can work. I installed 2 db to oracle 11g on the operating system of windows vista on my pc at home.

    A single listener, with the default name for LISTENER, using port 1521 single default, is quite capable of - in fact, WAS DESIGNED FOR - several instances of several versions of several ORACLE_HOMEs service. Having several headphones rarely accomplishes nothing except confusion between the diagnostic process, as your case showed clearly.

    A listener is simply a broker for connection requests. Having a listener for each database on a given server is the equivalent of the telephone company, creating and maintaining a separate table for each telephone number in the system

    You must read http://edstevensdba.wordpress.com/2011/03/19/ora-12514/

  • Is it possible to create a database of the Clone with the same name of source db?

    Is it possible to create a database of the Clone with the same name of source db with RMAN...


    DB version is 11.2.0.2

    &

    Is it possible to clone a 11.2.0.2 database at 11.2.0.3 home location directly on a new server. If it starts in upgrade mode, it's ok...

    Hello;

    Here's what I have:

    Frequently asked Questions about the restoration or duplication between different Versions and platforms [ID 369644.1]

    This thread:

    Re: Duplicate RMAN

    Never done it myself, but I think that his

    alter database open reselog upgrade;
    

    I can predict all the details of this are understood to do a test on a system I can trash.

    Best regards

    mseberg

  • Ebs12 clone on the same machine

    I am preparing my machine for quick clone, the ebs installation I see these errors, how to fix these?

    [oracle@erp VIS_erp] $ cat /etc/oraInst.loc
    Cat: /etc/oraInst.loc: no such file or directory

    instal logfile
    There is no such thing as the central inventory. Checking the inventory central to jump...
    Try local stocks in Oracle Home...
    Cannot find oraInventory

    I try practical clone on the same machine, I should create users as oracle01 and the applmgr01 and new system/U02 files give permission, it will work ok?

    Yes.

    do I have to use the new SID for DB?

    You can use the same SID, but this is not recommended (as long as you can use a different port pool). The best practice is to have a different name to SID and the pool of different port, so it will not come into conflict with the existing instance. Also, make sure you have enough resources on those servers (cloning off-production to the same machine, where the production is running is not a good practice).

    all the notes good metalink for quick clone on the same machine?

    No specific document for cloning on the same machine and just follow the steps in the quick Clone of the document - Fund of Documentation quick Clone version 11i and 12 [799735.1 ID]

    Thank you
    Hussein

  • Cisco ASA cannot create several tunnels at the same address in hand?

    We have several remote sites with Linksys WRVS4400N and Smoothwall firewall/vpn devices.  I need these sites to be able to connect to several tell-contiguous subnets to our main office.  This was done easily with smoothwall and linksys.  You create a separate tunnel for each subnet, and voila, you're done.  However, when I tried this with our ASA newly installed, it won't let me create several tunnels at the same address of the remote peer.  It is a problem because these sites have only a single IP address public static.  Did I miss something or ASA not allow connections to and from multiple subnets form a site with a unique address peer?

    Resembles the limitation on the WRVS4400N as Cisco ASA supports several subnets by tunnel.

    Is there anyway that you can configure a subnet more instead of specific subnets on the ACL?

    For example:

    If you 192.168.0.0/24 and 192.168.1.0/24, instead of having 2 subnets configured, you can combine them into 1 subnet 192.168.0.0/23

  • I created a form to complete 4 page. I would like to place a button at the bottom of page 4 when you click inserts another copy of the form in the existing file. I have the user to have the ability to easily create muliple copies of the same 4 pages in

    I created a form to complete 4 page in Acrobat. I would like to place a button at the bottom of page 4 when you click inserts another copy of the form in the existing file. I want the user to have the ability to easily create multiple copies of the same 4 pages in a single file. It is possible with Acrobat? I use a PC.

    It is possible using models and JavaScript, but if it is to work with the player, users will need to use the desktop version (Windows/Mac) of 11 Reader or CD player. Here is a link to an older article which explains the basics: Planet PDF - a lesson in the templates for Adobe Acrobat

    Note that this is a bit outdated, but it should help you get started. If you have any other questions, post them in the Acrobat JavaScript here forum: JavaScript

  • When I create two keyframes at the same position between keyframes at different positions this way adds a loop. How can I get rid of the loop?

    When I create two keyframes at the same position between keyframes at different positions this way adds a loop. How can I get rid of the loop? I was just by dragging the handles on the vertex point, but I want to get rid of the loop together.

    Focus on the Bezier handles on the motion path in the Composition window. You can select the tool pen (g) and hold down the Alt/Option key to select the tool convert Vertex (it looks like a V on the side) and then fix the handle manually or click on the top of the trajectory to change it to a straight line. You can also play with spatial interpretation Keyframe.

    To avoid this, you can change the interpolation of keyframes in space to linear preferences. Most of the time I don't like straight so I keep my default value of Bézier.

  • How to create two employees with the same name as the vendor record?

    Hi all

    We must create a vendor for the employee record, so that we can issue pretty invoice for cash payment. If there are 2 employees with the same name, how can we create records of supplier for these 2 employees? The system does not have the name of the provider in duplicate.

    Please notify.

    Kind regards
    HY

    Hello

    In R12, it is possible to create 2 employee with the same name but with a different number.
    And it is also possible to create these 2 employees as suppliers in Payables.

    HTH,
    Vik

  • GetUrl does not open in the same window?

    Hello

    I created a website with a flash menu on each page. I use code getUrl to target each page but I can't seem to get the pages to open in the same window. If I use "_new" or "_blank" pages open in a new window as they should, but if I use "_self" or "_top" nothing happens.

    Any help is very appreciated. Thank you!

    Code: AS3

    aboutBtn.buttonMode = true;
    aboutBtn.addEventListener(MouseEvent.CLICK, callAbout);
    function callAbout(e:MouseEvent):void{
      var url:String = "about.html";
      var request:URLRequest = new URLRequest(url);
      try {
        navigateToURL(request, '_self');
      } catch (e:Error) {
        trace("Error occurred!");
      }
    }
    

    You test it locally or online?

  • 'System Exec' output in the same window that called

    Hello

    I have a complicated program, but let me break it down to what matters.

    My labVIEW (exe) application is called by the command prompt. Does some calculations based on arguments that I passed to him.

    The thing that I do not quite understand, is how to export the results in the same command line that called. (Not a new window) I'm hoping to run my program in the background, and if I'm hoping to avoid something fancy and you want just the results in the same window that called it.

    Any help would be greatly appreciated.

    Kind regards

    Nyne

    It is not really an easy way to do it. On Windows, you have several options:

    • Try to use the Windows API commands to the Console (never really had much luck with these).
    • Use the console .NET class (I doubt that it works).
    • Use a trick I had suggested to copy text from the console just paste text directly into the console window. Joined a VI that does this. Note that it is 8.2 so I am unable to connect the cluster of error due to a bug in 8.2.
  • Report dimensional hierarchy opens in a new window rather than the same window of dashboard in obiee

    Hi Experts,

    I created a hierarchy of dimension in obiee and created a report in analytics.

    I placed this report in a dashboard. But when I click on the hierarchy column it expands the hierarchy as expected but in a separate window rather than in the same window.

    Could someone help me on this problem?

    Thank you

    Patricia.

    If you are using a standard drill on the column hierarchy (without action) follow this path:

    • Open the page of dashboard for editing.
    • Find the section where your report.
    • Check the section "Drill in Place.

  • Cannot create an instance of the java virtual machine

    Hi when I try to launch my sql developer get this error

    Cannot create an instance of the java virtual machine located in the path C:\Program Files\Java\jdk1.6.0_38\jre\bin\client\jvm.dll, but I do not have the file in the location

    I'm trying to do

    BI CHAOS: SQL Developer: cannot create an instance of the Virtual Machine Java

    Cannot create an instance of the Virtual Machine Java

    but am not able to locate file product.conf in my machine

    OK, we lost time because you said never explicitly release of SQL Developer in use, and then, when I deduced this wrong, you went right with it, rather than correct me.  Remember the line from Blade Runner when Harrison Ford hits Rutger Hauer in the head with a pipe?  Than hurt!

    Anyway, since the last post (because of the osgi references in the file ide.conf) I see that you are using a version 4.0.x of SQL Developer.  You must update the file product.conf with the smallest Xmx value in order to create an instance of the JVM.  If you have not yet found the product.conf file on your system, this might help: http://www.thatjeffsmith.com/archive/2013/12/oracle-sql-developer-4-windows-and-the-jdk/

    Otherwise, ask someone in your organization COMPUTER help - keep in mind that AppData is one of those hidden Windows directories, so you'll have to tell explore to make it visible by the organize > Folder Options > view > hidden files and folders parameters.  In addition, you should use Java 7, not Java 6 - try to get that upgrade to the latest version of jdk1.7.0_xx (currently 60, I think).  Since you never said if your JDK is 32-bit or 64-bit, I can not say to use an AddVMOption, Add32VMOption or Add64VMOption.

    Best wishes

    Gary

    Post edited by: Gary Graham

  • Open the page in the browser in the same window?

    I remember there are a few versions I could hit f12 and it open my page in the same window--instead of creating a new window each time.

    Now, I'll have 20 open windows of the browser in a few minutes.

    Is it possible to get this feature working again?

    Thank you

    As far as I KNOW, F12 has always open a new browser window - at least it did for me in Firefox.  Why not save your work and just refresh your browser with F5?

    Nancy O.

  • With the help of two different devices for VDR to save the same virtual machines

    Hello

    I have VDR backup right now most of my virtual machines. I'm experimenting with some recovery scenarios disaster using VDR. I want to set up a new device, backup virtual machines themselves, but with a destination off. My question is, it would cause problems to have two different devices, backup the same virtual machines?

    I'm asking this is because I was looking at the notes of recent VMworld session on VDR and he says, regarding a troubleshooting scenario in which you must create a new device in addition to your current device, both devices back up the same virtual machines do not.

    If it is dangerous to do so because of the likelihood that two devices can save the same virtual machines at the same time, I could schedule the backup windows at different times to avoid this problem.

    Anyone have any ideas?

    I create a second local camera vDR and vDR distance and test it against a test VM. The vDR devices will have their own CBT files for each virtual computer, so they should be able to work together, but I would like to go through tests to see how they work well on the WAN. Make sure that you can transfer enough data to host daily data change.

  • Open another SWF file in the same window of the browser?

    I designed a website, the first HTML page. How to code a button to load another SWF file in the same web browser window?

    The example site uses Flash.  If you want it works exactly the same as you do not want to use the Flash.

    If you want similar functionality, then you can simply use the navigateToURL() function to open the new page with the swf site integrated into it.

    Explaining the AS3 button Code
    --------------------------

    Assume that you create a button symbol.  Since this is a button, it is already a car animation object that will react to mouse interactions, but only visually at this stage.  The first thing you need to do to make it useful down must assign a unique instance name.  If you drag a copy of it on the stage of the library, and while it is still selected, enter you this unique instance for her name in the Panel properties... say you name "btn1.

    In AS3, to make a button with the code, you must add a listener of events and event handler for it function.  You may need to add a little (for different events, like reversal, deployment, by clicking on it, but for now let's just say you want to be able to click them to get a web page.)  In the scenario that contains this button, a layer of separate actions that you create in a similar framework where this button exists, numbered, you must add the event listener:

    Btn1.addEventListener (MouseEvent.CLICK, btn1Click);

    The name of the unique function for the treatment, the click of this button is specified at the end of the assignment of event listener, so now you just have to write this function:

    function btn1Click(evt:MouseEvent):void {}

    var url: String = "http://www.awebsite.com/awebpage.html";

    var req:URLRequest = new URLRequest (url, "_self");   "_self" indicates that it takes to open in the same window

    navigateToURL (req);

    }

Maybe you are looking for

  • Satellite C70 - A - 16 L - screen resolution problem

    Hello I recently had a screen resolution problem with my laptop (C70 - A - 16 L).The max screen resolution which is imparted to me is 1366 x 768, whereas before I think he used 1600 x 900. I tried the latest drivers, Bios, etc. and have also restored

  • Equium A100-027 - bad wireless connection

    My Toshiba Equium A100-027 has problems connecting to a wireless network.We have recently received Virgin broadband and it works for everyone! It is only wireless which is faulty, when the cable is connected it works fine.Is it possible to test if it

  • Help my extensa 4420 does not illuminate

    I have a laptop Acer Extensa 4420 2009, that does not illuminate. He sat for 4 months unused. Don't work on battery power (15 min max) Finally bought a new battery. When I press the button start is there no response. I checked the power supply: good

  • 5 GHz network, the connection timeout

    Hi all So far, I was able to connect to my network of 5 ghz and 2.4 ghz very well. Now, today, I get a message that the connection has expired whenever I have try and connect to the 5 GHz range. I did a 30/30/30 reset and still no joy. The only thing

  • Change the password of the router

    My problem is with a Macbook. When I installed, I used the installation DVD and no problem with the wifi. At the moment my password changed, the operating system exceeded that on my installation disc (IE I now use OSX 10.9.4 while the original DVD su