RMAN cloning from RAC to Non-RAC

Hi Gurus,
I had successfully cloned my DB from RAC to Non-RAC environment via RMAN. Below was the configuration
RAC
- 2 nodes
- 11gR2 (Compatible 11.0.1.6 as per Application Requirement)
- ASM (2 diskgroups DATA and FRA)
- OS RHEL 6.3
Non - RAC
- 1 node
- Stand alone11gR2 (Compatible 11.0.1.6 as per Application Requirement)
- ASM (2 diskgroups DATA and FRA)
- OS RHEL 6.3
My approach was to clone DB and then change SID with nid utility. My understanding was that nid utility will also replace ASM file paths from CRAMPRD to CRAMSIT but that didnt happen.
So issue is when I am checking my file paths on CRAMSIT it still refelect CRAMPRD eg - +DATA1/CRAMPRD. Is there any way to rename this directory paths in ASM so that it should reflect my SID.
Regards,
Nikhil Mehta.

No, NID wouldn't change the ASM paths.
I presume that you did set the ORACLE_SID to CRAMSIT on the non-RAC server before the restore.
What you should have done is to set DB_UNIQUE_NAME='CRAMSIT'   (even with DB_NAME='CRAMPRD') on the non-RAC server before the restore.  Oracle would have used the DB_UNIQUE_NAME to set the ASM PAth  (note that during the restore it would have shown "restoring to +DATA1/CRAMPRD" but would have actually been restoring to "+DATA1/CRAMSIT").
You will now have to use Oracle Support Note
  How to rename/move a datafile in the same ASM diskgroup [ID 564993.1]
to rename the paths in ASM.
Hemant K Chitale

Similar Messages

  • After Cloning from RAC to non-RAC, how can convert PCP to Non PCP?

    After Cloning 11i E-bussiness suit from RAC to non-RAC, how can convert PCP to Non PCP?

    Hi Hussein
    Please clear me if am wrong.
    1.Say my applications release is 11.5.10.2 with RAC and PCP enabled and cloning to multi node[Apps on one node and db on one side] and disable PCP
    1.I wil clone my db to db node.
    2.Copy the applications file system to target node and run adcfgclone and provide the values accordingly and it would complete successfully.
    Now i have multi node target system.
    To disable PCP
    1.do i need to disable :Change the site level system profile 'Concurrent:GSM_Enabled' to have a value of 'Y' and make it 'N'.[because GSM is enabled by default after 11.5.7 ]. If the profile option is SET Y will be get any errors while bringing up CM.
    2.As per previous note you have given, APPLDCP is set to ON by default when GSM is enabled [Considering i m above the file version [afpcsq.lpc ] ]
    and also is GSM neccessary for single node applications.
    In this case will changing the profile value is enough to disable the PCP or do i need to change APPLDCP also.
    Regards,
    Mannu

  • R12 cloning from RAC to NON RAC

    Is there any document available either on metalink or on any other site regarding the cloning of R12 APPS and DB Tiers. as I have R12 EBS on RAC DB with OCFS2. Ichecked on metalink they said that they are not supporting for this cloning.
    Thanks,
    imran

    Welcome to the forums !
    RAC to non-RAC cloning is supported under certain conditions - pl see MOS Doc 783188.1 (Certified RAC Scenarios for E-Business Suite Cloning). Which scenario does your install fit into ?
    HTH
    Srini

  • Oracle EBS Cloning - RAC to Non-RAC on windows 2008

    Kindly note that my Client is currently running Oracle E-Business Suit R12.1.1 + 11.2.0.2 on Windows
    Server 2008R2 on RAC + ASM.
    I have been requested to perform the Clonning of the Production to Test Enviroment from RAC to non
    RAC?
    I have gone through the note id Certified RAC Scenarios for E-Business Suite Cloning [ID 783188.1] which
    says that Oracle E-Business Suit R12.1.1 is not supported for RAC to RAC or RAC to non RAC Clonning?
    Please advise whether the Clonning is possible from RAC to non RAC enviroment on Windows 2008 R2 for
    R12.1.1 + 11.2.0.2?
    What is the possible risk if I go ahead with the same Oracle non supported Enviroment ?

    R12 clone with RMAN auxiliary db.

  • Cloning RAC to non RAC

    I am doing a RAC to Non RAC DB cloning. The RAC database & ASM version is 11.1.0.7
    I have restored the Database to target node in normal mount point, then recreated the controlfile to point to new file locations. Then during recovery its asking for some thread 2 archive log which i cant locate in source instance. even the commands "$rman>recover database noredo;" & "sql>alter database open resetlogs;" are not working.
    RMAN> run{
    set archivelog destination to '/disk3/oradata/CRP1';
    CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT '/disk3/oradata/CRP1/bmiu_arc_df%t_s%s_s%p';
    restore archivelog from sequence 42 until sequence 46;
    recover database until sequence 46;
    }2> 3> 4> 5> 6>
    executing command: SET ARCHIVELOG DESTINATION
    new RMAN configuration parameters:
    CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT '/disk3/oradata/CRP1/bmiu_arc_df%t_s%s_s%p';
    new RMAN configuration parameters are successfully stored
    Starting restore at 29-JUN-09
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=400 device type=DISK
    channel ORA_DISK_1: starting archived log restore to user-specified destination
    archived log destination=/disk3/oradata/CRP1
    channel ORA_DISK_1: restoring archived log
    archived log thread=1 sequence=42
    channel ORA_DISK_1: restoring archived log
    archived log thread=1 sequence=43
    channel ORA_DISK_1: restoring archived log
    archived log thread=1 sequence=44
    channel ORA_DISK_1: restoring archived log
    archived log thread=1 sequence=45
    channel ORA_DISK_1: restoring archived log
    archived log thread=1 sequence=46
    channel ORA_DISK_1: reading from backup piece /backup/CRP1/bmiu_arc_df690829767_s177_s1
    channel ORA_DISK_1: piece handle=/backup/CRP1/bmiu_arc_df690829767_s177_s1 tag=ARC_BAKP
    channel ORA_DISK_1: restored backup piece 1
    channel ORA_DISK_1: restore complete, elapsed time: 00:00:55
    Finished restore at 29-JUN-09
    Starting recover at 29-JUN-09
    using channel ORA_DISK_1
    starting media recovery
    archived log for thread 1 with sequence 42 is already on disk as file /disk3/oradata/CRP1/1_42_688915984.dbf
    archived log for thread 1 with sequence 43 is already on disk as file /disk3/oradata/CRP1/1_43_688915984.dbf
    archived log for thread 1 with sequence 44 is already on disk as file /disk3/oradata/CRP1/1_44_688915984.dbf
    archived log for thread 1 with sequence 45 is already on disk as file /disk3/oradata/CRP1/1_45_688915984.dbf
    archived log file name=/disk3/oradata/CRP1/1_42_688915984.dbf thread=1 sequence=42
    unable to find archived log
    archived log thread=2 sequence=0
    Oracle Error:
    ORA-01547: warning: RECOVER succeeded but OPEN RESETLOGS would get error below
    ORA-01152: file 2 was not restored from a sufficiently old backup
    ORA-01110: data file 2: '/disk4/oradata/CRP1/system.270.689271353'
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of recover command at 06/29/2009 17:38:12
    RMAN-06054: media recovery requesting unknown archived log for thread 2 with sequence 0 and starting SCN of 5965127185323

    I managed to do a recovery until cancel using a thread 2 from second node.
    SQL> recover database using backup controlfile until cancel;
    ORA-00279: change 5965127185323 generated at 06/28/2009 10:21:29 needed for
    thread 1
    ORA-00289: suggestion : /disk3/oradata/CRP1/1_42_688915984.dbf
    ORA-00280: change 5965127185323 for thread 1 is in sequence #42
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    /disk3/oradata/CRP1/1_42_688915984.dbf
    ORA-00279: change 5965127185323 generated at needed for thread 2
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    /backup/CRP1/thread_2_seq_23.277.690719199
    ORA-00279: change 5965127188626 generated at 06/28/2009 10:26:39 needed for
    thread 2
    ORA-00289: suggestion : /disk3/oradata/CRP1/2_24_688915984.dbf
    ORA-00280: change 5965127188626 for thread 2 is in sequence #24
    ORA-00278: log file '/backup/CRP1/thread_2_seq_23.277.690719199' no longer
    needed for this recovery
    Specify log: {<RET>=suggested | filename | AUTO | CANCEL}
    CANCEL
    Media recovery cancelled.
    Still unable to open the target DB
    SQL> alter database open resetlogs;
    alter database open resetlogs
    ERROR at line 1:
    ORA-38856: cannot mark instance UNNAMED_INSTANCE_2 (redo thread 2) as
    enabled

  • RAC to NON-RAC Cloning in R 12 using Rapid Clone

    Hi,
    We are using EBS 12.0.4 with DB version Oracle Database 10g Enterprise Edition Release 10.2.0.4.0.
    Initilally the RAC to non RAC cloning were not supported using rapid clone for this.But from Oct 19 Oracle has certified the same.
    Can anybody specify me the document which contain the step by step process for RAC to NON-RAC Cloning using Rapid Clone.I cant find this.
    Regards,
    Susmit

    Hi;
    Please check below previos thread:
    Cloning RAC to non RAC
    RAC -> NON RAC ebiz clone
    Re: Clone Oracle Apps 11.5.10.2 RacDB to Non-RAC DB
    Regard
    Helios

  • Steps to do the R12 on 11.2.0.2 RAC to Non-Rac cloning on Win2008 64bit

    Please brief the steps to do the R12 on 11.2.0.2 RAC to Non-Rac cloning on Windows 2008 64-bit.
    There is a metalink document but that says it for linux environment but not windows. Please brief the steps if someone has done it on windows.

    ora-appsdba wrote:
    Please brief the steps to do the R12 on 11.2.0.2 RAC to Non-Rac cloning on Windows 2008 64-bit.
    There is a metalink document but that says it for linux environment but not windows. Please brief the steps if someone has done it on windows.
    The steps should be the same for Windows (with minor changes, like you may need to create Oracle service before duplicating the database).
    Cloning Oracle Applications Release 12 with Rapid Clone [ID 406982.1]
    Rapid Clone Documentation Resources For Release 11i and 12 [ID 799735.1]
    Cloning Oracle E-Business Suite Release 12 RAC-Enabled Systems with Rapid Clone [ID 559518.1]
    Certified RAC Scenarios for E-Business Suite Cloning [ID 783188.1]
    Thanks,
    Hussein

  • How to create a standby redolog from rac to non rac ??

    Hi,
    How to create a standby redolog from rac to non rac DR setup..???
    in rac we can create with specifying thread number for each instances..... but this will be replicating to standby ....so how this will act/create on single DR??
    pls help

    854393 wrote:
    Thanks Shivanandha,
    (maximum number of logfiles for each thread + 1) * maximum number of threads
    Using this equation reduces the likelihood that the primary instance's log writer (LGWR) process will be blocked because a standby redo log file cannot be allocated on the standby database. For example, if the primary database has 2 log files for each thread and 2 threads, then 6 standby redo log file groups are needed on the standby database.In maximum performance mode you can keep same number of redo logs but having one more redo log member for each thread is recommended and mandtory for other protection modes.
    How to create a standby redolog from rac to non rac DR setup..???
    in rac we can create with specifying thread number for each instances..... but this will be replicating to standby ....so how this will act/create on single DR??pls help
    Yes, even your DR is RAC or non-RAC, you must have both threads, because each instance information exist on own thread, So to perform redo transition from both the instances, you must have both standby redo log threads even though if it is non an RAC DR.
    Hope This helps.

  • Finding the order of archive logs in RAC to NON-RAC manual cloning

    Hi,
    I am in the process of automating a RAC to NON-RAC clone using traditional method [ not using RMAN ].
    Here are the steps:
    On Source:
    Record the sequence number and thread of the instance
    put the database in begin backup mode
    copy the files
    disable the backup mode
    record the sequence number and thread of the instance
    prepare the order of the archive logs which will be needed for recovery ==> Here is where I need help
    On Target:
    Restore the backup
    Issue recovery using the order of archive logs identified ==> Failing as order is not correct.
    I am finding the archive logs based on FIRST_TIME# and preparing the order which is not correct. I think i should be using SCN but not sure what should be the criteria.
    Could you please let me know on what basis we can find the order of the archive logs which will be asked during the recovery ?
    Your quick response is appreciated. Thanks in advance for your help.
    Thanks
    Suneel

    Yes, When we execute recover database using backup controlfile until cancel, will prompt for the redo log sequences.
    But as i mentioned before, I am trying script everything and cannot manually enter the sequence numbers required. I need to know the archives and thread it is going to ask [ in what order as well ] so that recovery command can be scripted in shell.
    Please let me know if there is a away to find the order of archive logs which needs to be applied to recover [ if this is a NON-RAC, we can simply go with the sequence numbers but since it is a RAC, i should know the thread number as well ].
    Thanks

  • How to apply archivelogs from 2 node rac to non-rac

    Is there any way to apply the archivelogs from 2 node RAC to sinlge node non-rac instance while migrating RAC to non-rac.
    Could anyone clarify it?
    -Shanlee

    There's no "different way".
    Each instance in RAC write's to it's own Redo Thread -- so each has it's own set of ArchiveLogs. In the log_archive_format specification %t is the thread identifier.
    Oracle needs the ArchiveLogs from both Threads of the 2 node RAC. When you issue a RECOVER DATABASE, it applies them in the correct (interleaved) sequence.
    What you have to do is to ensure that the ArchiveLogs of both threads are available on the new server.
    Hemant K Chitale
    Edited by: Hemant K Chitale on Jun 1, 2011 5:09 PM

  • R12.1.1 Rac to non Rac Cloning

    Can anybody provide information on Rac to non Rac cloning. I have metalink notes but i need clear steps for Rac cloning to non Rac.
    Thanks

    Hi,
    You just need to follow the steps in the Rapid Clone doc -- Please refer to these docs for details.
    Certified RAC Scenarios for E-Business Suite Cloning [ID 783188.1]
    Rapid Clone Documentation Resources, Release 11i and 12 [ID 799735.1]
    Thanks,
    Hussein

  • Datagaurd swithover from rac to non rac.

    Hello Team,
    1.we have created single DR db for the RAC primary database, and we need to perform a swithover to the DR from RAC by DGMGRL, in this case how can we place an entry for both listeners for automatic restart by DGMGRL during the switchover activity ?
    2.in this case which one better performing maunal switchover on sql prompt or by DGMGRL ?
    3.do we need shutdown one instance during switchover to non rac or will be automatically taken care of DGMGRL???
    4. once the non rac converted to primary which rac instance will be applying the logs on RAC standby from non rac?? No oracle docs saying this clearly pls help.
    Thanks in advance.

    Thanks victor,,,
    almost 400GB,
    one more, we did a switchover in sql from rac to Non rac (test setup), so after switching over the single node DR start using/following a thread1 redo's and log sequence, in such a case the rac become standby now and we started only instance 2 on rac and placed it on recover mode now, and its start applying logs from the single DR now,so can we start a another rac node also and place it on recover mode? is it possible,or do we need to disable any online log thread or standby log thread on new primary (single DR node) ???
    also we can see the new primary control file says still some of archived log not applied, also the rac standby control file says now, there are two log file still not applied but those are in disk now... but during a switchover we followed below method and all completed successfully. the way only we confusing rac to single. all online log file and stand by redo on use for both the threads, pls help. why its showing below not applied.
    from new Primary.(non rac)
    SQL> select SEQUENCE#,thread#,APPLIED,ARCHIVED,DELETED,STATUS from v$archived_log;
    SEQUENCE# THREAD# APPLIED ARC DEL S
    15 2 YES YES YES D
    35 1 YES YES NO A
    17 2 YES YES NO A
    16 2 YES YES NO A
    19 2 YES YES NO A
    23 2 YES YES NO A
    20 2 YES YES NO A
    18 2 YES YES NO A
    21 2 YES YES NO A
    22 2 YES YES NO A
    38 1 YES YES NO A
    SEQUENCE# THREAD# APPLIED ARC DEL S
    36 1 YES YES NO A
    39 1 YES YES NO A
    37 1 YES YES NO A
    24 2 YES YES NO A
    25 2 YES YES NO A
    26 2 YES YES NO A
    27 2 YES YES NO A
    28 2 YES YES NO A
    29 2 YES YES NO A
    30 2 YES YES NO A
    31 2 YES YES NO A
    SEQUENCE# THREAD# APPLIED ARC DEL S
    32 2 YES YES NO A
    33 2 YES YES NO A
    35 2 YES YES NO A
    34 2 YES YES NO A
    36 2 YES YES NO A
    37 2 YES YES NO A
    38 2 YES YES NO A
    39 2 YES YES NO A
    40 2 YES YES NO A
    41 2 YES YES NO A
    42 2 YES YES NO A
    SEQUENCE# THREAD# APPLIED ARC DEL S
    43 2 YES YES NO A
    44 2 YES YES NO A
    45 2 NO YES NO A
    40 1 NO YES NO A
    46 2 NO YES NO A
    47 2 NO YES NO A
    41 1 NO YES NO A
    42 1 NO YES NO A
    43 1 NO YES NO A
    44 1 NO YES NO A
    45 1 NO YES NO A
    SEQUENCE# THREAD# APPLIED ARC DEL S
    46 1 NO YES NO A
    42 1 YES YES NO A
    40 1 YES YES NO A
    45 2 NO YES NO A
    46 2 NO YES NO A
    43 1 YES YES NO A
    44 1 YES YES NO A
    41 1 YES YES NO A
    45 1 YES YES NO A
    47 2 NO YES NO A
    46 1 NO YES NO A
    55 rows selected.
    SQL>
    =======================================================================
    *From new standby rac --below*
    SQL> /
    SEQUENCE# THREAD# APPLIED ARC DEL S
    13 2 YES YES NO A
    14 2 YES YES NO A
    25 1 YES YES NO A
    26 1 YES YES NO A
    27 1 YES YES NO A
    28 1 YES YES NO A
    29 1 YES YES NO A
    30 1 YES YES NO A
    31 1 YES YES NO A
    32 1 YES YES NO A
    33 1 YES YES NO A
    SEQUENCE# THREAD# APPLIED ARC DEL S
    34 1 YES YES NO A
    35 1 YES YES NO A
    15 2 YES YES NO A
    16 2 YES YES NO A
    17 2 YES YES NO A
    36 1 YES YES NO A
    18 2 YES YES NO A
    19 2 YES YES NO A
    37 1 YES YES NO A
    20 2 YES YES NO A
    38 1 YES YES NO A
    SEQUENCE# THREAD# APPLIED ARC DEL S
    39 1 YES YES NO A
    21 2 YES YES NO A
    22 2 YES YES NO A
    23 2 YES YES NO A
    17 2 YES YES NO A
    16 2 YES YES NO A
    19 2 YES YES NO A
    23 2 YES YES NO A
    18 2 YES YES NO A
    20 2 YES YES NO A
    21 2 YES YES NO A
    SEQUENCE# THREAD# APPLIED ARC DEL S
    22 2 YES YES NO A
    24 2 YES YES NO A
    36 1 YES YES NO A
    38 1 YES YES NO A
    39 1 YES YES NO A
    37 1 YES YES NO A
    24 2 YES YES NO A
    25 2 YES YES NO A
    25 2 YES YES NO A
    26 2 YES YES NO A
    26 2 YES YES NO A
    SEQUENCE# THREAD# APPLIED ARC DEL S
    27 2 YES YES NO A
    27 2 YES YES NO A
    28 2 YES YES NO A
    28 2 YES YES NO A
    29 2 YES YES NO A
    29 2 YES YES NO A
    30 2 YES YES NO A
    30 2 YES YES NO A
    31 2 YES YES NO A
    31 2 YES YES NO A
    32 2 YES YES NO A
    SEQUENCE# THREAD# APPLIED ARC DEL S
    32 2 YES YES NO A
    33 2 YES YES NO A
    33 2 YES YES NO A
    34 2 YES YES NO A
    35 2 YES YES NO A
    36 2 YES YES NO A
    35 2 YES YES NO A
    34 2 YES YES NO A
    36 2 YES YES NO A
    37 2 YES YES NO A
    37 2 YES YES NO A
    SEQUENCE# THREAD# APPLIED ARC DEL S
    38 2 YES YES NO A
    38 2 YES YES NO A
    39 2 YES YES NO A
    39 2 YES YES NO A
    40 2 YES YES NO A
    40 2 YES YES NO A
    41 2 YES YES NO A
    41 2 YES YES NO A
    42 2 YES YES NO A
    42 2 YES YES NO A
    43 2 NO YES NO A
    SEQUENCE# THREAD# APPLIED ARC DEL S
    43 2 YES YES NO A
    44 2 YES YES NO A
    44 2 NO YES NO A
    42 1 YES YES NO A
    40 1 YES YES NO A
    45 2 YES YES NO A
    46 2 YES YES NO A
    43 1 YES YES NO A
    44 1 YES YES NO A
    41 1 YES YES NO A
    45 1 YES YES NO A
    SEQUENCE# THREAD# APPLIED ARC DEL S
    47 2 YES YES NO A
    46 1 IN-MEMORY YES NO A
    90 rows selected.
    SQL>

  • Rac to non rac standby file name convert option

    Hi,
    Rac to non rac with ASM both, please find the below details.
    Primary Setup.
    diskgroup NAME for all files for both primary and standby +DATA
    pmon,unique and service name at standby-rac1, rac2
    db version -11.2.0.1
    platform - HP -UX
    $ ps -ef | grep pmon
    oracle11 22329 1 0 22:33:55 ? 0:28 ora_pmon_rac1
    oragrid 23522 1 0 Jan 2 ? 1:30 asm_pmon_+ASM1
    $ ps -ef | grep pmon
    oracle11 22329 1 0 22:33:55 ? 0:28 ora_pmon_rac2
    oragrid 23522 1 0 Jan 2 ? 1:30 asm_pmon_+ASM2
    database and Unique name - RAC, so all files on ASM created under +DATA/RAC
    Stanby setup
    diskgroup NAME for all files for both primary and standby +DATA
    pmon,unique and service name at standby- racdr
    $ ps -ef | grep pmon
    oracle11 22329 1 0 22:33:55 ? 0:28 ora_pmon_racdr
    oragrid 23522 1 0 Jan 2 ? 1:30 asm_pmon_+ASM
    database name and unique name is racdr, so all files on ASM created under DATA/racdr when cloned with RMAN from primary backup. (by settling log_file and db_file covert from DATA/RAC to +DATA/racdr )
    so now everything ok... but how do we create a new datafiles at primary for the above setting success, ??? and reflect on standby ???.
    1.create tablespace tbs size 10g;
    2.create tablespace tbs datafile '+/DATA/RAC/test.dbf size 10g; ??
    3.create tablespace tbs datafile '+/DATA size 10g;???
    4. directories name on asm and specifying on the convert options is case sensitive ???
    Thanks in advance...

    thats fine john,
    log_file and db_file covert from '+DATA/RAC', '+DATA/racdr'
    my primary is rac
    my standby us racdr
    so i mentioned above folders on convert option, so if i created datafile with or without specifying a diskgroup like mentione below, with or without specifying the directory like below
    will all create on under '+DATA/racdr' diskgroup ??
    create tablespace test DATA size10m; --> not specidying a full path as DATA/RAC' so will it go to DATA/racdr' ?? or creating under DATA ?diskgroup on standby????
    Thanks,

  • Oracle Documentation to Migrate RAC to NON-RAC keeping ASM

    Oracle Documentation to Migrate RAC to NON-RAC keeping ASM.

    93a5de6e-a834-4d99-8192-dbc40f606ffd wrote:
    Oracle Documentation to Migrate RAC to NON-RAC keeping ASM.
    Surely all you need to do is set CLUSTER_DATABASE=FALSE, and start the instance from a non-RAC Oracle home. Then tidy up the cluster registry: use the srvctl utility to remove the RAC database, and add a non-RAC database. All done in ten minutes.
    John Watson
    Oracle Certified Master DBA

  • How convert database RAC to Non-RAC 10g

    Hi, How convert database RAC to Non-RAC 10g, i'm use Oracle Cluster Filesystem.
    Thanks for your help.

    Hi, i made a little lab and i found the solution, i share with you a quick procedure.
    1.- Create a copy of parameter file and delete clusters parameters.
    cluster_database=false,etc, etc.
    Note. Add the parameter
    norecovery_through_resetlogs=TRUE
    2.- Create the backup of controfile.
    connect / as sysdba
    alter database backup controfile to trace;
    3.- Stop the cluster database and make the copy to new server.
    srvctl stop database -d myrac
    scp * new_server:/new_path
    4.- Create the password file and init file into the new server
    5.- Start the database with nomount option
    connect / as sysdba
    startup nomount
    6.- Create the controlfile and set the new database name and new paths for oracle files.
    7.- Open the database with resetlogs option
    alter database open resetlogs;
    Thanks for your help.
    Luck
    Regards.

Maybe you are looking for

  • Can't get it to work! Boo-hoo

    Hi. I'm trying to connect my airport extreme to an Arris broadband modem (Videotron in Quebec). The connection works fine with my MacBook (I think it is a static IP) but when I transfer the numbers to my AE via ethernet I encounter a problem. The AE

  • How to install a new hard drive without bootable disc/usb

    Hi- my hard drive has totally failed and although I can get into disk utility it won't let me create images and keeps coming up with input/output errors when I try. I don't have another mac to work from and have no discs whatsoever even for older OS

  • Display Export to ms excel in SAP B1 version 9.1

    Hi Everyone! I am learning SAP B1 version 9.1 at advanced G/L account determination.Highlights of SAP version 9.1 display "Export to ms excel" and "Migrate"button but I can not find them. Everyone that knows these ones, please help me! Thanks & Best

  • Trying to download/install iTunes on my PC Windows XP

    error 2330 when trying to install iTunes on my PC - novice here.

  • Documents on Enterprise Search

    Hi,   I wish to know about SAP Netweaver Enterprise Search. So if anybody have documents (pdfs, text files,ppts etc.) ,  SAP Notes and links regarding that please provide here. Send the documents to the following mail id.   [email protected] /* respo