Query related to cloning in shared APPL_TOP

Hello
I installed the e-business suite R12 (12.0.6) with shared configuration appl_top. I would like to know what I need to run preclone in the context of cloning, on which nodes. If APPL_TOP is shared between the AP & CM node.
My configuration is: AP1, AP2 - Application layer
CM1, CM2 - level CM
DB, DB2 DB nodes.

So the cloning which INST_TOP should I use? Knots of AP? or nodes of the CM?

Thank you
Prasad

Prasad,

You must run preclone on the source DB and nodes CM only, copy the database files and the application of these nodes from two sources to the lymph nodes of the target (the application, you need to copy twice because it is not shared), and then configure the nodes of the target (run postclone on all nodes).

Kind regards
Hussein

Tags: Oracle Applications

Similar Questions

  • A query regarding the creation of shared objects.

    Hello

    I have a query regarding the creation of shared objects.

    I saw an example where the author is creatining Shared Object as shown
    below:


    SharedObj = null;
    sharedObj = SharedObject.getLocal ("myTasks");

    and there is nothing related to the word "myTasks" anywhere in the Application.

    Can someone please let me know what this word "myTasks" mean here?

    Thanks in advance.

    Hello

    With a shared object, it will create one if it does not exist, then "myTasks" becomes the name of the shared object or if it exists it will load all the objects that are in the shared object.

    Here is a simple example that uses the sharedobjects to store the connection information.

    http://gumbo.flashhub.NET/login/

    David

  • What are the causes of streaks in the areas not related any cloning with photoshop elements 8 or 11?

    What are the causes of streaks in the areas not related any cloning with photoshop elements 8 or 11?

    You can post a screenshot showing the screen problem?

  • SHARED APPL_TOP

    Hello

    We have 6 app node, 2 CARS DB Node Oracle Apps Suite 11.5.10 CU2 environment of production, and we are in the process of implementation SHARED APPL_TOP in our production environment. We woud would like to know how to handle autoconfig if part of adpatch.

    We understand that adpatches has applied to the admin node ONLY (one of the nodes) instead of apply all 6 app nodes. We also understand that some of the patches called autoconfig internally in the application of the hotfix. How do we know if we have to run the autoconfig explicitly remaining 5 knots app.

    Edited by: 838982 may 4, 2011 20:39

    + If it is not shared, to apply the patch in all nodes? or apply the hotfix admin node and run the autoconfig on the remaining nodes?

    For unshared (APPL_TOP/Application File System), you must apply the hotfix on each node where adpatch is presented and run AutoConfig on each node.

    Thank you
    Hussein

  • query related Co

    Hello...

    What is co related queries and query sub? years its difference. ?

    Hello

    Void query: when a query is based on the results of another query, then go for sub query.
    Correlation query Sub: whenever we refer external table column tables in the inner query then its application called void correlated.
    Inner query will be executed once for each outer query execution.

    Sub query :
       Display the details of the emps whose  deptno is same as SMITH deptno .
    
    SQL> select * from emp e
      2  where deptno in
      3  (select deptno from emp where ename='SMITH');
    
         EMPNO ENAME      JOB              MGR HIREDATE         SAL       COMM     DEPTNO
    ---------- ---------- --------- ---------- --------- ---------- ---------- ----------
          7902 FORD       ANALYST         7566 03-DEC-81       3000                    20
          7876 ADAMS      CLERK           7788 23-MAY-87       1100                    20
          7788 SCOTT      ANALYST         7566 19-APR-87       3000                    20
          7566 JONES      MANAGER         7839 02-APR-81       2975                    20
          7369 SMITH      CLERK           7902 17-DEC-80        800                    20
    
    Correlated Query :
    
     Display the details of the    emps whose salary is  greater than average salary of their own dept .
    
    SQL> ed
    Wrote file afiedt.buf
    
      1  select *
      2  from emp x
      3  where sal>(select avg(Sal) from emp y
      4*                  where x.deptno=y.deptno)
    SQL> /
    
         EMPNO ENAME      JOB              MGR HIREDATE         SAL       COMM     DEPTNO
    ---------- ---------- --------- ---------- --------- ---------- ---------- ----------
          7499 ALLEN      SALESMAN        7698 20-FEB-81       1600        300         30
          7566 JONES      MANAGER         7839 02-APR-81       2975                    20
          7698 BLAKE      MANAGER         7839 01-MAY-81       2850                    30
          7788 SCOTT      ANALYST         7566 19-APR-87       3000                    20
          7839 KING       PRESIDENT            17-NOV-81       5000                    10
          7902 FORD       ANALYST         7566 03-DEC-81       3000                    20
    
    6 rows selected.
    

    Thank you
    Prakash P

    Published by: prakash on April 8, 2012 23:50

  • cloning of shared application layer

    Hello

    I want to duplicate the shared application layer, but I don't know how to deal with it please tell me the steps, I think like this

    DB - CM on machine DBX
    All services on APPX

    (1) normal preclone, appsTier on the source machine dbtier

    (2) I copy files target DBX systems

    (3) target on postclone dbTier DBX and AppsTIer (because the node of the main application will be DBX accommodation CM only, through this step CM and DB is cloned)

    (4) then I'll share the file system DBX for secondary application layer node.

    After sharing how to clone other services on the secondary node to application source target? Using the addnode script?


    Concerning

    Hello

    It is not a must, but it is recommended that you have the latest patch AutoConfig (rapid Clone) applied before cloning.

    Kind regards
    Hussein

  • Query related to the availability of WINDOWS 8 PRO DVD

    Original title: WINDOWS 8 PRO DVD

    When will I receive my backup DVD Pro Windows 8? It's been more than 2 weeks? Says their e-mail received October 31, 2012: your DVD is on its way Your Windows 8 Pro has been shipped. It should arrive in 4 to 8 days.

    Hello Sniper91,

    Welcome to the Microsoft community where you can find all the answers related to windows.

    According to the description, it seems that you have problems with Windows 8 Pro DVD. As I understand it, you need to know when the Windows 8 Pro DVD will be available.

    Please contact sales and Support of Microsoft Store.

    http://www.microsoftstore.com/store/msstore/HTML/pbPage.Help_Site_Contact_Us

    Meet us if you face any problem of Windows, and I'd be happy to help you.

    Good day!

    Hope this information helps.

  • #s around hyperlink on query related

    Hello

    I have an Access query that contains, among other things, a field that contains a hyperlink. When I have a link to this query in Excel, the address (web address for a pdf file that has been uploaded to our website) is a symbol # in the beginning and at the end of the address. Why? I tried to use the code to remove these symbols # but a type mismatch error.

    Any suggestions?

    Thanks in advance.

    Hi dcornett,

    According to your description, I would say that you re - ask your question in the MSDN forum rather than on this forum. MSDN is watched by other developers who would more than likely be able to help.

    http://social.msdn.Microsoft.com/forums/en-us/windowsgeneraldevelopmentissues

    Hope this information is useful.

  • Query related to multi site VMWare esxi 5 according to the installation program.

    Hi all

    We have several distributed sites based on vSphere 5 according to the installation program which are the ESXi host 5.1, 5.1 vCenter and a storage for each site... Now, we anticipate adding distributed locations all host esx to vCenter built one of our new site.

    So, what should be the best way to achieve this.

    (1) is it advisable to add the distributed over wan to vCenter site on a different location?

    (2) can we also go with modes related? Since all our existing site already live, do we need to re - install vCenter to have bound mode installed?

    Concerning

    Varun Khatri

    Hi, as long as you have enough bandwidth between sites, you can add you remote cluster to vcenter.  I've done this before and I had no problems.  Your approach depends on the configuration of your environment.  If you have existing vCenter installed on each site, you can use the linked modes, and you don't need to reinstall to set up connected mode. vSphere Documentation Centre

  • Wow... (iRec) Just migrated to Linux from Windows, use shared APPL_TOP now

    I've migrated just my iRec-Web, Web - app, app-forms knots admin and ccm of several APP_TOPS on Windows to a single APP_TOP shared on Linux.

    When I try to go on my homepage of iRec at the http://ebsirec:8000/OA_HTML/IrcVisitor.jsp that I am sent to this URL:

    http://ebsirec.nvci.org:8000/OA_HTML/AppsLocalLogin.jsp?requestUrl=http%3A%2F%2Febsirec.nvci.org%3A8000%2FOA_HTML%2FRF.jsp%3Ffunction_id%3D14300%26resp_id%3D23350%26resp_appl_id%3D800%26security_group_id%3D0%26lang_code%3DUS%26params%3D017lT2jg0qyl9MOp.umTx5TnwS0Zy4KNbJc-k4.DAR7N1ZNJ3X-rwHia472j7uso%26oas%3DKPKzSJSVqb4flma86nRsaw..&cancelUrl=http%3A%2F%2Febsirec.nvci.org%3A8000%2FOA_HTML%2FUS%2FICXINDEX_EBS01PD_ebsirec.htm&errCode=FND_SESSION_ICX_EXPIRED&langCode=US&username=SYSADMIN&s1=NPgXHJ3qAB4lPd4YqcLeGA..

    and it says "Error, your session has expired." and shows me the log in page.

    What is the version of the application? DB version? OPERATING SYSTEM?

    You will find all the details on the error in the Apache logs?

    Is the problem with iRec only pages?

    You have implemented SSO implementation?

    Please see if (Bug 6827220 DNF: MALFORMED CANCELURL CAUSES the FND_SSO_PHISH_ERROR of FND_SESSION_ICX_EXPIRED of ERRCODE) is applicable.

    Thank you
    Hussein

  • Query related to the connection

    Hi Experts,

    I have two drivers in the physical layer of the repository: -.
    (1) Connection_A for experienced users.
    (2) Connection_B for CEOS
    Two connections are to be directed to the same data source.

    Assume that the user is the CEO, then reports (responses) should take Connection_B (to avoid the network traffic), otherwise the reports should choose Connection_A.

    If anyone can share an idea how I can do?


    Best regards
    -J

    Hello J,

    Use the following steps in the connection pool "Connection_B"...

    1. click the "Permission" button and uncheck the Everyone group.
    2. click on view all users/groups
    3. Select the CEO_user

    In this way that this connection will be used exclusively by the CEO.

    Hope that answers your query. :)

    ~ Ash

  • Query related to the availability of the Windows XP SP2 CD

    Original title: XP Pro problem

    Is it possible to get a cd of Service Pack 2 for Windows XP Pro?

    Hello MGoodwinXW,

    Thanks for choosing Windows and thank you for providing an opportunity to help you.

    According to the description, it seems that you are having problems with Windows XP SP2. As I understand it, you need to know whether or not the Windows XP SP2 CD is available.

    Unfortunately, there is no availability of the CD of Windows XP SP 2.

    Download and install Windows XP SP2 link and verification.

    http://www.Microsoft.com/en-in/Download/details.aspx?ID=28

    Answer to us if you are having problems with Windows XP SP2 or any other issue of Windows, and I'd be happy to help you.

    Good day!

    Hope this information helps.

  • Query related to the keyboard

    Original title: 6.06.6000.16238

    Where can I find in question for my keyboard?

    Thank you.
    Giuanpadan
     
    Hi Giuanpadan,
     
    If you are looking for the driver for keyboard, here is a link to download:
    Select the version of the operating system from the menu drop down and download the driver.
  • Query related to the availability of the date and time of the email replied to the original e-mail in Windows Mail

    Original title: when you replied to a message.

    In Outlook, there is a feature... When you open a message, then answer it... If you pull up to the original e-mail message, it tells you when you have replied to this message.  Is it possible to do this in Windows Mail?

    Hello

    Yes, data search and mail time returned to the original e-mail is available in Windows Mail.

    Hope this information helps.

  • Query related to the installation of hard drives

    Original title: hard drives
    I have two hard drives and I want to set up as
     
    1. a stand-alone hard disk that holds the operating system
    2. the second hard drive to keep the files like doc, files, photos, video, and downloads.
    How can I do this?
    Thanks in advance.

    It's just a matter of creating a partition on the 2nd HARD drive. Then you can use it for whatever you like.
    You can install programs, or just use it to store data.
    HARD drive with a speed lower than 7200 RPM are generally best left to the storage (Western Digital Black are
    7200 RPM. Their VelociRaptor is the record of 10 000 rpm).
    Software load a little slower and may run more slowly on the 5200 RPM HARD drive. Are the 'Greens' HDD
    usually about 5200 RPM.

    -If you run short on the HARD the OS disk space is a way to create more space
    move your music, photos and video to the other HARD disk records.

    A method to move the folders in your main user folder is to R / click the respective folder
    and go to Properties.
    Click the location , and then select the partition or folder on your HARD drive that you want to move
    This folder is a subfolder of.
    After data is transferred, it will be a new shortcut to this new location in libraries.

    -If you do not use the libraries you can simply move the data to a new folder on the other HARD drive
    (without using the 'rent' option) and pin a shortcut from the new folder to the
    Icon from the Windows Explorer in the taskbar.

    [If you also need information on how to set up partitions and otherwise manage the HDD-]
    The two HARD drives should show up in disk management. This is where you create or delete partitions on your
    HARD drives
    Go to control panel (or start menu) > administrative tools > computer management.
    Then click on disk management.
    -The HARD drive with the operating system will say - ( system, start...) Main partition). It could be either disk 0 or 1 depending on the port on which the HARD drive is connected to the motherboard.
    The other disk HARD would have "unallocated space" If no partition was made.
    If the disc already has data, then it must also propose in the Start Menu > computer and data
    should be accessible and ready for to add you more data.
    If the 2nd HARD drive has no data that you have just made a new Partition. With a drive of 80 GB HARD is a single partition
    generally the best option for the management of space.

    You can get more details on how to use the disk by typing disk management management in the
    Search box Start > Help and Support.

    .

Maybe you are looking for

  • Cannot hear or talk on calls after update

    I've updated my phone this morning and now I can't hear or talk on calls.   Does anyone else have this problem and if so how do solve you?

  • How can I get my sims3 game to work on my windows 7

    How can I get my sims 3 to game work on my windows 7

  • Display on monitor

    I haven't changed any settings yet all programs and Web sites on the internet and offline display extra-large onmonitor two horizontally and vertically which makes it unable to see the entire screen which can make?

  • Is it possible to use duplex printing (no manual) on my HP C6280 on Microsoft Office 2007?

    All the time that I got my HP C6280 all-in-one printer I have not known that it was possible to print double-sided directly with the printer.  The print on Microsoft Office dialog box has a check box for the manual Duplex which requires removal of th

  • Error in saving hard

    Hello world!I am new to ghettoVCB and relatively new to VMware in general. I tried to learn community q & a, guides, research on google and so immediately and so far I was capable of anything resolve, but it's one is difficult. I've set up a couple o