Cloning with RMAN on two different OS

DB version: 10 gr 2

Can I clone DB on AIX 5.3 with RMAN and re-create it in a Solaris machine (5.9)?

Using transportable tablespaces.

http://download.Oracle.com/docs/CD/B19306_01/server.102/b14231/tspaces.htm#i1007169

Read the link.

Concerning
Asif Kabir

Tags: Database

Similar Questions

  • How to restore the tablespaces only 4 while cloning with RMAN?

    Hello
    How to restore the tablespaces only 4 not all areas of storage in one database to the new database of cloned all cloning with RMAN?

    I don't think it's possible to restore only 4 storage space for the database 'auxiliary '. Instead, you can use the "SKIP TABLESPACE" cloning while clause.

    You can exclude the tablespaces that you don't want the database duplicate with the SKIP TABLESPACE clause. You can exclude any tablespace except the SYSTEM tablespace or tablespaces containing rollback or undo segments.

    Refer to this http://docs.oracle.com/cd/B14117_01/server.101/b10770/rcmsynta28.htm

  • Cloning by rman on a different server with the directory structure different and different DBNAME in EBS 11i using quick Clone

    Hello

    We want only DB (not apps) cloning through PROD rman, step TEST EBS 11i using quick Clone without taking downtime of PROD (i.e. No. BKP COLD).

    Source and target are on different servers, different file structure and the different database name.

    Kindly let me know the detailed procedure?

    Kind regards

    RR


    You can use this simple method that I am.


    Take backup of production with rman:

    {

    overlap archivelog all;

    backup format compressed backupset database tag PROD_FULLBKP ' / u10/PROD1_L0_BKUP_20131125/PROD_DB_set%s_piece%p_%T_%U' filesperset 15;

    SQL 'alter database backup controlfile to trace. "

    SQL 'alter system switch logfile;

    SQL 'alter system switch logfile;

    SQL 'alter system switch logfile;

    overlap archivelog all;

    backup as compressed backupset archivelog all delete input PROD_ARCHBKP format tag ' / u10//PROD1_L0_BKUP_20131125/ARCH_PROD_set%s_piece%p_%T_%U' filesperset 20;

    backup format ' / u10/PROD1_L0_BKUP_20131125/PROD_ctl_%T_%U' current controlfile;

    }


    Move the backup on the test server:

    SCP /ftp

    Modify the pfile to the test server:

    Parameters such as:

    db_name

    control_files

    modify the pfile to match the location of the test server

    Add this parameter

    db_file_name_convert = ' / PROD_datafile_location/datafile ', ' / test_datafile_location / data ', ' / PROD_datafile_location/tempfile ', ' / test_datafile_location / data.

    log_file_name_convert = ' / PROD_redofile_location/ONLINELOG ', ' / test_redofile_location / data ".

    Start the DB:

    Start the db in nomount:

    startup nomount.

    Connecting to rman and start to restore:

    Auxiliary RMAN.

    RMAN > run

    {

    allocate auxiliary channel a1 device type disk;

    allocate auxiliary channels a2 device type disk;

    allocate auxiliary channel a3 device type disk;

    allocate auxiliary channel a4 device type disk;

    data duplicated in the PREPRODUCTION backup location ' / u10/PREPRODUCTION/oraR12/clone_backup/PROD1_L0_BKUP_20131125 ";

    }

    OR

    If you specify time/perform a recovery of time based, like below:

    RMAN > run

    {

    allocate auxiliary channel a1 device type disk;

    allocate auxiliary channels a2 device type disk;

    allocate auxiliary channel a3 device type disk;

    allocate auxiliary channel a4 device type disk;

    data duplicated in PREPRODUCTION backup location 'LOCATION_OF_BACKUP', until ' TO_DATE (7 July 2012 09:45 ',' DD/MM/YYYY HH24:MI:SS') ";

    }

    Concerning

    Karim

  • Apps cloning with RMAN

    Hello

    I do applications 11i cloning with rapidclone.

    I cloned the database with RMAN.

    According to the metalink notes 230672.1 I have to run after the script on node DB.

    Perl adcfgclone.pl dbconfig < context target file >

    However I do not have the file of context for the new instance.

    Do I have to copy the file from the source instance context (for DB), rename it and use it?

    If I run the adcfgclone.pl using the context file of source (present in the db target node) instance, it throws

    Error connection to the base.

    Platform - Oracle Ebusiness Suite 11.5.10 on Oracle enterprise Linux 4 and Oracle 9i database.

    Pls advice.

    Thank you
    Rane

    However I do not have the file of context for the new instance.

    Have you run 'perl adcfgclone.pl dbTechStack' before issuing 'perl adcfgclone.pl dbconfig '? This should create the file of context for you.

    Do I have to copy the file from the source instance context (for DB), rename it and use it?

    N °

    If I run the adcfgclone.pl using the context file of source (present in the db target node) instance, it throws
    Error connection to the base.

    This is an expected behavior given the context of the source node file cannot be used on the target node.

  • prrinting with c6280 in two different places

    I have a c6280 at home and at work.  How can I configure my laptop to print on both printers.  Using the standard configuration, I can only prrint one that is specifically configured, and the computer does not see the other.

    Hello

    Since the two are connected wireless each printer will have a different IP address, set the printer to the House as something like c6280-home and office c6280, everything will be easy for you.

    To know the ip address or printer Click on printer menu setup > network > Print page or view network summary

    If there is just 1 c6280 listed under control panel, check the port (right click on the printer > printer properties > Port > check which port his game on) if the port is set to your personal printer rename the printer as indicated above.

    Since there are two printer and only 1 is rated must add that both do this

    Click on add a printer > add a local printer > create new port > Standard TCP\IP Port > enter IP address of the printer other than the one mentioned above (if personal printer port is set above enter office printer port or vice versa) > next > Select manufacturer HP and select c6200 printer > Clck finish and rename the printer.

    So by this sub Panel, there will be 2 icons for c6280 printer, 1 for office and another home, then printing select appropriate printer and continue with printing.

  • Is it possible to work with Muse on two different PCs and to work on the same files at the same time?

    Is it possible that two people work the same files with different PC edition?

    No, this is not possible.

  • Cloning with RMAN; Which method is easy?

    DB version: 10.2.0.4
    OS: Sun OS 5.10

    We need to clone a DB in a new server of SunOS.

    Which of the following method is fast and easy?

    1. take an rman backup backup items and copy to the new database server, restore and recover.

    or

    2 using the command in RMAN duplicate (as shown here http://www.akadia.com/services/ora_duplicate_database_rman.html)

    Method 2 is 'easier '. However, method 1 is something you need to know and practice: it will be useful for situations like "I want to restore the database from 36 days ago on another server to check some data.

    Hemant K Collette

  • How to have different color profiles on screens cloned with color management

    Hello

    I have calibrated two monitors (in fact, one is a standard monitor and the other is a projector that is connected to my computer) using the third-party program. I'm so done with ICC profiles two different, one for my monitor and the other for my image to the projector.

    These two are connected to a card double head (Quadro 4000).

    I am able to use my two different color ICC profiles with an extented of office using the color management settings in Win7 without problem. I can't disable them without problem also.

    But I can't do it with a clone view (dual display). Even if I am able to select two different profiles for each of them in windows color management settings. Alone can apply for each of them. In fact, when I'm in an office clone, even when I tried to deactivate the profile of each color, nothing changed. Color management doesn't seem to update more as soon as I'm in a clone desktop mode.

    Anyone know if there is a way to apply TWO different colors on monitors CLONED profiles? In my case, I can not use extended desktop and I really need to apply the calibration profile two different.

    Thank you very much!

    Edith

    Hi Edithosaure,

    It is better suited for the IT Pro TechNet public. Please ask your question in the Forum on TechNet Support. You can follow the link to your question:

    http://social.technet.Microsoft.com/forums/en-us/category/w7itpro/

    I hope it helps. If you have problems in the future, please let us know. We will be happy to help you.

  • Cloning of RMAN database

    (1) while cloning with RMAN, when we say "target database testdb duplicaicate" will be RMAN apply archives that are not archived (uning "backup database archivelog all") or not.

    (2) why do we need to connect to the target (rman auxiliary target=prod@toprod = / catalog=cat@tocat (IE source db... this db we are cloning form).)

    We backup the backup in a Word with NFS must and we have information about the back of the catalog?

    Hello;

    Version of Dan is important because Oracle 11 has many additional options of duplication.

    That is to say that if you copy archive on the remote server, it will use them in Oracle 10 and 11.

    Here is my Oracle 11 - duplicating a database on a remote host with the same Directory Structure summary notes:

    http://www.Visi.com/~mseberg/RMAN/active_database_duplicating.html

    and with the structure of different directories:

    http://www.Visi.com/~mseberg/RMAN/diff_database_duplicating.html

    Best regards

    mseberg

  • I have 2 copies of open Firefox (two different windows with lots of tabs), if I reboot can I restore the two sessions?

    I have 2 copies of open Firefox (two different windows with lots of tabs), if I reboot can I restore the two sessions? I am familiar with clicking history / restoration of previous session, but do not want to reboot to let windows update to do it's thing unless I can restore the two sessions.

    guigs2 said

    If they run different profiles, then Yes.

    Thanks, but I use only 1 profile. However, I found the answer! If I restart/turn off / down pc WITHOUT closing a firefox session, he will come with the screen 'well, it's embarrassing"and list the TWO sessions to restore. The trick is not not to close before stopping! If you close them first, then you can only restore the session first (?).

  • How can I run two different versions of Firefox, the last does not work with a site important I need to use?

    With the latest version of Firefox, I can't ' fast email ' to my students through the ANGEL of the College System. I had to uninstall and go to an earlier version. I prefer the new rev.

    A way to run two different versions. It doesn't have to be simultaneously. Seems to be a problem on the Mac and my XP systems.

    Thank you
    Kim

    You can install the portable version of Firefox 3.6.x to access Web sites that don't work with Firefox 5 +.

  • 5508 interfaces with two different switches configuration

    Hello

    I have a 5508 WLC and two 4507 switches that are configured in HSRP.

    Now, I want to configure 5508 interfaces:

    If I want to configure management interface, I need the physical port card

    Question: How can I correspond to two physical port that are connected to two different chassis?

    Configuration interface AP-Manager's optional?

    in this scenario, I'll have to divide AP traffic between two switches (EQ. Assume that 10 aps are, I want to connect to a switch and another 5 to another switch 5).

    How to divide?

    Please guide me to configure the interface in this scenario...

    I have with your answer.

    Hi Vinod,

    Wasn't this already answered here: https://supportforums.cisco.com/thread/2052962 ?

    HTH,
    Tiago

    --

    If this helps you or answers to your question if it you please mark it as 'responded' or write it down, if other users can easily find it.

  • A VCS - C with two clients of course to the two different VCS - E (traversal servers)

    Hello

    Can I have a WHAT VCS - C connected to two different VCS-E?

    So, I will configure two 'route customers' VCS - C each pointing to VCS - E, and each VCS-E will have a 'crossing server' set up.

    Hello Jose,.

    Yes, it is possible, you can have several customer experience (and also servers traversal) on each VCS.

    Jens: there is an abundance of deployments where this would be wise. A cluster can have meaning where you need a logic of instance, which is be of multiple physical boxes.

    We have customers who need an environment safe, so that they have a VCS - E for outbound communications, generic endpoints and then VCS-control a VCS-E for another network to terminate VPN connections internal who couldn't talk directly inside.

    There was one other poster here recently where a company had a VCS - E + C Setup, the other

    C only, so that they could use a VCS-E talk to each other.

    But even in the same network where you want to cluster, but you cannot due to

    various geolocations with much delay between the sites...

    And so now ;-)

  • Two constraints of primary key of a table with two different constraint name

    Hi guys

    I am creating the table below

    Table name: TITLE_COPY

    Column name Copy_id Title_id Status

    Key type

    PKPK, FK
    UniqueNN, UNN, UNN
    CheckAvailable, destroyed, leased, reserved
    Table Ref FKTitle
    FK Ref ColTitle_id
    Data typeNumberNumberVarchar2
    Length101015

    The SQL statement below can create it

    CREATE TABLE title_copy (copy_id NUMBER (10),)

    title_id CONSTRAINT NUMBER (10) title_copy_title_id_fk title (title_id) REFERENCES.

    primary key constraint title_copy_title_id_pk title_id (copy_id)

    status VARCHAR2 (15) NOT NULL CONSTRAINT status_ck CHECK (status IN ('AVAILABLE', 'DESTROYED', 'RENTAL', 'RESERVED'))

    );

    Two primary keys (title_id, copy_id) are created with the same name of constraint (title_copy_title_id_pk) (-> table-level constraint). What happens if I want to have two different names of the primary key constraint, say title_copy_title_id_pk for the title_id column and title_copy_copy_id_pk for the copy_id column?

    I can do that with a column-level constraint? Something like below (complains about the additional primary key)

    CREATE TABLE title_copy (copy_id NUMBER (10) CONSTRAINT title_copy_copy_id_pk PRIMARY KEY,)

    constraint title_copy_title_id_pk primary key (title_id).

    title_id CONSTRAINT NUMBER (10) title_copy_title_id_fk title (title_id) REFERENCES.

    status VARCHAR2 (15) NOT NULL CONSTRAINT status_ck CHECK (status IN ('AVAILABLE', 'DESTROYED', 'RENTAL', 'RESERVED'))

    );

    In summary, I can define two primary keys with the name of different constraint in a column-level constraint?

    There are no two primary keys. There is a primary key made up of two columns - also called a composite key.

    A table can have at least a primary key. You can, if you wish, create a unique constraint on a different set of columns.

  • two different LR-libraries (one on my desk and and the other on my laptop) synchronized on in AdobeCloud with my adobe account?

    I use two LR-libraries: one on my desk, which is synchronized with the clouds and the other is on my laptop. Is it possible to sync the two different libraries with account an adobe?

    Hi ToAp,

    When you create a catalog of Lightroom (library), it is stored on your computer or on an external device (according to the location specified by you).

    It is not stored/synced on cloud of Adobe.

    If you want to access the catalog even on both machines, you need to store the catalog and your original images on the external drive and plug in the external hard drive on the computer on which you want to work in Lightroom.

    Or, you can use an online service like dropbox in the same goal.

    Kind regards

    Claes

Maybe you are looking for