Packages, patches, required RPM in Oracle Linux 6 for the installation of the EBS R12.

Hello
I am not a beginner and I'm doing a vision of Oracle EBS R12 installation on my laptop.

I downloaded the pack of 3 journalists Oracle Enterprise Linux version 6 update of edelivery.com and installed Oracle Linux on Vmware preinstalled.
Now, I want to know what all the patches, the packaging and the RPM is necessary as a prerequisite before proceeding with the installation of R12.
How to check if they are already present and how to install them.
I have referred to the oracle notes but tangled in what points to be followed and that jump.

Please guide.

Thank you
Patricia

swapnil_yeole wrote:
Hello
I am not a beginner and I'm doing a vision of Oracle EBS R12 installation on my laptop.

I downloaded the pack of 3 journalists Oracle Enterprise Linux version 6 update of edelivery.com and installed Oracle Linux on Vmware preinstalled.
Now, I want to know what all the patches, the packaging and the RPM is necessary as a prerequisite before proceeding with the installation of R12.
How to check if they are already present and how to install them.
I have referred to the oracle notes but tangled in what points to be followed and that jump.

Please guide.

Thank you
Patricia

All BONES and RPM packages can be found in these docs.

Oracle E-Business Suite installation and upgrade version Notes 12 (12.1.1) for Linux x 86-64 [ID 761566.1]
Installation of Oracle E-Business Suite and 12 (12.1.1) for Linux x 86 version upgrade Notes [ID 761564.1]

"Rpm - qa" command to check if the package is installed or not.

To install the packages, please use "yum install" or 'rpm - Uvh' command.

Thank you
Hussein

Tags: Oracle Applications

Similar Questions

  • get the error "no sequence valid is not found for the set of patches" msg trying to launch Acrobat XI for the first time after installing - suggestions?

    get the error "no sequence valid is not found for the set of patches" msg trying to launch Acrobat XI for the first time after installing - suggestions?  Using Windows XP.

    Hi James,

    Let me know if the problem persists.

    Kind regards

    Nicos

  • Patch of the DST for the ebs DB Upgrade

    Hi all

    I'm upgrading ebs R12.1.3 database 11.2.0.4 11.2.0.3 on Sun (sparc) OS. The source DB contains the DST patch 14, do I have to apply the latest patch for the DST as part of the upgrade or I'm good with it?

    SQL > SELECT version FROM v$ timezone_file;

    Version

    ----------

    14

    Thank you!

    Yes, these patches are necessary for env EBS.

    https://blogs.Oracle.com/stevenChan/entry/dstv25_ebs

    Thank you

    Hussein

  • The EBS R12 upgrade and solaris to linux in a one-way migration?

    Hi all, first post on this forum so bear with me.

    I plan on spending 11.5.10.2 Solaris (sparc) 64-bit EBS EBS R12 on RHEL 5 x 86-64 a and would like to know if I can make in a shot that is the migration and upgrade in one step or I need to go to R12 first and then migrate first and then upgrade or migrate.

    I understand the stages of migration and upgrade, but have not seen any documentation to support on the combination of them, someone does that?

    Thanks in advance
    Jeremy

    Hello

    You can upgrade the application in the Solaris to R12 box then migrate the R12 to Linux application (since your target OS is 64-bit Linux, please note that you can not migrate the 11i application as 64-bit operating system is accredited as a layer of database for the Oracle 11i applications only).

    To install R12 11i, please see:

    The Oracle Applications upgrade guide: Version 11i release 12.1.1
    http://download.Oracle.com/docs/CD/B53825_03/current/HTML/docset.html

    Guidelines for preparation of database E-Business Suite Release 12.1.1 upgrade [ID 761570.1]

    Oracle E-Business Suite Release 12.1.3 now available
    http://blogs.Oracle.com/stevenChan/2010/08/ebs_1213_available.html

    E business Suite Release 12.1.2 now available
    http://blogs.Oracle.com/stevenChan/2009/12/ebs_1212_available.html

    To migrate the application R12 of Solaris to Linux, please refer to:

    Note: 438086.1 - Platform Migration Oracle Applications version 12
    Note: 756086.1 - Oracle Applications R12 Migration of Solaris for the Linux platform

    Migration of Application E-Business Suite for Linux-tier servers
    http://blogs.Oracle.com/stevenChan/2010/02/migrate_ebs_apptiers_linux.html

    Assortment of Oracle E-Business Suite platform
    http://blogs.Oracle.com/stevenChan/2010/02/oracle_e-business_suite_platform_smorgasbord.html

    To migrate the database, you can use export/import or transportable tablespaces - refer to these docs for more details:

    Note: 454616.1 - export/import process for Oracle E-Business Suite Release 12 using 10 gr 2
    Note: 741818.1 - process of Import/Export for Instances of database Oracle E-Business Suite Release 12 using Oracle Database 11 g Release 1

    Transportable Database 11 GR 2 certified with E-Business Suite
    http://blogs.Oracle.com/stevenChan/2010/04/tdb_11gr2_ebs.html

    Using Transportable Database 11 GR 1 material with E-Business Suite
    http://blogs.Oracle.com/stevenChan/2009/09/transportable_database_11gr1_ebs.html

    Thank you
    Hussein

  • There are Linux drivers for the 4351?


    Hello Mike,.

    No we do not have a driver that supports the PCI-4351 on a Linux system. The drivers current DAQ for Linux is

    NOR-DAQmx Version 8.0 for Linux

    NOR-DAQmx Base Version 2.1 for Linux

    In the readme.txt file, you will find information on all the different hardware that is supported by the driver. The PCI-4351 is not there.

    Another resource to check the compatibility of the driver is to go to the acquisition devices data (DAQ) Installation/Configuration Troubleshooting - Support of the Driver NOR-DAQ.

    I hope that this information helps you with your application.

    Kind regards
    Sandra T.

    Sales engineer | National Instruments

  • Is a PCI-6120 card in a computer with linux useful for the analog output?

    We have a PCI-6120, and we want to use in a computer with linux OS, to the analog inputs and analog outputs.  I have downloaded the driver NOR-DAQmx Base 3.2 for linux, and in the file README.txt only analog input is mentioned for this Council. It is possible to use this card PCI-6120 in linux, with output and analog input computer?

    Best regards

    Hey, Gallas,.

    This line in the README file simply refers to the PCI-6120 by its more popular, analog input subsystem (given that it is a simultaneous sampling device, the AI is the most commonly used subsystem). But NEITHER-DAQmx for Linux does not have the same limitations NOR-DAQmx base has. In other words, it supports the ability of analog output on the PCI-6120.

    Kind regards

    Sam

  • [ORACLE 9] OPEN for the variable binding USING declaration

    Hello

    I have a loop that retrieves only 1 sheet instead of 7:
    DECLARE
    
     lv_into varchar2(40);
     lv_qry  varchar2(400);
     
     type curtest_ref is ref cursor;
     
     curtest          curtest_ref;
     lv_compteur number(4) := 1;
     
     lv_client_loc   varchar2(100);
     BEGIN
     dbms_output.put_line( 'Début' );
     lv_qry := 'select client_loc from tmp_jbm where client_id = :A ';
     
     open curtest for lv_qry using lv_compteur;                 
     loop
                    fetch curtest into lv_client_loc ;
                    exit when curtest%notfound;
                    dbms_output.put_line( 'ligne: '       || to_char( lv_compteur )
                                       || ' Client Loc: ' || lv_client_loc );
                    lv_compteur := lv_compteur + 1;
                    exit when lv_compteur > 6;
         end loop;
    EXCEPTION
        when others then
                 dbms_output.put_line( 'Erreur exception: ' || sqlerrm );
    END; 
    [/END CODE]
    
    It looks like the cursor only fetches 1 record and then stops.
    
    Many thanks                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        

    Bind variables are evaluated when the cursor is opened. Not when extract you the data.
    I don't know why you use dynamic sql, here, you do not need.
    In any case, your code is incorrect.
    Assuming that the client_id is unique, Yes, your fetch fetch one line. When you loop the second time, retrieving a new record for the same statement, then you hit no_data_found.

    ---------
    Sybrand Bakker
    Senior Oracle DBA

  • Linux drivers for the acquisition of data USB-6229

    I would use a USB-6229 with Linux and support driver selection guide said that this model is not supported.  However, the 6218 and others are supported.  Is it possible to use 3. 5B pilot defined for a USB-6229 with reduced functionality?  Is it possible, with some basic Linux knowledge codification driver of change 3. 5 b drivers to work with a USB-6229?

    Kind regards

    Craig

    Hi Craig,.

    That is right.

    Best,

  • install the EBS R12 (12.1.1) with Oracle 10 g on different nodes

    Hello

    What would be the steps for installation of the R12, EBS (12.1.2) of oracle database 10 g on different nodes?
    by default, 12.1.1 comes from oracle database 11g.

    There are basically 2 problems:
    1 instalation for R12 with oracle 10 g
    2 instalation on different nodes

    as I read through the forums, for installation on different nodes, you must first install R12 on the database node, then take the config_SID.txt file to the applications node, and then install r12 with this config file. but there are two other issues:
    1. I do full instalation R12 on the database node, and then install complete on the node applications with the config file?
    2. the instalation is done always with database 11 g... but we want database 10 g.

    Hello

    He said in the newspaper as R12 is it can be downloaded and installed... no matter if it comes with 10 g or 11 g.

    I agree.

    After instalation complete (R12 apps + db) on the node database and complete instalation on the applications node (with the pointing to the created database configuration file)... do have to remove the APPL_TOP, COMM_TOP... of the database layer and leave only the RDBMS House? or what are the exact steps...

    You don't have to remove all files, in fact, when you install the database on the database layer node fast install will not lay any of enforcement on this node (provided that you choose do not have enforcement on this node when you answer the question in fast Windows Installer). So, you should eventually have the database files and the ORACLE_HOME database on the DB layer node, then quick installation will allow to install the application files on the nodes of level APPS and application services.

    Thank you
    Hussein

  • Require a process step by step for the migration of virtual machines to new VMware ESX hypervisor

    Hello

    I'm looking for the method step by step for the migration of virtual machines to new host ESX Migration both cold and hot.

    Scenario - I have two data centers running ESX host stand-alone (with VM) in Europe. I need to build the new ESX host in new Dataceter to Singapore.

    Need prerequisites, the methods available for migrate VMWARE virtual has new host ESX (in the new data center) with minimum downtime.

    It will be great if you can enumerate the markets or redirect me to documentation that I can use to create detailed steps as the target host compatibility check on VMs and so on.

    Please advice

    Concerning

    AVI

    The steps are correct. The virtual machine must be turned off (step 3).

  • Distribution of Oracle R in Oracle Linux 7?

    Hi all

    IM currently seen my development environment Oracle Linux 7 with the Oracle 12 c database. I know that Pb is not supported for OL7 yeat, but is the Distribution of R available for OL7 Oracle? I looked through the depot of OL7 packages with 'yum list' and R.x86_64 is not listed there.

    Distribution of R Oracle version 3.1.1 RPMs are available in public yum of Oracle Oracle Linux 7 addons repository. In addition to the filing of addons, you need to activate the last and optional standards and:

    # cd /etc/yum.repos.d

    # wget http://public-yum.oracle.com/public-yum-ol7.repo

    [ol7_latest]

    name = Oracle Linux $releasever Latest ($basearch)

    baseurl =http://public-yum.oracle.com/repo/OracleLinux/OL7/latest/ $basearch /

    gpgkey = file: / / / etc/pki/RPM/min-gpg/RPM-GPG-KEY-oracle

    gpgcheck = 1

    Enabled = 1

    [ol7_addons]

    name = Oracle Linux $releasever Add ons ($basearch)

    baseurl =http://public-yum.oracle.com/repo/OracleLinux/OL7/addons/ $basearch /

    gpgkey = file: / / / etc/pki/RPM/min-gpg/RPM-GPG-KEY-oracle

    gpgcheck = 1

    Enabled = 1

    [ol7_optional_latest]

    name = Oracle Linux $releasever last in option ($basearch)

    baseurl =http://public-yum.oracle.com/repo/OracleLinux/OL7/optional/latest/ $basearch /

    gpgkey = file: / / / etc/pki/RPM/min-gpg/RPM-GPG-KEY-oracle

    gpgcheck = 1

    Enabled = 1

    See this link for a list of the repositories:

    Index of/OracleLinux/repo/OL7.

    Sherry

  • Installing Oracle on Oracle Linux 5.8

    Hello

    I looked on a lot of blogs to get a good document for the preparation and installation Oracle Linux 5.8 or greater and Oracle 11gR2.I am getting confused with all these documents.

    As this points to create mounting configurations to bring forms Linux point of view etc..,.

    Can someone provide me with a document or a guide, where I can install Oracle Linux and prepare the operating system for installing oracle 11 g 2 and go from there. It would be a great help.

    Thanks in advance

    Oracle database preinstallation tasks

    It has the instructions you are looking for.

  • Install Oracle Linux 6 update 2 in vmware fusion

    Then I looked around and it seems that there is a bug in the oracle linux distro that causes the screen to be cut in the installation program.

    The solution which is given anywhere is for vm workstation and go into the settings of the virtual machine, and configure the virtual machine display to have a screen at 1024 x 768.  Save the settings.

    However in vmware fusion 4.1 I don't seem to have that option.

    Does anyone know another solution for this?

    Thank you

    Mike

    Hi dalupus,

    The quick and easy solution is just use the keyboard... on most pages Installer, simply pressing enter move you to the next screen, even if there is no Next button visible.  If you change something on one of the pages of the Setup program, the Enter key may not work... In this case also, Alt-N should be is to click on the button "Next" invisible.  With my keyboard, it's the - N Option; You may need to adjust your keyboard and layout.  I can use this technique to make throughout the Oracle Linux 6 update 2 installation on Fusion here.  After restarting the virtual machine in the second stage of the installation, you will see at least the half top of the keys.  Once the operating system is configured and that you log the guest operating system, follow the instructions in KB to install the correct video driver in the comments.

    If you prefer to do the next button appear correctly from the start, you will need to change the configuration of your virtual machine file to include:

    SVGA. AutoDetect = "FALSE".

    svga.maxWidth = "1024".

    svga.maxHeight = "768".

    Make sure that you remove these two lines, once the client's video driver is set to day, otherwise, the virtual machine display stuck at 1024 x 768.

    I hope this helps!

    --

    Darius

  • Ask the suggestion for the installation of oracle 12 c standard edition

    Hi all

    I try to install 12 c standard edition on linux 6 for the first time...

    Could someone please suggest with the necessary steps to proceed.

    creation of user Linux, installation of the rpm, then installing the software...

    any suggestion expertise is much appreciated...

    Thanks in advance

    Kind regards

    Asking how to "get" oracle-RDBMS-server-12cR1-preinstall is not really logical. If you have a standard installation on the server to the latest version of Oracle Linux 6 update, all you have to do is:

    # yum install oracle-RDBMS-server-12cR1-preinstall

    RPM requires the configuration of standard yum string (oracle public yum) and the core Oracle UEK. Yet once again, the package does not contain software, but triggers the installation of the software based on the yum dependency checking.

  • EBS R12 clone Linux from Sun solaris...

    Hi all

    Please let me know can we do EBS R12 clone of Linux for Sun solaris.

    Source - EBS R12 with Linux

    Target-Sun solaris

    Thank you
    Vincent

    user540791 wrote:
    Hi all

    Please let me know can we do EBS R12 clone of Linux for Sun solaris.

    Source - EBS R12 with Linux

    Target-Sun solaris

    Thank you
    Vincent

    No, it is not possible, the clone requirement is the source and target must be compatible to the binary format.

    Please see question 13 in

    FAQ: Cloning Oracle Applications Release 11i [ID 216664.1] (some of these FAQ also applies to R12).

    Thank you

Maybe you are looking for