Clone Oracle Applications 11i using Oracle Application Manager

Hi All,
I am working on the following Metalink documents:
*[Note: 398619.1 - Clone Oracle Applications 11i using Oracle Application Manager (OAM Clone)|https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=398619.1]*
I am bit confused, if I am doing Cloning with OAM and providing all the information about the target system how does it work?
Is it that, cloning with OAM will make the required templates and I will have to just take the backup of my database and application and have to restore it on target machine and cloning is done!
Please suggest,
Anchorage

Is it that, cloning with OAM will make the required templates and I will have to just take the backup of my database and application and have to restore it on target machine and cloning is done!This is not enough. You still need to complete the following steps on the target node:
Task 5: Configure the Target System
Task 6: Initiate Data Purge
Task 7: Review Checklist

Similar Messages

  • Sample applications built using Oracle developer 6.0

    Please tell me how can if find sample applications built using oracle developer.
    Is there any web site on the offering such a service ?

    Ali,
    Try www.oraclefans.com/oraclefans/
    Louis D.

  • How i can make web application by using oracle form6i

    how i can make web application by using oracle form 6i , indetail .
    A.R

    indetail .As Andy Millman might observe, you're having a laugh. This is a big topic, far exceeding what it is reasonable to expect people to help out with in a Forum. Do you not have the 6i documentation?
    OTN has a site for upgarding to web forms. Although it is mainly focussed on moving to 9i/10g a lot of the issues and solutions apply to moving a 6i client/server app to web deployment. For further help there is a Forms.
    Cheers, APC

  • Enterprise Application Development Using Oracle NoSQL Database

    Hi,
    I am following the below link given by Re Lai, to develop the Kvitter application using NoSQL database. But there is no link to sample code in the given below blog.
    Application Development Using Oracle NoSQL Database
    Please help me with the link for the Kvitter Application Code.
    Thank you.
    Regards
    Anvesh Raju

    Hi Anvesh
    Here is the direct link to source code of the above sample program. The link is also posted under Demo/Sample Programs section.
    HTH
    Anuj

  • Connect to Oracle 9i server using oracle 11g client

    Hi,
    my oracle 9i server is on unix machine.
    I got new Window 7 64 bit machine for .NET code development(framework 4.0).It is having Oracle 11G installed.I am getting oracle connection error while running .NET application.
    what changes (connection string/tnsnames.ora/others) will I have to do to connect Oracle 9i server using oracle 11g client ?

    Hi,
    Please post the complete error stack you are getting.
    Regards
    Yoonas

  • Displaying Chinese Character in Oracle Form 6i using Oracle 11g Database

    Hi,
    Please, can anyone send me the solution for displaying the Chinese characters in Oracle Form 6i using Oracle 11g database and also
    the configuration that has to be implemented.Its urgent.
    Thank You,
    Sridhar.T

    displaying the Chinese characters in Oracle Form 6i using Oracle 11g database I'm afraid you might have problems... see Implementing Chinese language in Oracle 11g

  • Installing Oracle Applications 11i using an external hard drive

    Hi All,
    I have a laptop with 60 gigs in it. As per the quick install CD in the Oracle Apps 11i pack I need to have at least 80 gigs space. So I wanted to know if it is possible to install Oracle Apps using a external hard drive and the Quick Install option. If anyone has done this please share it with me.
    thanks
    cheers
    ~k

    Hi Kar,
    Thanks for the info. I was waiting for confirmation on this before I went out and bought an external hard drive. My laptop runs a Windows XP Home edition OS and it is the only OS on the machine.
    I scoured the market for external hard drives and it turns out that there is a wealth of information out there. Could you give me some pointers on which one of these you would recommend.
    Also once the external hard drive is in place do I need to follow a different installation process or I can use Quick Install as is. If I remember correctly the info given in Quick Install stated that in Windows it would need some amount of space on my Temp folder which is why I needed extra space as my hard drive was only 60 gigs.
    Now with this external hard drive will it automatically detect this and then try and load the files in this new space or will Quick Install still try to use the space in the Temp folder.
    Really appreciate your help on this one.
    thanks
    cheers
    ~k

  • Need to Import an application built using Oracle Service Bus on Oracle Public Cloud

    I have built an application using Oracle Service Bus (OSB) eclipsed IDE which transfers file from server1 to server2, reads the transferred file, transforms it into a payload and calls a webservice. I have tested this application locally by installing Oracle Service Bus on one on my servers.
    I have java as a service account on Oracle Public Cloud. I would like to import the above application onto Oracle Public Cloud. I am not sure if the Weblogic domain on Oracle Public Cloud has enabled OSB or not.
    Let me know if someone can help me.

    Hello,
    Oracle Service Bus is currently not supported in Oracle Java Cloud Service.
    Oracle Java Cloud Service supports deployment of JavaEE and ADF applications.
    -- Nilesh

  • ACCENT Symbol in Oracle Reports printing using 10g Application server

    Some of the report with names containing ACCENT symbol are printing like upside-down comma. But the report used to printing certified copy and the client requiring to print the ACCENT symbol as it is. Oracle support recommend us to use PDFPrint destination, which is third-party utility that converting the post-script output to printer for ACCENT symbol. Please provide the link and instruction to download the PDFprint utility and installation requirement for the below environment:
    Oracle Application Server Version=10.1.2.3.0
    SUN SPARC - 64 bit
    Thanks
    Krishna

    By the looks of it you used 9i which also used an Application Server so your knowledge should be up to date. The Default URL has changed a little as has the port. Look in the installation guide for the default URL and port.
    If you mena the development side you can use the one-button-run functionality which makes it possible to run am form without the full App Server just by hitting the run button in the builder. You do need to start the local OC4J but that is easy. On Windows there is a start menu item to do that. On Linux you run a shell script I think.

  • Unale to print pdf files in oracle application server using oracle forms

    Hi
    We are using oracle developer suite 10g(10.1.2.3.0) in Windows vista. (test environment)
    Oracle application server 10g(10.1.2.3.0) in Hp-UX 11iv3 (production environment)
    We are able to print pdf files in test environment from oracle forms using the below command:
    host('/usr/bin/lp -d p9775hplaser '||'/ashome/output/'||:print_file);
    But while declaring to the live environment it is not working
    host('cat '||:pdf_print_file||' | acroread -toPostScript | /usr/bin/lp -dp9775hplaser');
    but when the above command is put in hp-ux cmd prompt it is workinh"'cat '||:pdf_print_file||' | acroread -toPostScript | /usr/bin/lp -dp9775hplaser'";
    Kind ly tell me whether the problem i with the host command and some other command is available for printing files from forms.

    Here is my guess:
    declare
    AppID PLS_INTEGER;
    begin
    AppID := DDE.App_Begin('acroread -toPostScript '||file name,DDE.APP_MODE_MINIMIZED);
    end;

  • Biometric applications integration using Oracle stack

    How do we integrate Biometric applications using Oracle SOA Suite or ODI or any other technology?
    Thanks in advance.

    Hi,
    I found this document from the Oracle Open World 2009 (maybe you have found it too) :
    "Integration with PeopleSoft applications using oracle soa suite 11g BPEL" --> [http://www.oracle.com/technology/tech/fmw4apps/peoplesoft/pdf/oow2009-bpel-psft.pdf]
    And this could be a little more simple, but have a good step-by-step tutorial.
    [http://www.oracle.com/technology/obe/fusion_middleware/fusion/soa/BPEL_PS848/OBE_PSFT_BPEL_848.htm]
    I think you must read this docs by now, but never come amiss.
    Hope this can help you,
    By the way, if you can help me with this I'll appreciate it a lot.
    Unable to access the following endpoint(s)

  • Hi,Which menu advisable for E-Application developing using Oracle Developer

    Hi All,
    We r going to develop web based ERP using
    Oracle 10g R2 DeveloperSuite
    Oracle 10g R2 Appliaction Server
    Oracle 10g R2 Database Server...
    Which menu advisable(Menu Editor or Tree Menu).?
    Pls give the ideas to me
    Ram

    Hi,
    Thanks Francois..
    We are developing Web based ERP modules are like(GL,AR,AP,Inventory,Purchase etc).
    Have setup like Masters,Transactions,Query,Utils and Reports..
    I saw many projects people using Tree Menu.
    Performance wise which is best (Tree or Menu Editor)?.
    Thanks n Advance
    Ram

  • List of standard workflow in oracle HRMS 11i - used in SSHR

    Hi everybody,
    I want to know all the list of standard workflow and their description, defined in oracle HRMS and used in SSHR.
    Is there anyway to know that ??
    Please can you give me an answer ASAP.

    i explain my need :
    i want to have the list of standard workflow processes defined for functions in HRSS.
    So i want to know if they are saved in a system table, if it is the case, which program i must execute to have the result..
    i read in this manual "Oracle Self-Service Human Resouces Deploy Self-Service Capability Guide" Chapter 4 that :
    " SSHR uses workflow processes to combine related functions into a single transaction (for example, to add Special Information Types to Change Assignment or to Personal Information). and to control the transaction flow between the initiating user and other users such as a manager, an HR professional, or an applicant.
    You use the Workflow Builder to look at the delivered processes which have been designed to support typical business processes."
    i want to know which business processes are supported by SSHR.
    thank you very much for your help
    Edited by: user638405 on 27 oct. 2010 13:46

  • Install EBS 11i using Oracle Database 11g

    Dear All,
    I'm going to create development environment for EBS 11i using database 11g. As i know, the rapidwiz install pack using Oracle 9i as the default database.
    Could I install EBS 11i using database 11g? Is there any documentation for this kind of installation? Or Do i have to Install EBS 11i using the default database then migrate it to Oracle database 11g?
    Many Thanks
    Gumas

    I'm going to create development environment for EBS 11i using database 11g. As i know, the rapidwiz install pack using Oracle 9i as the default database. Correct.
    Could I install EBS 11i using database 11g?No, you will need to install 9i which comes with 11i Rapid Install then upgrade the database to 11gR2
    Is there any documentation for this kind of installation? If you mean install 11i using 11g then no such doc exists.
    Or Do i have to Install EBS 11i using the default database then migrate it to Oracle database 11g?Correct.
    11gR2 Database Certified with E-Business Suite 11i
    https://blogs.oracle.com/stevenChan/entry/db11gr2_certified_ebs11i
    Interoperability Notes - Oracle E-Business Suite Release 11i with Oracle Database 11g Release 2 (11.2.0) (Note 881505.1)
    Thanks,
    Hussein

  • Tracking Usage of an application that uses EAI Object Manager

    Hi,
    We have had created for us an application that works using Siebel EAI.
    I have been asked to implement some tracking of usage, so that we can see who is using the application.
    Building on some work that we use in the main application, I have an executable file that essentially looks in the Siebel log directory for a string like this:
    oldUser=SiebelAnonUser, newUser=UsersUserName
    This works fine to a point, except not every user seems to have an entry like this one.
    Some do/some don't and some do some days and not others. It seems quite random.
    Instead, the users frequently have an entry like this instead of the SiebelAnonUser:
    oldUser=someUsersUserName, newUser=anotherUsersUserName
    Can anyone explain how this works, and why sometiumes we see an entry with SiebelAnonUser in and other times not?
    Otherwise, does anyone have a good way of tracking usage of EAI? Or something that would be written to the logs that we can track usage on?

    Hi Rave,
    The error that I am getting is "Cannot Create ActiveX Component".  It's occurring when I try to create the object "AFormAut.App".  Below is the line of code that is throwing the error.
    _formapp = DirectCast(CreateObject("AFormAut.App"), AFORMAUTLib.AFormApp)
    Thanks,
    Aaron

Maybe you are looking for