Creating staging area for setup downloaded from Oracle Edelivery

Hi,
I am going to install EBS 12.1.1 on RHEL 5.3
I have downloaded the setup from edelivery.oracle.com
Now I was wondering how I should create stage area.
I came to know from couple of posts from Hussein that as I have downloded the setup(no CDs/DVDs),I just have to copy the downloaded file under the stage area directory
and then unzip those files.
But I came to know from EBS R12.1.1 installatioin guide that there has to be five sub-directories,before you actually start installation,namely
startCD, oraApps, oraDB, oraAS, and oraAppDB
So,my question is
Will these directories get created automatically when I unzip the downloaded files?
Do I have to unzip the downloded files in any particular sequence(so that these five sub-directories get created properly)?

I came to know from couple of posts from Hussein that as I have downloded the setup(no CDs/DVDs),I just have to copy the downloaded file under the stage area directory
and then unzip those files.Correct.
But I came to know from EBS R12.1.1 installatioin guide that there has to be five sub-directories,before you actually start installation,namely
startCD, oraApps, oraDB, oraAS, and oraAppDBThis is valid only if you stage the files from the Media Pack. If you have downloaded the file from e-Delivery website, then just place the files in one directory, extract it there and this will create the stage area directory for you.
So,my question is
Will these directories get created automatically when I unzip the downloaded files?Yes.
Do I have to unzip the downloded files in any particular sequence(so that these five sub-directories get created properly)?The sequence does not matter, just make sure you have all the directories created.
You may also run md5sum as per (MD5 Checksums for R12.1.1 Rapid Install Media [ID 802195.1]) to verify the integrity of the stage area directory once you are done with the staging.
Thanks,
Hussein

Similar Messages

  • How to create pdf files in UNIX directory from oracle reports

    I would like to know how to create pdf files in UNIX directory from oracle reports.
    Thanks,

    Please make your question more clear . Also mention the reports version.
    1) If you are runnning reports in Unix, you can give
    .... destype=file desformat=pdf desname=<filename>
    in command line
    Please refer docs below.
    2) If by your question you mean
    "My reports server is running in Windows but I want to ftp my files to Unix after creating it"
    then the answer is that you can use pluggable destination "ftp"
    .... destype=ftp desformat=pdf desname=<ftp url>
    Pluggable destinations download
    http://otn.oracle.com/products/reports/pluginxchange/index.html
    Thanks
    Ratheesh
    [    All Docs     ]
    http://otn.oracle.com/documentation/reports.html
    [     Publishing reports to web  - 10G  ]
    http://download.oracle.com/docs/html/B10314_01/toc.htm (html)
    http://download.oracle.com/docs/pdf/B10314_01.pdf (pdf)
    [   Building reports  - 10G ]
    http://download.oracle.com/docs/pdf/B10602_01.pdf (pdf)
    http://download.oracle.com/docs/html/B10602_01/toc.htm (html)
    [   Forms Reports Integration whitepaper  9i ]
    http://otn.oracle.com/products/forms/pdf/frm9isrw9i.pdf

  • Outer join query for SQL server from Oracle

    Hi All,
    My question is regarding making queries from Oracle to SQL Server database thorugh DBLink.
    In my oracle database I have a DBLink emp.world for SQL Server database.
    I need to query SQL Server data from oracle (so that this query can be combined with other oracle tables).
    Query is given below:
    SELECT
            a."EmpID" as "Employee ID",
            a."EmpStatus" "Employee Status"
            b."EmpSub" as "Employee Subjects"
    FROM
            [email protected] a
            left outer join [email protected] b on a."EmpID" = b."suEmpID"
    ORDER BY  a."EmpID";My problem is when I run the same query from oracle, it does not show the EmpID that does not exist in Subjects table, but when run from actual SQL Server database, it shows all the records.
    Samples are given below:
    Run from Oracle
    Employee ID      Employee Status     Employee Subjects
    101                     Active                     Maths
    102                     Active                     Maths
    102                     Active                     Physics
    104                   Inactive                  Chemistry
    Run form SQL Server
    Employee ID      Employee Status     Employee Subjects
    101                     Active                     Maths
    102                     Active                     Maths
    102                     Active                     Physics
    103                 Active                       NULL
    104             Inactive            ChemistryI am not sure why in oracle outer join for SQL server tables is not working. What is the right way for outer join in this case.
    I am using oracle database 10gR2 and SQL Server 2005.
    Please Help.
    Thanks.

    SELECT
    a."EmpID" as "Employee ID",
    a."EmpStatus" "Employee Status"
    b."EmpSub" as "Employee Subjects"
    FROM
    [email protected] a
    left outer join [email protected] b on a."EmpID" = b."suEmpID"
    ORDER BY a."EmpID";
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/queries006.htm#sthref3175
    From your description, it appears you may need a right outer join. You want to get back all the rows from 'B', not from 'A'. Try a right join and let us know.

  • HT1725 When I click on a Movie I get the following "You have already purchased this item but it has not been downloaded. To download it, select Check For Available Downloads from the Store menu." Then get err = 11111

    iTunes quit unexpectedly during the download of a movie.  When I click on that movie now I get the following message: "You have already purchased this item but it has not been downloaded. To download it, select Check For Available Downloads from the Store menu."
    I follow the instructions, but the download still doesn't resume - err = 11111
    Any advice?

    Yeah, I am going to blast my iPhone for the 4th time today and pray this goes away. I had 6 apps showing updates, the 6 badge icon shows on the App Store on my iPhone and, having run them all, the 6 apps have two copies each on my iPhone: one that is the old version of the app and will not run and the other is a faded version of the app with an empty progress bar on the icon. Click those and you get an error message about connecting to iTunes, etc. as described in the article I linked to above.
    It gets stranger than this. If I install a completely NEW app, the 6 that are stuck mid-update heal themselves and appear with the new version only, however now completely different apps (Hold Em for instance - which I did not update and didn't need an update) will not launch "app name Cannot Launch" message comes up.
    Agh!

  • Which CKM is used for moving data from Oracle to delimited file ?

    Hi All
    Please let me know Which CKM is used for moving data from Oracle to delimited file ?
    Also is there need of defining each columns before hand in target datastore. Cant ODI take it from the oracle table itself ?

    Addy,
    A CKM is a Check KM which is used to validate data and log errors. It is not going to assist you in data movement. You will need an LKM SQL to File append as answered in another thread.
    Assuming that you have a one to one mapping, to make things simpler you can duplicate the Oracle based model and create a file based model. This will take all the column definitions from the Oracle based model.
    Alternatively, you can also use an ODI tool odiSQLUnload to dump the data to a file
    HTH

  • Staging area for Management Agent files...?

    Sorry for another question so quickly - I am reading the documentation first!
    Management agents upload files to the OMS server, and these are parsed and loaded as data into the MR database, right?
    Where is the staging area for these files (upload from all the management agents)? Is it possible to change it? From what I can gather it's
    https://oms_server:1159/em/upload - but where is this in the real world? I've searched the OMS $ORACLE_HOME, but can't find any uploaded files
    The reason for these questions is because we have a requirement to load these files to a shared area so that both our OMSes can access them - has anyone come across a configuration like this before? Does it work?
    Many thanks (again!)
    D

    The upload area on the OMS would normally be <OMS_HOME>/sysman/recv.
    You still might find no data files over here, as they may be uploaded to the OMS on that moment.
    Yes, making this directory a shared location ,will work when running multiple OMS.
    Regards
    Rob

  • How can I get help for ADE downloads from the public library.   I am suddenly getting error messages

    How can I get help for ADE downloads from the public library.  It worked for years and now I am getting error messages.   I cannot find any practical help

    If you are trying to open the book on a device, try using the latest DL Reader on Android and iOS
    https://play.google.com/store/apps/details?id=com.datalogics.dlreader&hl=en

  • SSMA for migrating table from oracle to Sql server

    Hi All,
    I wanted to replicate oracle huge table to sql server and i am using SSMA.its helpful and fast but can we replicate the table to different name using SSMA.for example i have a table TEST and i wanted to replicate it to SQL_TEST.Can it be possible
    using SSMA.
    Kindly help me out 

    Hi All,
    I wanted to replicate oracle huge table to sql server and i am using SSMA.its helpful and fast but can we replicate the table to different name using SSMA.for example i have a table TEST and i wanted to replicate it to SQL_TEST.Can it be possible
    using SSMA.
    Kindly help me out 
    Hello,
    Same question has  already been asked by you in below thead. Why you created duplicate thread ?  please avoid this practice or your thread will be marked ass Spam
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/abcdfb1b-c617-453f-828d-c8e4ec266c78/ssma-for-migrating-table-from-oracle-to-sql-server?forum=sqlintegrationservices
    Moderators plz merge this thread.
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • Creating Staging Area

    Hi all,
    I am trying to create staging area in R12, when i ran the perl script(adautostg.pl) it was going fine, but when it has asked me to insert Database Disk 2 it says, invalid DVD, i tried from the second set of media pack but same problem arised.
    So now im copying all the zip files to local HDD so that i can unzip....this is the second method im following...
    please give any suggestion on this...thread.....

    First off your question relates to e-Business Suite not Database so you are in the wrong forum. In the future please post the appropriate location where your question will be on-topic.
    Second ... there are two possibilities. First that you have a corrupt DVD and the second that you are inserting the wrong Disk2.
    I have posted the 11.5.10 version of the process here:
    http://www.psoug.org/ebs/ebs_tree.html
    and the v12 one is essentially identical.
    If you still can not get it to work open an SR at metalink.

  • Download from oracle website..

    hi,
    download from oracle website  is  trail one??
    as i want to download oracle 10g database for self study..
    thnxxxx

    If you mean trial version, then yes, all the commercial Licenses (PE, SE1, SE, EE) you download and install need a license if you start developing applications for commercial purpose. If you only want to try certain features, than you can install said licences for testing purposes on your system. Aside from that you can get the XE (eXpress Edition) which you can use both for testing and production use, if you can cope with its restriction in size (disk 4G, memory 1G) and processing (1 CPU, 1 Server) and its lack of support (patches, etc.) from Oracle Corp.
    Please bear in mind that I'm not associated in any way with Oracle Corp. You may want to check on license restrictions with Oracle Corp. or one its partners to be on the safe side.
    C.
    Edited by: cd_2 on Feb 11, 2010 3:36 PM

  • HT1725 The files seems to be corrupted.  To redownload the file, choose "Check for Available Downloads" from the Store menu.

    While downloading apps from iTunes Store following error is repeatedly coming "The files seems to be corrupted.  To redownload the file, choose "Check for Available Downloads" from the Store menu."? Please suggest any solution.

    Contact itunes support.

  • How to create info area for process chains?

    How to create info area for process chains?

    Hi,
    If I understand your question clearly, you want to assign display componets.
    once you have created you chain you assign the components by clicking CTRL+F11
    Regards,
    Namrata

  • 48 Hours ago I started to upgrade to Mtn Lion on a now 10 day old IMac - 30 minutes ago I got the email with the content code and redeem code for the download from the app store - it said download was happening, but nothing happened for 30 min - FIX IT!

    48 Hours ago I started to upgrade to Mountain Lion on a now 10 day old IMac - 30 minutes ago I got the email with the content code and redeem code for the download from the app store - it said download was happening, but nothing happened for 30 min - HOW DO I (or you) FIX IT!?

    This is a User's Forum, yelling at us won't help. You have 90 days of customer support via telephone. Use them as they can interact with their system and hopefully get you back on track. Otherwise take it to them at the Genius Bar and have them make it good.

  • Is there a user exit for Excel download from Web Template?

    Hi,
    Is there a user exit for Excel download from Web Template?
    Thanks,
    Frank

    Hi,
    I need to do some data manipulation before export to Excel.  I could use Table Interface to manipulate the data before rendering to the Web.
    Regards,
    Frank

  • How do I create staging area after having copied Apps R12.1.1 DVD to disk

    Hi!
    I have copied all DVDs for Apps R12 to our filer. Now I would want to create the staging area using autostage.pl, but it only stages the startCD, then it asks me to insert the DVd named "Rdbms Disk1", but the DVD is already on the filer. Giving it the path to the copied DVd on disk does not work...
    I don't have access to the physical machines to mount the DVDs since the servers are in a hosted data center...
    Any ideas?
    Regards,
    Helmut

    Hi,
    I never tried this before, but you may try to pass the root directory name where all the media files were copied and see if it works. If this does not help, then I believe you need to create the stage area directory from the DVD-ROM drive.
    Oracle Applications Installation Guide: Using Rapid Install
    http://download.oracle.com/docs/cd/B53825_01/current/acrobat/121oaig.pdf
    Regards,
    Hussein

Maybe you are looking for

  • How to remove the search bar in the tab strip?

    My latest firefox update includes a search bar IN THE TAB STRIP on top of the page (not the one in the navigation toolbar). It takes up too much space for the tabs and it is useless (since there is already a search bar below it in the navigation tool

  • My PS Touch on my new iPad is frozen. I have a lot of work saved on it & don't want to lose it. ???

    If I'm understanding this right, I have to delete the PS Touch App and then reinstall. I don't have to repurchase. But I'm guessing I'll lose all my work. I didn't save to the cloud yet. Arg :) What to do? No choice? Start over?

  • Caption function in InDesign CS6

    I have been playing with the Caption function in InDesign and cannot get a handle on it. Is there a discussion or video that might help me? In InDesign, I go to enter a caption for my picture. Object / Caption / Caption setup. It says it is looking f

  • To trigger CRM COND COM BADI

    Hello All, We have a requirement. While creating an internet order a user can enter a promo code, when a promo code is entered then this value should be passed to IPC to fetch the condition records. During the implementation phase customer decided no

  • Printer icon stays in dock even with auto quit enabled

    The printer icon remains in the dock when printing is finished, even with the auto quit option checked. I am using an HP deskjet 5650. This behavior has only recently started. How do I make the icon go away automatically? I've checked and unchecked t