RMAN Duplicate using a username other than db name/SID

Hello

I want to duplicate a database with RMAN duplicate. However, I have 2 databases with the same name and I need to be able to specify that one to use as a target.

Makes the target get specified during the rman (using the tns alias) for example connection string

RMAN target sys/xxx@db1 auxiliary rman_cat/xxx@rman_cat catalog / log = rman_clone.log @duplicate_db1.rcv

If so, when I run the command:

DUPLICATE the TARGET DATABASE TO DB1, RMAN will assume that the DB1 is the auxiliary database as opposed to the target?

The auxiliary database DB1 it must have the same file structure that target the database DB1? If Yes, you need "nofilenamecheck" as part of the command DUPLICATE, otherwise DUPLICATE option will fail. It is even if the target and auxiliary databases are on different hosts.

Werner

Tags: Database

Similar Questions

  • RMAN DUPLICATE: Use backup or CURRENT database

    Hi all

    I have a database of 32 TB, and about what I've experienced so far, using backup to duplicate the database is similar to the use of the command to RESTORE and RECOVERY manually.

    If I use the option of DATABASE ACTIVE, then I should be concerned about the missing log files?

    Hereby, I mean, text source and target are in ARCHIVELOG MODE anyway.

    Thank you

    To answer your original question, yes you are worried for your missing log file.

    RMAN automatically copies the file to the server in the destination host settings, start the auxiliary instance with server settings file, copy all database files needed and archived redo logs over the network to the destination host and recovers the database.

    If your copy of 32 TB on the network would take more than 1 day (what is your strategy of retention according to your other thread), so what, you won't be able to recover the database.

    And you must mark this thread as a response and continue in your original thread.

  • What is the head of Html used to muse other than google analytic

    I was wondering if someone could give me some advice on the head of the html?

    I understand that you can put Analytics tracking code there, but is it useful or even necessary for something else? It would improve my sites performance if she had something in the recipe or it is normal to leave it alone?

    Thank you

    Most of the really important things, you need to enter asection of an HTML page, i.e. the title, Description, keywords have already their localities named in the interface user of Muse and of any other CSS and JS file required by Muse references are added at the time of publication.

    If, however, a user has additional requirements or wants to add more features to the page/site that requires the addition of other metadata, Scripts, CSS for thearticle, this is the ' HTML for' article comes to the rescue.

    Learn more about the HEAD element and what all can be used indoors, you can check: http://www.w3.org/wiki/The_HTML_head_element

    See you soon,.

    Vikas

  • Captivate 4: name of the project window, something other than the name of the file

    Greetings,

    I use Captivate 4 and have a question about the name of the window to a published project.

    Captivate 3, I could create a project file with any file name (for example, name the file "my_cp_project.cp").

    In preferences-> general-> change the name of the project (from 'my_cp_project.cp' to some clear text I want (for example, 'My Version 3 Captivate project').)

    When I publish the project and test I would launch the HTML published in my browser for display. The browser would make a window with the name of 'clear text' (in this example, the text "My Version 3 Captivate project" was displayed in the upper left corner of the window.

    In Captivate 4 preferences are different. When I create a project file (for example, name the file "my_cp_project.cp") with the same name structure, the behavior is different.

    In the preferences-> project-> Info in the name of the project , I use the clear text I want (for example, 'My Version 3 Captivate project').

    When I publish the project and test it by throwing it in a browser, the browser would make a window for the project, but the name of the window would be "my_cp_project.cp". I don't see any place where I can change this.

    Is there another method to use to control the name of the project window? I looked through the forums and found that you can do this by using a variable. Is there a setting I'm missing?

    Thank you

    TPK

    Doubt you can change the source - this is the code that generates the text that is the problem.

    If your build number is 1596, then you don't have the patch.

    Info on what it fixes here:

    http://blogs.Adobe.com/Captivate/2009/05/captvate_4_patch_update.html

    Don't know where to find via the Adobe site now we have 5.5 - Adobe is not very good at keeping the updates on the old live versions.

    Try here for a direct download - who knows how long it will stay online:

    http://download.Macromedia.com/pub/Captivate/update/captivate_4_updater.zip

  • Use of INContext with editors other than DW +.

    InContext can be used with HTML other than... say DW, Homesite publishers?

    Hello jaspeerzz32,

    Only Dreamweaver CS4 includes the InContext Editing 'include' files and features to insert editable and expandable InContext Editing regions. It is of files must be uploaded to your server and your regions must be enabled for InContext Editing.

    However, once your page (s) and the site was put in place for InContext Editing, you can possibly change the original source code of an html page in HomeSite. You just want to be careful that you don't accidentally change/remove code specific InContext Editing - since you will not be able to add new in HomeSite.

    Please let me know if you need more information.

    Best regards
    Corey

  • Editing a default other than Outlook e-mail program...

    I have to use a program other than Outlook with Windows 7 mail. Believe me, that I wished I could use Outlook, but I can't. When I use GoToMeeting and defaults to Outlook during the planning of meetings. I want the default Lotus Notes 7.0.3. When I go into the default settings for the program, I don't see Lotus Notes in the list of default programs. How can I change this?

    Thank you very much!
    Daniel801

    Having the same problems!  All solutions?

  • How to call the AM method that accepts the parameter other than a string

    Hello

    I need to pass 2 parameters from the date of my method of AM.
    I checked the jdev doc and found the method which can be used for anything other than a string below parameter

    public Serializable invokeMethod (String methodName,
    [Serializable] methodParams,.
    Class [] methodParamTypes)

    one thing that I am not able to understand how to pass multiple dates in a single parameter of the class.
    can anyone tell me the syntax to invoke method for the passage of 2 dates.

    Hello

    Suppose you have a string and two date parameters

    Test of the chain;
    Date date1;
    Date2 date;

    Then move it like this

    OAApplicationModule am = pageContext.getApplicationModule (webBean);

    Serializable [] parameters is {test, date1, date2};.
    Class [] paramTypes = {String.class, Date.class, Date.class};
    am.invokeMethod ("initSummary", parameters, paramTypes);

    Thank you
    Gerard

  • Why do we use RMAN DUPLICATE to cloning DB on a different server?

    DB version: 11.2.0.2, 10.2.0.5

    I want to create a clone of my Production DB in a test server. In the past, I have taken the backup hot of this DB production and restored and retrieved it in another server using simple RMAN commands.
    After restoring the control file, editing of the DB and catalogue items from backup on the test server, I run
    run {
    restore database ;
    recover database until time <time> ;
    alter database open resetlogs ;
    }
    In OTN, I ran into long discussions such as running
    RMAN duplicate database

    where they are trying to restore and recover using DOUBLE command, as shown below.
    run
     {
    duplicate target database to RBS
    nofilenamecheck
    pfile=/tmp/aux.ora;
     }
     
    They can't just use plain RMAN restore and retrieve orders I've done? What advantage have RMAN DUPLICATE on orders of Plains?

    RMAN DUPLICATE is designed to give the database clone a new name of the database and the new database identifier:

    >
    If you copy a database with the operating system instead of the command utilities DUPLICATE, then the DBID of the database copied remains identical to the original database. To register for the database of the copy in the same catalog of recovery with the original, you must change the DBID with utility DBNEWID (see the Oracle database utilities). On the other hand, the command DUPLICATE assigns the duplicate DBID different database so that it can be saved in the same catalog of recovery than the source database.

  • The Nike Apple Watch can use bands other than the band of Nike, it comes with

    I am looking to buy a Apple Watch series 2 and I'm not sure if I want the Nike + one or not. So I was wondering if I can use any other group with her other than Nike, with it will come?

    Hello

    Yes - all the bands of Apple Watch, past and present, will suit any Apple Watch of the same size of the case (42mm or 38mm), including Apple Watch Nike +.

  • If I buy a T-Mobile unlocked iphone7, can I use the sim card by carrier other than T-mobile on the iphone7? Because I travel abroad from time to time, I wonder if the unlocked Tmobile iphone7 accept any sim card when I am abroad

    If I buy a T-Mobile unlocked iphone7, can I use the sim card by carrier other than T-mobile on the iphone7? Because I travel abroad from time to time, I need to use another sim card when I'm outside of US. So if I order a T-mobile unlocked iphone7, he will accept my sim card from a foreign carrier? In addition, he will accept my 2nd sim card which is Sprint (my sprint sim card is not related to a device)?

    An unlocked iPhone for use with any compatible GSM carrier.

    Sprint is NOT a GSM carrier. They are a CDMA carrier.

  • Satellite A210 - how to use the muldimedia with other than Media Player buttons

    Hello

    is it really not possible to use media keys (Play, Pause, FF) on top of my laptop for an application other than Windows Media Player?
    Is there a reason for this? I would like to control Winamp with this button.

    It seems quite sensless to restrict access to a SINGLE application of HUNDREDS available, a then it is the multimedia player that is not used by most people.

    I have the Satellite A210 Notbook.

    Can you tell my how to control my winamp with these buttons?

    Greetings from Robert

    Hello, Robert

    Unfortunately, there is no solution at the moment. If you check this forum, you will find several very interesting discussions on the multimedia buttons and Winamp player. The fact is that some people have found the solution for older models of laptops running Windows XP Home edition. Winamp has offered the plugin must be installed.

    We now have the new situation. Your laptop is running latest Vista OS and I didn t find any plugin that can help. Problem is that your laptop is designed for Windows Vista preinstalled OS contains all the necessary plugins for Windows media player running under the operating system preinstalled.

    Is any kind of restriction. With preinstalled operating system you can do what you want and if you can find a way to change it for that. You know very well that there are hundreds of different players in the market. You can't wait for Toshiba take a time and create a plugins for each other and satisfy customers around the world.

  • How can I farm Metro application other than by using the Task Manager?

    How can I farm Metro application other than by using the Task Manager? If there is no way, please add a close button, Microsoft.

    Hello

    ·          What version of the operating system is running on your computer?

    Alternatively, press ALT + F4 to close the application.

  • I just bought a 6 d. is it possible to use the grid in other than the auto mode?

    I just buy a 6 d.  Is it possible to use the grid in other than the auto mode?  Also, is there a way to use the self-timer in other than the auto mode?

    Thank you very much. I look forward to your comments.

    I have to assume that your camera came with a manual you need to rely on. In my manual for my 7 d Mark 2 the index near the end of the manual lists the applicapable pages for whatever this is relating to the use or other people. Grid is under G, Self Timer is under S and called "self-timer."

    If you use a computer based pdf to see the info it will probably be several pages listed, but you can click on a page number to get to it rather than scroll to it.

  • Can someone give me an answer to confirm if netbooks with Windows XP Home, Vista Home Edition, Windows 7 starter (these BONES other than professional or company) be used in a corporate environment...

    Original title: Netbook Licensing

    Can someone give me an answer to confirm if netbooks with Windows XP Home, Vista Home Edition, Windows 7 starter (these BONES other than professional or company) be used in a business, connected to the server environment to share files?

    I read somewhere that these permits cannot connect to a domain, is this true?

    Of coz these OS has not input parameters are even to join a domain, how can they connect?

    CAN, that my understanding of that statement means that it cannot be connected to a domain server, means that the netbook cannot be connected to the server to access files shared server?

    Can the netbook share files with other computers (vice versa), other than a domain server, on a network of companies?

    So what my final question is a netbook can exist in an enterprise environment? What's a standalone machine?

    I'm not able to get an answer very Microsoft Singapore confirm after the call to them.

    Hello

    Computers running Windows 7 Starter Edition cannot connect to a domain.

    Reference: Networking in Windows 7 Starter

  • I can develop other than its use BES middleware?

    first of all, I'm a newbie here and this is the first time that I post in this forum... at the present time, I do my last year for my degree project and I want to develop a personal record application on health using terminal BlackBerry... can I develop one middleware application other than its use BES like PHP or Servlet? my friend told me that it can, but not in OS 5.0, is it good?

    Please respond to this message because I have trouble finding another good resource other than this forum, thanks...

    Your friend won't... OS5 is Java and the BB API allows you to make connections http (s) WITHOUT BES.

Maybe you are looking for