How to clone RAC Instance to Single Node Instance??

Hi
I have a Multi Node R12.0.4 Installation based on RAC, and i want to clone all the application on Multi Node but on single database.
Can any one guide me how to performe this??
Thanks
Mohamed

Hi;
In addition to Hussein Sawwan great post also check
RAC -> NON RAC ebiz clone << this post for r11 but i belive it applicable for R12 too
Hope it helps
Regard
Helios

Similar Messages

  • Can there be multiple ASM instances on single node?

    Hi,
    Can there be multiple ASM instances on single node?
    This one says No : http://www.freelists.org/archives/oracle-l/02-2008/msg00317.html
    And This one says Yes : http://www.databasejournal.com/features/oracle/article.php/3571371
    Thanks in advance.
    Thanks,
    Harsha
    Edited by: user498756 on Sep 11, 2008 2:23 AM

    ...that document doesnt say you cannot have multiple ASM instances on a node. It says "...ASM, +you only need one ASM+ instance for that computer, to manage the two database instances that use ASM."
    The fact that you only need one - and I cannot think of a good reason to have more than one - does not preclude the fact that you do seem to be able to have multiple ASM instances on a single node, each looking after its own set of disks and diskgroups.
    Again - I cannot think of a good reason to do so though!
    -Bob

  • Clone from multinode to single node

    Hi,
    db version=10.2.0.3 Oracle Application 12.1.2 o/s Linux 5
    i want to clone from multi node to single node i am just concern about how to define the Hosts for Database and Application in a single machine
    should i define db host on etho and Application host on eth1 network adapters
    Pleas advice ....

    HI,
    Refer Note 230672.1 - Cloning Oracle Applications Release 11i with Rapid Clone
    I hope u have applied necessary patches...(Latest Rapid Clone patch & autoconfig patches)
    Follow these steps....
    Clone PROD to DEV
    1.     Prepare the Source System
    a.     cd <RDBMS ORACLE_HOME>/appsutil/scripts/<CONTEXT_NAME>
    perl adpreclone.pl dbTier
    b.     cd <COMMON_TOP>/admin/scripts/<CONTEXT_NAME>
    perl adpreclone.pl appsTier
    2.     Shutdown the Source system.
    Take the Backup
    tar -czvf prodappl.tar.gz prodappl/
    tar -czvf prodcomn.tar.gz prodcomn/
    tar -czvf prodora.tar.gz prodora/
    3.     Scp /ftp the all files & folders od source to target.
    Scp *.tar.gz hostname@username:/path
    4.     Shutdown Apllication & Database of Target.
    5.     Take backup of target
    mv devappl bdevappl
    mv devcomn bdevcomn
    mv devora bdevora
    6.     Mv proadappl devappl
    Mv prodcomn devcomn
    Mv prodora devora
    Mv proddata devdata
    Mv proddb devdb
    7.     Login as root
    Remove the entries in oratab & oraInventory
    8.     Run post clone scripts
    a.Database Tier
    cd $ORACLE_HOME/appsutil/clone/bin
    perl adcfgclone.pl dbTier
    [oracle@dbs4 bin]$ perl adcfgclone.pl dbTier
    Enter the APPS password [APPS]:
    First Creating a new context file for the cloned system.
    The program is going to ask you for information about the new system:
    Provide the values required for creation of the new Database Context file.
    Do you want to use a virtual hostname for the target node (y/n) [n] ?:
    Target instance is a Real Application Cluster (RAC) instance (y/n) [n]:
    Target System database name [PROD]:DEV
    Target system RDBMS ORACLE_HOME directory [oraDB/proddb/9.2.0]:/devDB/devdb/9.2.0
    Target system utl_file accessible directories list [1]:
    Number of DATA_TOP's on the target system [1]:
    Target system DATA_TOP 1 [oraDB/proddata]:/devDB/devdata/
    Do you want to preserve the Display set to dbs1:0.0 (y/n) [y] ?:
    Do you want to preserve the port values from the source system on the target system (y/n) [y] ?:
    Database port is 1521
    Backing up /devDB/devdb/9.2.0/appsutil/DEV_dbs4.xml to /devDB/devdb/9.2.0/appsutil/DEV_dbs4.xml1.bak
    Creating the new Database Context file from :
    /devDB/devdb/9.2.0/appsutil/template/adxdbctx.tmp
    The new database context file has been created :
    /devDB/devdb/9.2.0/appsutil/DEV_dbs4.xml
    Log file located at /devDB/devdb/9.2.0/appsutil/clone/bin/CloneContext_06210847.log
    Running Rapid Clone with command:
    perl /devDB/devdb/9.2.0/appsutil/clone/bin/adclone.pl java=/devDB/devdb/9.2.0/appsutil/clone/bin/../jre mode=apply stage=/devDB/devdb/9.2.0/appsutil/clone/bin/.. component=dbTier method=CUSTOM dbctxtg=/devDB/devdb/9.2.0/appsutil/DEV_dbs4.xml showProgress contextValidated=true
    Beginning database tier Apply - Mon Jun 21 08:48:20 2010
    Log file located at /devDB/devdb/9.2.0/appsutil/log/DEV_dbs4/ApplyDBTier_06210848.log
    Completed Apply...
    Mon Jun 21 08:50:06 2010
    Beginning APPSDB_DEV registration to central inventory...
    ORACLE_HOME NAME : APPSDB_DEV
    ORACLE_HOME PATH : /devDB/devdb/9.2.0
    Using Inventory location in /etc/oraInst.loc
    Log file located at /etc/oraInventory/logs/OracleHomeCloner_06210850.log
    ORACLE_HOME /devDB/devdb/9.2.0 was registered successfully.
    Starting database listener for DEV:
    Running:
    /devDB/devdb/9.2.0/appsutil/scripts/DEV_dbs4/addlnctl.sh start DEV
    You are running addlnctl.sh version 115.6
    Logfile: /devDB/devdb/9.2.0/appsutil/log/DEV_dbs4/addlnctl.txt
    Starting listener process DEV ...
    Listener DEV has already been started.
    addlnctl.sh: exiting with status 0
    Apps tier
    [applmgr@dbs4 ~]$ cd /devAPP/devcomn/clone/bin/
    [applmgr@dbs4 bin]$ perl adcfgclone.pl appsTier
    Enter the APPS password [APPS]:
    First Creating a new context file for the cloned system.
    The program is going to ask you for information about the new system:
    Provide the values required for creation of the new APPL_TOP Context file.
    Do you want to use a virtual hostname for the target node (y/n) [n] ?:
    Target system database SID [PROD]:DEV
    Target system database server node [dbs1]:dbs4
    Target system database domain name [dbs.com]:
    Does the target system have more than one application tier server node (y/n) [y] ?:n
    Is the target system APPL_TOP divided into multiple mount points (y/n) [n] ?:
    Target system APPL_TOP mount point [oraAPP/prodappl]:/devAPP/devappl
    Target system COMMON_TOP directory [oraAPP/prodcomn]:/devAPP/devcomn
    Target system 8.0.6 ORACLE_HOME directory [oraAPP/prodora/8.0.6]:/devAPP/devora/8.0.6
    Target system iAS ORACLE_HOME directory [oraAPP/prodora/iAS]:/devAPP/devora/iAS
    Do you want to preserve the Display set to dbs2:1.0 (y/n) [y] ?:
    Do you want to preserve the port values from the source system on the target system (y/n) [y] ?:
    Complete port information available at /devAPP/devappl/admin/out/DEV_dbs4/portpool.lst
    UTL_FILE_DIR on database tier consists of the following directories.
    1. /usr/tmp
    2. 1
    3. /devDB/devdb/9.2.0/appsutil/outbound/DEV_dbs4
    4. /usr/tmp
    Choose a value which will be set as APPLPTMP value on the target node [1]:
    Backing up /devAPP/devappl/admin/DEV_dbs4.xml to /devAPP/devappl/admin/DEV_dbs4.xml1.bak
    Creating the new APPL_TOP Context file from :
    /devAPP/devappl/ad/11.5.0/admin/template/adxmlctx.tmp
    The new APPL_TOP context file has been created :
    /devAPP/devappl/admin/DEV_dbs4.xml
    Log file located at /tmp/CloneContext_06210854.log
    Running Rapid Clone with command:
    perl /devAPP/devcomn/clone/bin/adclone.pl java=/devAPP/devcomn/clone/bin/../jre mode=apply stage=/devAPP/devcomn/clone/bin/.. component=appsTier method=CUSTOM appctxtg=/devAPP/devappl/admin/DEV_dbs4.xml showProgress contextValidated=true
    Beginning application tier Apply - Mon Jun 21 08:55:51 2010
    Log file located at /devAPP/devappl/admin/DEV_dbs4/log/ApplyAppsTier_06210855.log
    Completed Apply...
    Mon Jun 21 09:00:47 2010
    Beginning APPSIAS_DEV registration to central inventory...
    ORACLE_HOME NAME : APPSIAS_DEV
    ORACLE_HOME PATH : /devAPP/devora/iAS
    Using Inventory location in /etc/oraInst.loc
    Log file located at /etc/oraInventory/logs/OracleHomeCloner_06210900.log
    ORACLE_HOME /devAPP/devora/iAS was registered successfully.
    Skipping the starting of services
    INFO : Rapid Clone completed successfully
    Thanks
    Adiga

  • Install RAC OBS on single node using VMWare

    Re: How to install Muti_node R12 using VMWARE
    Mine is a little different.
    I have the Test server which has OEL5 and one OAS 10g(Oracle application Server) with 10g database.
    I want to install RAC OBS on this server by installing VMWare for the single node. I do not want to wipe out the OAS, reinstore OSL5 and start from a blank machine.
    Can I keep what I have on the server and install RAC OBS by installing VMWare, configuring the virtual sharing disks, and install RAC OBS using ASM?

    Hi,
    Can I keep what I have on the server and install RAC OBS by installing VMWare, configuring the virtual sharing disks, and install RAC OBS using ASM?Yes, you can. Just make sure you have sufficient resources on this machine.
    Note: 388577.1 - Using Oracle 10g Release 2 Real Application Clusters and Automatic Storage Management with Oracle E-Business Suite Release 12
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=388577.1
    Regards,
    Hussein

  • Multiple ASM Instances on single node

    Hi All,
    After going through some threads it seems to me that multiple ASM instances on a node is not supported and recommended by ORACLE but i coudn't find any ORACLE document or support matrix mentioning this. Can any one give me a pointer to this. Please correct me if i am wrong and Multiple ASM instances are fully supported by ORACLE.
    Thanks,

    Multiple ASM instances on a single node are supported but not recommended due to several issues you could encounter during that kind of configuration.
    Possible interraction between those instances for identification of each disk area usage,each disk area permissions , database instance to asm instance mapping and so on, could result in unwanted behaviour, as ASM is in some way just oracle's representation of LVM.
    Intention is that any kind of distinction/separation of oracle related data under the ASM should be done through the disk groups.
    So it seems it would be better to apply this kind of logic rather than doing suspiciously magical and rare configurations that could bring you similiary strange and unexpected problems.

  • How to configuare RAC database in single system?

    Hi,
    I have installed Linux in my system. Can i create RAC database in that system? if it is possible , how to create RAC database?..
    Thanks,

    RAC on a single machine? Can't think of any other method than virtual machines.
    Tim Hall has a good article for RAC using virtual machines on Linux here...
    http://www.oracle-base.com/articles/10g/OracleDB10gR2RACInstallationOnCentos4UsingVMware.php

  • How to do data migration between single node and multi node HANA systems ?

    Data migration between single node and multi node HANA systems ?
    What are limitations ?
    What should be the best practices ?

    Data migration between single node and multi node HANA systems ?
    What are limitations ?
    What should be the best practices ?

  • Converting from Sinlge-Node Oracle Apps Instance to 2 Node Instance

    Hi,
    I am in the process converting my Single Instance Oracle Apps 11.5.10.2 instance on Windows 2003 server to a 2 Node instance. I want to move the DB Tier only to another Windows 2003 server.
    Plz suggest how I can achieve this. Can I use 'adcfgclone appsTier' to get this done.
    Rgds,
    Thiru

    1) Run "perl adpreclone.pl dbTier" on the source database node
    2) Run "perl adpreclone.pl appsTier" on the source application node
    3) Shutdown the application/database services and copy the(<sid>db, and <sid>data) directories to the target node
    4) Run "perl adcfgclone.pl dbTier" on the target database node
    5) Make sure the database and the database listener are up and running
    6) Run "perl adcfgclone.pl appsTier" on the source application node
    7) Start the application services
    Note: 230672.1 - Cloning Oracle Applications Release 11i with Rapid Clone
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=230672.1

  • Moving RAC/ASM to single-node non-rac SET NEWNAME not working

    Good morning,
    I'm trying to restore a rac/asm database to a non-rac environment to simulate disaster recovery under worst-case circumstances.
    Here is as faras I have been able to get
    1) Restored pfile
    2) modified pfile to remove references to RAC settings (note, did not set db_file_create_dest, db_file_name_convert, etc)
    3) Restored controlfile successfully
    4) Mounted database
    At this time I run the following rman script which covers all temp and datafiles (there's some skipped numbers where datafiles have been removed previously)
    run {
    set until time "to_date('2009/11/29 03:00:00','YYYY/MM/DD HH24:MI:SS')";
    set newname for tempfile 1 to '/mnt/data/oradata/pmi/temp_1.dbf';
    set newname for datafile 1 to '/mnt/data/oradata/pmi/system_1.dbf';
    set newname for datafile 2 to '/mnt/data/oradata/pmi/undotbs1_2.dbf';
    set newname for datafile 3 to '/mnt/data/oradata/pmi/sysaux_3.dbf';
    set newname for datafile 4 to '/mnt/data/oradata/pmi/undotbs2_4.dbf';
    set newname for datafile 5 to '/mnt/data/oradata/pmi/undotbs3_5.dbf';
    set newname for datafile 6 to '/mnt/data/oradata/pmi/users_6.dbf';
    set newname for datafile 7 to '/mnt/data/oradata/pmi/atend1_7.dbf';
    set newname for datafile 8 to '/mnt/data/oradata/pmi/atendidx1_8.dbf';
    set newname for datafile 9 to '/mnt/data/oradata/pmi/cwmlite_9.dbf';
    set newname for datafile 10 to '/mnt/data/oradata/pmi/datafeedsidx1_10.dbf';
    set newname for datafile 11 to '/mnt/data/oradata/pmi/drsys_11.dbf';
    set newname for datafile 12 to '/mnt/data/oradata/pmi/dynamic1_12.dbf';
    set newname for datafile 13 to '/mnt/data/oradata/pmi/dynamicidx1_13.dbf';
    set newname for datafile 14 to '/mnt/data/oradata/pmi/intermedia_14.dbf';
    set newname for datafile 15 to '/mnt/data/oradata/pmi/notesidx1_15.dbf';
    set newname for datafile 16 to '/mnt/data/oradata/pmi/odm_16.dbf';
    set newname for datafile 18 to '/mnt/data/oradata/pmi/pacific_data_large_18.dbf';
    set newname for datafile 19 to '/mnt/data/oradata/pmi/pacific_data_medium_19.dbf';
    set newname for datafile 20 to '/mnt/data/oradata/pmi/pacific_data_small_20.dbf';
    set newname for datafile 21 to '/mnt/data/oradata/pmi/pacific_data_xlarge_21.dbf';
    set newname for datafile 22 to '/mnt/data/oradata/pmi/pacific_index_large_22.dbf';
    set newname for datafile 23 to '/mnt/data/oradata/pmi/pacific_index_medium_23.dbf';
    set newname for datafile 24 to '/mnt/data/oradata/pmi/pacific_index_small_24.dbf';
    set newname for datafile 25 to '/mnt/data/oradata/pmi/pacific_index_xlarge_25.dbf';
    set newname for datafile 26 to '/mnt/data/oradata/pmi/pmi_data_large_26.dbf';
    set newname for datafile 27 to '/mnt/data/oradata/pmi/pmi_data_medium_27.dbf';
    set newname for datafile 28 to '/mnt/data/oradata/pmi/pmi_data_small_28.dbf';
    set newname for datafile 29 to '/mnt/data/oradata/pmi/pmi_data_large_29.dbf';
    set newname for datafile 30 to '/mnt/data/oradata/pmi/sysaux_30.dbf';
    set newname for datafile 31 to '/mnt/data/oradata/pmi/pmi_data_xlarge_31.dbf';
    set newname for datafile 32 to '/mnt/data/oradata/pmi/pmi_index_large_32.dbf';
    set newname for datafile 33 to '/mnt/data/oradata/pmi/pmi_data_medium_33.dbf';
    set newname for datafile 34 to '/mnt/data/oradata/pmi/pmi_index_medium_34.dbf';
    set newname for datafile 35 to '/mnt/data/oradata/pmi/pmi_index_small_35.dbf';
    set newname for datafile 36 to '/mnt/data/oradata/pmi/pmi_index_xlarge_36.dbf';
    set newname for datafile 38 to '/mnt/data/oradata/pmi/portal30_38.dbf';
    set newname for datafile 39 to '/mnt/data/oradata/pmi/portal_app_helpdesk_39.dbf';
    set newname for datafile 40 to '/mnt/data/oradata/pmi/static1_40.dbf';
    set newname for datafile 41 to '/mnt/data/oradata/pmi/staticidx1_41.dbf';
    set newname for datafile 42 to '/mnt/data/oradata/pmi/tools_42.dbf';
    set newname for datafile 43 to '/mnt/data/oradata/pmi/xdb_43.dbf';
    set newname for datafile 44 to '/mnt/data/oradata/pmi/pmi_index_small_44.dbf';
    set newname for datafile 46 to '/mnt/data/oradata/pmi/pmi_index_medium_46.dbf';
    set newname for datafile 47 to '/mnt/data/oradata/pmi/pmi_data_small_47.dbf';
    set newname for datafile 48 to '/mnt/data/oradata/pmi/pmi_index_large_48.dbf';
    set newname for datafile 49 to '/mnt/data/oradata/pmi/pmi_index_xlarge_49.dbf';
    set newname for datafile 50 to '/mnt/data/oradata/pmi/system_50.dbf';
    set newname for datafile 52 to '/mnt/data/oradata/pmi/pmi_data_xlarge_52.dbf';
    set newname for datafile 54 to '/mnt/data/oradata/pmi/pmi_index_medium_54.dbf';
    set newname for datafile 55 to '/mnt/data/oradata/pmi/acctdb_data_55.dbf';
    set newname for datafile 56 to '/mnt/data/oradata/pmi/acctdb_index_56.dbf';
    set newname for datafile 57 to '/mnt/data/oradata/pmi/pivot_data_57.dbf';
    set newname for datafile 58 to '/mnt/data/oradata/pmi/pmiaudit_data_58.dbf';
    set newname for datafile 59 to '/mnt/data/oradata/pmi/pmiaudit_indx_59.dbf';
    allocate channel D1 device type disk;
    restore database;
    switch datafile all;
    release channel D1;
    When I run this I get the following:
    creating datafile fno=3 name=/mnt/data/oradata/pmi/sysaux_3.dbf
    released channel: D1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 12/09/2009 09:32:33
    ORA-01119: error in creating database file '+PMI2'
    ORA-17502: ksfdcre:4 Failed to create file +PMI2
    ORA-15001: diskgroup "PMI2" does not exist or is not mounted
    ORA-15077: could not locate ASM instance serving a required diskgroup
    ORA-29701: unable to connect to Cluster Manager
    I noticed that it's trying to create the datafile. Shouldn't it be giving me a "Restoring datafiles from backup piece" clause? Also it appears to be trying to recreate the datafiles in their old location. Any thoughts on how to get around this.
    Using the db_file_name_convert does allow me to restore files to the filesystem, but they use names such as "omf_*" and I'm not sure if it's converting the files properly from ASM format.
    Thanks!

    Hi,
    I assume your problem is either in your pfile ( but you indicate you have removed all RAC settings), or in your control file.
    I would recommend to remove the control files and create them later as soon as the datafiles have been restored, using the commands:
    STARTUP NOMOUNT
    CREATE CONTROLFILE REUSE DATABASE "OMST01" NORESETLOGS FORCE LOGGING NOARCHIVELOG
    -- SET STANDBY TO MAXIMIZE PERFORMANCE
    MAXLOGFILES 100
    MAXLOGMEMBERS 2
    MAXDATAFILES 1024
    MAXINSTANCES 8
    MAXLOGHISTORY 10210
    LOGFILE
    < your logfiles >
    DATAFILE
    < your datafiles >
    CHARACTER SET <your character set>;So the steps are
    Startup nomount with the pfile
    Restore the datafiles using rman
    Shutdown the database
    Use above script to create the control files
    It is possible you need to use the RESETLOGS option instead of the NORESETLOGS
    HTH

  • Load balancing on rac database with single node appsTier

    Hi,
    Please advice me, I am working on to configure load balancing on appstier, following is my setup and steps I did so far.
    Host name      Services
    Clelx062ptlge --     Rac 1 – only database
    Clelx063ptlge --     Rac 2 – only database
    Clelx042ptlge --     All apps services including concurrent managers
    I have two R12 database(UDEV -- development & HRQA -- UAT), I only made changes in apps tier xml file of udev for some load balancing parameters, following are the changes I did.
    *<TWO_TASK oa_var="s_tools_twotask" osd="unix"> udev_806_BALANCE </TWO_TASK>*
    *<CP_TWOTASK oa_var="s_cp_twotask" customized="yes">udev_806_BALANCE</CP_TWOTASK>*
    *<TWO_TASK oa_var="s_weboh_twotask" osd="unix"> udev_BALANCE </TWO_TASK>*
    I changed the values from "UDEV" to given above value. After the above change I ran autoconfig. Then Concurrent managers and forms services are not automatically getting failover to second database node, I need to bounce services to fail it back to other available Rac node. Please note that we have only one appsTier
    Thanks,
    Tanveer Mohammed.

    Hi,
    Yes, i have checked the doc referenced, and already did the steps given in the doc. Also i did all the steps given into ID 388577.1 but still Concurrent managers and forms services are not automatically getting failover to second database node, I need to bounce services to fail it back to other available Rac node.
    Please advice...
    Thanks,
    Tanveer Mohammed.

  • Unable to start crs on single-node instance

    Hello -
    I am running 11.1.0.7 for my ASM instance, and I am unable to start crs. I get the following error message:
    [root@mbiwfhmdwee 624]# ./crsctl start crs
    Attempting to start Oracle Clusterware stack
    Failure at scls_scr_create with code 1
    I just installed the Oracle software, and this is the first time I am trying to get ASM running on this server.
    Any help is appreciated!
    Thanks,
    Mike

    you are probably hitting bug 4632899 - CSS does not start if hostname has capital letters (ML note 4632899.8)
    => Change the hostname to from uppercase to lower case.

  • Can we change the UCCX server from single node to the first node without affecting it's configurations

    Hi all,
    Firstly I was using the single CUCM7.0 server with the single UCCX 7.0 server. Now I am going to add the second CUCM and UCCX in the cluster. I was first configured the UCCX server as a single node. Now I have to configure this as a first node. How I could configure this from single node to the first node without affecting it's configurations..??????
    Regards
    Ali Raza

    Hi Aaron,
    How could we do the change on Imhost file. How we add the both servers in that file?
    Below is the Imhost file txt.
    # Copyright (c) 1993-1999 Microsoft Corp.
    # This is a sample LMHOSTS file used by the Microsoft TCP/IP for Windows.
    # This file contains the mappings of IP addresses to computernames
    # (NetBIOS) names.  Each entry should be kept on an individual line.
    # The IP address should be placed in the first column followed by the
    # corresponding computername. The address and the computername
    # should be separated by at least one space or tab. The "#" character
    # is generally used to denote the start of a comment (see the exceptions
    # below).
    # This file is compatible with Microsoft LAN Manager 2.x TCP/IP lmhosts
    # files and offers the following extensions:
    #      #PRE
    #      #DOM:
    #      #INCLUDE
    #      #BEGIN_ALTERNATE
    #      #END_ALTERNATE
    #      \0xnn (non-printing character support)
    # Following any entry in the file with the characters "#PRE" will cause
    # the entry to be preloaded into the name cache. By default, entries are
    # not preloaded, but are parsed only after dynamic name resolution fails.
    # Following an entry with the "#DOM:" tag will associate the
    # entry with the domain specified by . This affects how the
    # browser and logon services behave in TCP/IP environments. To preload
    # the host name associated with #DOM entry, it is necessary to also add a
    # #PRE to the line. The is always preloaded although it will not
    # be shown when the name cache is viewed.
    # Specifying "#INCLUDE " will force the RFC NetBIOS (NBT)
    # software to seek the specified and parse it as if it were
    # local. is generally a UNC-based name, allowing a
    # centralized lmhosts file to be maintained on a server.
    # It is ALWAYS necessary to provide a mapping for the IP address of the
    # server prior to the #INCLUDE. This mapping must use the #PRE directive.
    # In addtion the share "public" in the example below must be in the
    # LanManServer list of "NullSessionShares" in order for client machines to
    # be able to read the lmhosts file successfully. This key is under
    # \machine\system\currentcontrolset\services\lanmanserver\parameters\nullsessionshares
    # in the registry. Simply add "public" to the list found there.
    # The #BEGIN_ and #END_ALTERNATE keywords allow multiple #INCLUDE
    # statements to be grouped together. Any single successful include
    # will cause the group to succeed.
    # Finally, non-printing characters can be embedded in mappings by
    # first surrounding the NetBIOS name in quotations, then using the
    # \0xnn notation to specify a hex value for a non-printing character.
    # The following example illustrates all of these extensions:
    # 102.54.94.97     rhino         #PRE #DOM:networking  #net group's DC
    # 102.54.94.102    "appname  \0x14"                    #special app server
    # 102.54.94.123    popular            #PRE             #source server
    # 102.54.94.117    localsrv           #PRE             #needed for the include
    # #BEGIN_ALTERNATE
    # #INCLUDE \\localsrv\public\lmhosts
    # #INCLUDE \\rhino\public\lmhosts
    # #END_ALTERNATE
    # In the above example, the "appname" server contains a special
    # character in its name, the "popular" and "localsrv" server names are
    # preloaded, and the "rhino" server name is specified so it can be used
    # to later #INCLUDE a centrally maintained lmhosts file if the "localsrv"
    # system is unavailable.
    # Note that the whole file is parsed including comments on each lookup,
    # so keeping the number of comments to a minimum will improve performance.
    # Therefore it is not advisable to simply add lmhosts file entries onto the
    # end of this file.
    Regards
    Ali Raza

  • How to clone a 11.1.0.7 oracle single node db with asm instance

    We need to clone a 11.1.0.7 environment with single node db plus asm storage used.
    I googled everywhere , and a lot notes on ASM with RAC cluster clone provided but no document for ASM with single node.
    Please help.
    Thanks

    9233598 wrote:
    We need to clone a 11.1.0.7 environment with single node db plus asm storage used.
    I googled everywhere , and a lot notes on ASM with RAC cluster clone provided but no document for ASM with single node.
    Please help.
    Thanks
    9233598 wrote:
    We need to clone a 11.1.0.7 environment with single node db plus asm storage used.
    I googled everywhere , and a lot notes on ASM with RAC cluster clone provided but no document for ASM with single node.
    Please help.
    Thanks
    RMAN> DUPLICATE DATABASE

  • How to clone a 2-node ASM RAC db to a 3-node ASM RAC db by RMAN?

    We need to clone a 2-node ASM RAC db to a 3-node ASM RAC db by RMAN. I would think this will be about the same as a regular single db procedure by RMAN mostly. However, in 3 node RAC, there will be additional instance thread in redo (thread 1,2, and 3). Questions will be
    1. Should I use CRSCTL to add new instance (3rd)? -- I guess yes
    2. Should I create additional online redo group for thread 3? -- I guess yes
    3. Should I create addition undo tablespace? -- I guess yes
    Can any body provide a procedure of cloning the DB?
    Thanks!

    Not just easy as next, next, next
    version depenedencies and etc.
    [from Oracle DOC|http://download.oracle.com/docs/cd/B19306_01/rac.102/b14197/adddelunix.htm#BEICADHD]
    AND
    [Doc ID:      270512.1: Adding a Node to a 10g RAC Cluster|https://metalink.oracle.com/CSP/ui/flash.html#tab=KBHome%28page=KBHome&id=%28%29%29,%28page=KBNavigator&id=%28bmDocID=270512.1&from=BOOKMARK&bmDocType=BULLETIN&bmDocDsrc=KB&bmDocTitle=%3Cb%3EAdding%3C/b%3E%20a%20%3Cb%3ENode%3C/b%3E%20to%20a%2010g%20%3Cb%3ERAC%3C/b%3E%20Cluster&viewingMode=1143%29%29]

  • How does a RAC DB 'spread' from single instance to multiple instances ?

    GI/RDBMS Version: 11.2.0.3
    OS: Oracle Linux 6.3
    Filesystem : ASM
    When a RAC database is created using dbca , Manually , or RMAN restore, the DB is created in the Node1 first with cluster_Database=FALSE .
    Then you run the following commands (for 3-node RAC)  from Node1
    srvctl add database -d lmnprod -o $ORACLE_HOME -p +LMNPROD_DATA01/lmnprod/spfilelmnprod.ora
    srvctl add instance -d lmnprod -i lmnprod1 -n hwcarser290
    srvctl add instance -d lmnprod -i lmnprod2 -n hwcarser291
    srvctl add instance -d lmnprod -i lmnprod3 -n hwcarser292
    Once the DB is created,mounted and opened in Node1 and the above commands are executed , you set cluster_Database=TRUE and startup the Instance2 and Instance 3 in Node2 and Node3.
    I just want to know how does Node2 and Node3 becomes aware of the DB and joins the DB cluster ? What happens internally ?

    Generally speaking, registering in OCR is not required for database to be a cluster database.
    Migration from single-instance database to cluster consists of creating redo logs and undo tablespace for new instance and enabling this instance (thread). If database is policy-managed, this is done automatically for new node.

Maybe you are looking for