Looking to install patch 11.1.1.2.22 to correct bug 9480056

My client is looking to install this patch to address an issue with substitution variables not displaying in the Studio report writer. There is an issue when a substitution variable is set to a member that reuires " i.e. "Forecast One".
This client has not updated the software since the intial install. They have a 3-tier structure. Server 1 has Essbase on it. Server 2 has Planning and Shared Services on it. Server 3 has Workspace and Studio reports on it.
Has anyone else installed this patch. Should they install a newer patch #10025065 that also includes the patch for bug 9480056? Any advice is appreciated.

Installed again in non-silent mode

Similar Messages

  • Error in installing patch 9.0.1.4. "Exception in Thread "main"

    Hi to all....
    Want to ask a problem regarding installing patch Oracle database patch 9.0.1.4.
    Previously, i got problems in installing other patch. The solution i got is to install the below patch.
    They suggested that i have to install Patch 3038037.
    and when I read the ReadMe of Patch 3038037, it stated
    2 Preinstallation Requirements
    The following list is the preinstallation requirements for this patch set:
    Ensure that Oracle database patch 9.0.1.4 is applied to database instances
    before applying the Oracle9iAS version 9.0.2.3 patch to infrastructure
    instances.
    So, in this case, i have to install "Oracle database patch 9.0.1.4" first
    before i can install "Patch 3038037"
    So, currently, i am trying to install the Oracle database patch 9.0.1.4...got error that are
    1) Tried to run runInstaller in Disk1
    ./runInstaller: Command not found
    2)The runInstaller in Disk1 actually will run runInstaller in folder "Disk1/install/solaris"..
    but when i run it, it gaves me
    "Exception in Thread "main" java.lang.NoClassDefFoundError:/ "
    Have any ideas or experience?
    Regards,
    Rushdan.

    try execute: export LD_ASSUME_KERNEL=2.4.1 before you run ./runInstaller
    Btw try look at http://www.puschitz.com for installation guide.

  • How can I check the installed patches ?

    Hi,
    I am using WLS 10.3.2.0 and I need to check the installed patches. What will be the easiest/reliable way to do it ? I can access the console and file system.
    Thanks

    I was referring to the server log files, named <ServerName>.log, which is located in the directory as you pointed out.
    D:\Oracle\11gFusion\user_projects\domains\MyDomain\servers\AdminServer\logs\AdminServer.log
    D:\Oracle\11gFusion\user_projects\domains\MyDomain\servers\MyServer\logs\MyServer.log
    Please look for log message with messageID, BEA-141107. Search/grep BEA-141107 in your log files.
    This log message is generated within the first 10 log messages when the server is started/restarted. If no patches are applied, it will look as below:
    <Apr 12, 2012 10:56:38 AM IST> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.2.0 Tue Oct 20 12:16:15 PDT 2009 1267925 >
    If your log file is rotated, then you might find this in one of the rotated log files (AdminServer.log00001).
    The idea is to check this message during startup to understand if a patch is picked up by the server or not.
    As far as I understand, OPatch can not be used to patch Oracle WebLogic Server.
    http://docs.oracle.com/cd/E15586_01/doc.1111/e16793/opatch.htm#CBHCHIDH
    You might be applying a patch to one of the overlaying products (FMW) like SOA, WebCenter that run on top of WebLogic Server.
    OPatch and BSU are two different tools to apply patches, so BSU can not list the patches applied through OPatch and similarly OPatch will not be able to list the patches applied through BSU.
    Regarding using BSU to apply patches: (check the second point about the zip file. We can not directly use the zip file)
    If you have access to My Oracle Support (MOS), you can find detailed instructions with examples in KM note ID: 876004.1
    Here are the same steps for your reference:
    1. Download the patch from My Oracle Support (MOS). For more details, please refer to Master Note: How to Locate and Download Patches for WebLogic Server Using My Oracle Support Note 1302053.1.
    2. Extract the contents from the zip file: you will have a jar file and patch-catalog_xxx.xml. A readme file may also be included.
    NOTE: If you do not see a <patchID>.jar in the downloaded zip file, it is very likely that it is not a WebLogic Server patch.
    3. Copy the files (for example, W6PT.jar) and the patch-catalog_xxx.xml from the zip file to the target machine. You do not need the readme file. Copy the files to the appropriate cache_dir directory for the target system: for example, $MIDDLEWARE_HOME/utils/bsu/cache_dir.
    4. Run the $MIDDLEWARE_HOME/utils/bsu/bsu.sh script as shown in the below example to apply the patch
    SYNTAX:
    ./bsu.sh -prod_dir=$WEBLOGIC_HOME -patchlist=<patchID> -verbose -install
    FOR EXAMPLE:
    ./bsu.sh -prod_dir=/opt/oracle/wlserver_10.3 -patchlist=W6PT -verbose -install
    If you want an example to test for WLS10.3.2, please use patchNumber 9456759 to test.
    Arun

  • OC4J error after installing patch 9.0.2.2

    Hello, after installing patch 9.0.2.2 and trying to access the rwservlet I get this error
    java.lang.UnsatisfiedLinkError: no rwu90 in java.library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1349)
    at java.lang.Runtime.loadLibrary0(Runtime.java:749)
    at java.lang.System.loadLibrary(System.java:820)
    at oracle.reports.util.Environment.<init>(Unknown Source)
    at oracle.reports.server.RWServer.startServer(Unknown Source)
    at oracle.reports.server.RWServer.run(Unknown Source)
    at java.lang.Thread.run(Thread.java:484)
    here is what my startinst.sh script looks like
    /u01/app/oracle/product/9idev/jdk/bin/java -Dorg.omg.CORBA.ORBClass=com.inprise.vbroker.orb.ORB -Dorg.omg.CORBA.ORBSingletonClass=com.inprise.vbroker.orb.ORB -Doracle.security.jazn.config=/u01/app/oracle/product/9idev/j2ee/Oracle9iDS/config/jazn.xml -Doracle.home=/u01/app/oracle/product/9idev -DORACLE_HOME=/u01/app/oracle/product/9idev -jar /u01/app/oracle/product/9idev/j2ee/home/oc4j.jar -userThreads -config /u01/app/oracle/product/9idev/j2ee/Oracle9iDS/config/server.xml >/u01/app/oracle/product/9idev/j2ee/Oracle9iDS/log/stdout.log &
    It was working fine on 9.0.2.0 I could run reports and forms off the web. I can access the HTTP OC4J server ok, just cant run any reports or forms. Please help. I changed no files after the patch.

    correction, i can run the test web form, its the report servlet that doesnt work.

  • How to find the latest/greatest full install patch of 11Gr2?

    Hi Folks,
    I just cannot seem to find anything readily in MOS at Oracle...
    I understand that these days, the patches they put out are no longer just fixes to pieces of the database, but for some reason, they are now full blown installs.
    So, rather than download from OTN and install and then have to patch...I'd rather go to MOS and download the patch and install that as my fresh database install.
    My trouble is, I can't find the darned thing looking through the patch area, without knowing the patch number..etc.
    What do ya'll do when wanting to find the latest version for a fresh install?
    A further question..how are ya'll treating this new patch paradigm where they seem to expect you to do fresh installs just to patch up a level? Do you all have the resources to do a new install and migrate over...or do you migrate in place which the documentation seems to warn your off from doing?
    Thanks in advance,
    cayenne

    cayenne wrote:
    Hi Folks,
    I just cannot seem to find anything readily in MOS at Oracle...
    I understand that these days, the patches they put out are no longer just fixes to pieces of the database, but for some reason, they are now full blown installs.
    So, rather than download from OTN and install and then have to patch...I'd rather go to MOS and download the patch and install that as my fresh database install.
    My trouble is, I can't find the darned thing looking through the patch area, without knowing the patch number..etc.
    I feel your pain and really can't offer any advice on that. Searching for patches has been a continual source of frustration for me.
    What do ya'll do when wanting to find the latest version for a fresh install?
    A further question..how are ya'll treating this new patch paradigm where they seem to expect you to do fresh installs just to patch up a level? Do you all have the resources to do a new install and migrate over...or do you migrate in place which the documentation seems to warn your off from doing?Once you download the patch/full install and unzip it, look for the 'readme' files. The installer should detect or ask if you are doing a patch and handle the 'upgrade' conversion for you. At least it does when upgrading Grid Infrastructure. I'll find out about databases next week. ;-)
    >
    Thanks in advance,
    cayenne

  • Book for exam 1Z0_233 - 11i Install Patch and Maintain Oracle Applications

    Hi,
    I am looking for Study guide / exam guide for the exam 1Z0-233 : 11i Install Patch and Maintain Oracle Applications
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=41&p_org_id=&lang=&p_exam_id=1Z0_233
    I have Oracle education book which is issued after attending 5 day training course. That is good enough
    But Still want to have Books that we get for Database track certifications
    I think, since this certification is new, it might not be published yet
    Have checked Amazon.com and OraclePress.com
    Anybody has any clue ?

    Anyone know if there are any plans in the works for an Oracle Press book for the 1Z0-233 exam?
    Also, has anyone read:
    Installing, Upgrading and Maintaining Oracle E-Business Suite Applications Release 11.5.10+ (Or, Teaching an Old Dog New Tricks - Release 11i Care and Feeding (Paperback)
    by Barbara Matthews (Author), John Stouffer (Author), Karen Brownfield (Author)
    http://www.amazon.co.uk/Installing-Upgrading-Maintaining-E-Business-Applications/dp/0615141226/ref=pd_bbs_3/203-4846580-6320739?ie=UTF8&s=books&qid=1188203474&sr=8-3
    And is it any good? No reviews yet on amazon, or elsewhere that I've found.
    Thanks for the info,
    Tony

  • DBCA stopped working after installing Patch 13783453

    I apologize if this has been answered before but I could not find a thread using the search.
    I am running Windows 7 64-bit with 64-bit JDK 1.6.0_41. I installed 11.2.0.3 successfully. I used DBCA to create a desktop edition database. I then installed Patch 13783453 (Patch 4). The patch was installed successfully. After the patch installation everything works except DBCA and Upgrade Assistant.
    It looks like some of the jar files are corrupted after the patch installation. When I rollback the patch, I am again able to run DBCA. The exception that I see when I run DBCA is
    $ ./dbca.bat
    Exception in thread "main" java.lang.ClassFormatError: Unknown constant tag 13 in class file oracle/cluster/deployment/ClusterwareInfo
    at java.lang.ClassLoader.defineClass1(Native Method)
    at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
    at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
    at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
    at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
    at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
    at oracle.sysman.assistants.util.hasi.HAUtils.<init>(HAUtils.java:236)
    at oracle.sysman.assistants.util.hasi.HAUtils.getInstance(HAUtils.java:279)
    at oracle.sysman.assistants.util.NetworkUtils.getAllListeners(NetworkUtils.java:347)
    at oracle.sysman.assistants.util.step.StepContext.<init>(StepContext.java:334)
    at oracle.sysman.assistants.dbca.backend.Host.<init>(Host.java:823)
    at oracle.sysman.assistants.dbca.ui.UIHost.<init>(UIHost.java:258)
    at oracle.sysman.assistants.dbca.ui.InteractiveHost.<init>(InteractiveHost.java:54)
    at oracle.sysman.assistants.dbca.Dbca.getHost(Dbca.java:164)
    at oracle.sysman.assistants.dbca.Dbca.execute(Dbca.java:112)
    at oracle.sysman.assistants.dbca.Dbca.main(Dbca.java:180)
    Any ideas how to fix this?
    Thanks in advance.
    Edited by: 1002504 on Apr 25, 2013 7:20 AM

    which version of windows 7 you are using ? any version expect home like sb said open SR

  • Install patches from cd

    I am new to solaris
    how do i install patches from cd.
    I am running solaris 8 and cannot go to sun web site on the sunblade 150 due to old version of netscape, cannot upgrade to mozilla without patches. Please help

    Depending on what your CD is, the easiest way is to copy the patches off into /tmp, unzip them and cd to /tmp/<patchdir> (where they were unzipped to) and look for a file called install_cluster and run that. That will be the case if it is a 'Sunsolve CD'. You may need, depending on what patches are included, to bring the server down to single user to install.
    If they are just a 'random' bunch of patches then you may have more problems in getting the order in which to install them correct - redoing the patchadd command until all that will install are installed is one, really, REALLY, inelegant way of doing that. Failing that, looking through all the readmes to find out any pre-reqs will be required.

  • Problem with installing patch SP1b

    Hello All,
    I have a development server running on XP pro with live cycle 8.0.1.  I 'm facing a problem while installing patch SP1b to that server.  I have attached the log file.
    My problem is
    I copied a process' .lca file from a server running on windows server 2003 with patch installed and deployed on the development server.  Now in my development XP box, workspace is opening but when i tried to open the process, before rendering the pdf form it is giving "An error occurred during the operation (endpoint id 401). (ALC-WKS-007-027)" error.  I have even crosschecked the input xfaform variable also; every thing is perfect. The details are as below:
    The Server from which i copied is: (windows server 2003)
    License Type: Full Version: 8.0.1
    Patch Version: SP1b
    Expired Date: Not Applicable
    Installed Components
    Product
    Version
    Patch
    License Type
    LiveCycle Process Management ES
    8.0.1
    SP1b
    Full
    LiveCycle Forms ES
    8.0.1
    SP1b
    Full
    The server to which i deployed is: (xp pro)
    License Type: Full Version: 8.0.1
    Patch Version:
    Expired Date: Not Applicable
    Installed Components
    Product
    Version
    Patch
    License Type
    LiveCycle Process Management ES
    8.0.1
    Full
    LiveCycle Business Activity Monitoring ES
    8.0.1
    Full
    LiveCycle Forms ES
    8.0.1
    Full
    Will that patch version could be the problem?  What could be the problem and what is the solution?
    Thanks
    Deepak

    Anybody knows the answer?

  • Install patch in obiee 11g

    Anyone tell me how to install patch in obiee 11g.
    Basically this is the first time i need to install it in obiee 11g.
    anyone please explain me clearly? how to install patch to windows server 32 bit env.

    Thanks Kalyan for sent me the document and gave me the clarification
    I have followed way it is in the document. But I have made it till step5 only.
    Later if I type opatch command on the dos prompt it is throwing error that 'is not recognized as an internal or external command,operable program or batch file'
    In my server is structure like this.....
    Obiee installed in E drive
    It has subfolder like 'mw_home'
    Under that folder I have instances, jdk116_18,jrockit....,logs,modules,oracle_bi1,oracle_common,user_projects,utils,wlserver.
    Under oracle_bi1 I have admin,asoneofftool,assistants,atgpf,.....
    Under oracle_common I have admin,admin server registration,bc4j .....
    Can anybody give the exact commands which are applicable for my server.... from importing zip from the oracle site and where I will have to place and where I will have to install... Anybody give me all the commands to get my patch install?
    can you tell me my steps will going to impact anything further? if i stop it in the middle..
    Thanks in advance
    Edited by: user12077461 on May 16, 2011 8:10 PM

  • Failed to install patch 126411-01

    I had patched my system using smpatch but failed.
    #uname -a
    SunOS SunOS 5.10 Generic_138889-08 i86pc i386 i86pc
    #smpatch analyze
    You have new messages. To retrieve: smpatch messages [-a]
    125556-03 SunOS 5.10_x86: patch behavior patch
    126411-01 StarOffice 8 (Solaris_x86): ARCH patch to enable install of >= Update 6
    120186-17 StarOffice 8 (Solaris_x86): Update 12
    # smpatch update
    You have new messages. To retrieve: smpatch messages [-a]
    125556-03 has been validated.
    <font color="#3366ff">
    126411-01 has been validated.
    120186-17 has been validated.</font>
    Installing patches from /var/sadm/spool...
    125556-03 has been applied.
    <font color="#3366ff">
    Failed to install patch 126411-01.</font>
    Utility used to install the update failed with exit code 8.
    Validating patches...Loading patches installed on the system...Done!Loading patches requested to install.Done!The following requested patches have packages not installed on the systemPackage SUNWstaroffice-core01 from directory SUNWstaroffice-core01.i in patch 126411-01 is not installed on the system. Changes for package SUNWstaroffice-core01 will not be applied to the system.Package SUNWstaroffice-core01 from directory SUNWstaroffice-core01 in patch 126411-01 is not installed on the system. Changes for package SUNWstaroffice-core01 will not be applied to the system.Checking patches that you specified for installation.Done!The following requested patches will not be installed becausethe packages they patch are not installed on this system. 0 No Packages from patch 126411-01 are installed on the system.No patches to install.
    <font color="#3366ff">
    Failed to install patch 126411-01.
    ALERT: Failed to install patch 126411-01.
    Failed to install patch 120186-17.
    </font>
    Utility used to install the update failed with exit code 2.
    ......

    The StarOffice patches are most likely being recommended as there are one or more SUNWstaroffice packages installed on the system, but the patch installation cannot complete due to an incomplete installation of StarOffice. Check for any installed StarOffice packages and remove them if present:
    # pkginfo | grep SUNWstaroffice

  • Error Installing patch 6272725 on Windows 2003 server

    Hi all,
    I am trying to install the RUP3 patch on Windows 2003 server. I am getting the following error when installing patch 6272715 which is required to be installed before installing patch 6141000. If i continue installing patch 6141000 after ignoring this error, i get same error during installation of patch 6141000. Please can any one suggest me what i should do to get rid this error.
    AD utilities can support a maximum of 999 workers. Your
    current database configuration supports a maximum of 83 workers.
    Oracle recommends that you use between 2 and 4 workers.
    Enter the number of parallel workers [2] :
    AutoPatch will run in parallel mode.
    Did not need to apply new applterr.txt.
    Applying new applprod.txt (if any)...
    Did not need to apply new applprod.txt.
    Performing version checking for driver files...
    Log and Info File sync point:
    Mon Nov 26 2007 12:33:27
    AutoPatch found some files which it will not apply.
    These files are listed in the AutoPatch informational message file.
    Copying driver files into installation area...
    No driver files were selected for copying.
    Skipping...
    ForceCopy driver files into installation area for Specified driver
    since no such action is present for this driver file
    Screening out files not valid for this installation...
    Determining valid on-site files...
    Extracting object modules from product libraries...
    setEnvAdrelink: Error: Cannot open registry key:
    SOFTWARE\ORACLE
    aiosp2() Error: failure in usdspn()
    Contents of error buffer are:
    "usdsop cannot create a new process
    Cause: usdsop encountered an error creating a new process. [Reason].
    Action: Check that your system had enough resources to start a new process. Cont
    act your system administrator to obtain more resou (RE"
    An error occurred while extracting files from library.
    Continue as if it were successful [No] :
    --- Thank You.

    Sir,
    I am posting the output as told by you.
    G:\>which ls
    ls: Command not found.
    G:\>c:
    C:\>ls
    'ls' is not recognized as an internal or external command,
    operable program or batch file.
    C:\>cd e:\cygwin\bin
    C:\>e:
    E:\cygwin\bin>which ls
    ls: Command not found.
    E:\cygwin\bin>
    I am also posting the output of adadmin utility in which i tried ti relink FND programs
    Enter list of products to link ('all' for all products) [all] :
    Generate specific executables for each selected product [No] ?
    AD Administration can relink your Oracle Applications programs with debug
    information. Oracle recommends that you do not relink your programs
    with debug information unless asked to do so by Oracle Support Services.
    Relink with debug information [No] ?
    Relinking selected modules in Application Object Library.
    setEnvAdrelink: Error: Cannot open registry key:
    SOFTWARE\ORACLE
    /cygdrive/g/ora12/VIS/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line 33: a
    wk: command not found
    /cygdrive/g/ora12/VIS/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line 203:
    tr: command not found
    /cygdrive/g/ora12/VIS/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line 534:
    cat: command not found
    /cygdrive/g/ora12/VIS/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line 538:
    tr: command not found
    /cygdrive/g/ora12/VIS/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line 538:
    tr: command not found
    /cygdrive/g/ora12/VIS/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line 538:
    tr: command not found
    /cygdrive/g/ora12/VIS/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line 548:
    awk: command not found
    /cygdrive/g/ora12/VIS/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line 573:
    cat: command not found
    /cygdrive/g/ora12/VIS/apps/apps_st/appl/ad/12.0.0/bin/adrelinknew.sh: line 575:
    rm: command not found
    Usage: adrelink force=y [<optional args>] <targets>
    or: adrelink force=y [<optional args>] filelist=<file>
    where <targets> = { <product module> [<product module>] ... }
    and <product module> = "<product> <module name>"
    - <product> should be in lower case
    - <module name> should exactly match the executable name
    Valid <optional args> are:
    envfile=adsetenv.sh
    Used only by the 'adsetup' script
    link_debug=y
    Will we link executables with debug or not? Default is 'n'
    backup_mode=none
    Which executables will we back up when linking with force=y?
    Default is 'file'. Meanings are:
    - none: do not back up any executables
    - all : back up all executables
    - file: do what $APPL_TOP/admin/adlinkbk.txt says to do
    Type 'adrelink examples' to see some examples of running adrelink.
    An error occurred while relinking application programs.
    Continue as if it were successful [No] :
    It is clear that there is some problem with Cygwin. I have renamed the following executabes after the cygwin installation.
    gcc to cc
    egrep to grep
    gawk to awk
    gnumake to make
    i have also copied which.exe to "Windows\system32" directory from "cygwin\bin" folder and
    Copy LINK.exe to "Windows\system32" directory from "VC98" directory.
    Please tell me if there is something wrong with Cygwin installation.

  • Updatemanager java.null.pointer exception in installing patches !

    Hey,
    I started Updatemanager and get 8 patches to be installed on my system. When I click: Install 8 items now I get an exception from updatemanager:
    Updating the local cache complete.
    inside AvailablePanel.applyUpdateCollection()
    updateCollection: Current Available Updates
    updateCollection.getUpdates().length: 8
    mouse clicked at column index: 0
    java.lang.NullPointerException
    at com.sun.swup.client.engine.solaris.SolarisInstaller.beginInstall(SolarisInstaller.java:61)
    at com.sun.swup.client.ui.InstallDialog$InstallWorker.construct(InstallDialog.java:321)
    at com.sun.swup.client.ui.foundation.swing.SwingWorker$2.run(SwingWorker.java:109)
    at java.lang.Thread.run(Thread.java:595)
    and the installation process is stall. Nothing happens for hours so I have to manually kill the client, updatemanager. Every time I try I get this error which makes for me impossible to install patches !
    anyone any ideas what's going on ? I'm running Solaris 10 GA.
    thank you,
    stefan

    This issue should now be resolved. If you are using the Update Manager you will first need to manually update your analysis (click "Check for Updates") which will clear out the bad patch meta data causing the problem. You then should be able to use UM to install updates as intended.
    thanks for your patience
    -Dave

  • Although i have uninstalled Bridge CC it looks still installed on AAM and now i can't reinstall it.

    Because of an OS problem while troubleshooting Win 7 deleted .exe file of Bridge CC. On AAM it looks still installed but i can neither run nor reinstall it. Which files should i delete in order to see Bridge CC uninstalled on AAM.

    Hi alicinki.com,
    Please try to install Bridge from the direct link: http://prodesigntools.com/adobe-cc-direct-download-links.html .
    Kindly follow the very important instructions before download.
    Regards,
    Romit Sinha

  • 11.2.0.3.0 Required Postinstallation Tasks: Downloading and Installing Patches

    I installed 11.2.0.3.0 on AIX 7.1. The postinstallation tasks begin with downloading and installing patches. I am not sure which patches or PSU to install. Following the directions in the installation guide, I go to My Oracle Support, then to Patches and Updates and specify Oracle Database and IBM AIX 64-bit. For "release" do I select 11.2.0.3.0, or do I select the seven releases from 11.2.0.3.0 - 11.2.0.3.6? If I select all seven the search returns 1293 patches. The instructions are obviously not telling me to download and apply all 1293 patches. I next searched for the most recent PSU and see that PSU 11.2.0.3.6 was published on April 17, 2013. What is the right thing to apply? Should I download only PSU 11.2.0.3.6 and apply that, or should I do something else not described here?
    Thanks,
    Bill

    You should apply the latest 11.2.0.3 PSU (currently 11.2.0.3.6) - you do not have to apply all of the one-off patches
    See MOS Doc 753736.1
    HTH
    Srini

Maybe you are looking for

  • How can I use my itunes library for iphoto slideshow?

    how can I use my itunes library for iphoto slideshow?

  • Problem with font-family name

    I have adobe Univers LT Std font purchased and installed on my PC, but there is a problem when I try to use it on the webpage. The font has otf format. I noticed that Chrome and FireFox use different font-family names for this font. FireFox 25.0 seem

  • Interface Registration Error -  sync bpm

    Hi, I get the following error: No implementing class registered for the interface. Which means there's no proxy configured for the inbound object. I firts designed this interface without a bpm which worked fine. Proxy returned a response. I need to c

  • Command-line support for encrypted images

    Hi, Is there any support in asr for performing restores using an encrypted image directly? I can't seem to find anything. It isn't much of a burden I guess to mount the image and then use it (now that I know that, anyway), but it seems like an oversi

  • Adjusting Date and Time in iPhoto

    I've just moved from PC to Mac, and I've just imported all my photos into iPhoto, as I'm wanting to add a bit of order to them. Some of them are old digital photos with the incorrect date (of 1912!). When I go to adjust them to the correct year (2003