11.1.2.2.000 Patch Set Update (PSU): 11.1.2.2.501 patch  has been released

11.1.2.2.000 Patch Set Update (PSU): 11.1.2.2.501 patch  has been released

Hi, John!
I have already apply patch Patch 17529887:  and redeploy RA, but  workspace shows old version of RA Framework

Similar Messages

  • 11.1.0.1.6 Patch Set Update problem

    Hi guys!
    I have problem with 11.1.0.1.6 Patch Set Update for Oracle Management Service.
    After i have installed OMS on my RHEL 5.2 server together with agent (Repository is on remote host) i have decided to install recommended patches as well.
    I have followed PSU install procedure, so i have first run
    [oracle@gc ~]$ opatch lsinventory
    Oracle Interim Patch Installer version 11.1.0.9.6
    Copyright (c) 2012, Oracle Corporation. All rights reserved.
    Oracle Home : /opt/oracle/Middleware/oms11g
    Central Inventory : /home/oracle/oraInventory
    from : /opt/oracle/Middleware/oms11g/oraInst.loc
    OPatch version : 11.1.0.9.6
    OUI version : 11.1.0.8.0
    Log file location : /opt/oracle/Middleware/oms11g/cfgtoollogs/opatch/opatch2012-04-12_10-24-52AM_1.log
    OPatch detects the Middleware Home as "/opt/oracle/Middleware"
    Lsinventory Output file location : /opt/oracle/Middleware/oms11g/cfgtoollogs/opatch/lsinv/lsinventory2012-04-12_10-24-52AM.txt
    Installed Top-level Products (1):
    Oracle Enterprise Manager Grid Console 11.1.0.1.0
    There are 1 products installed in this Oracle Home.
    Interim patches (3) :
    Patch 13248190 : applied on Wed Apr 11 11:41:33 CEST 2012
    Unique Patch ID: 14355092
    Created on 12 Jan 2012, 03:49:58 hrs PST8PDT
    Bugs fixed:
    10122270, 9930146, 9836815, 8638231, 9963717, 9543582, 9276193, 9911851
    9506062, 10361050, 10218699, 12657533, 10372559, 12908384, 10246310
    10418856, 10313110, 9500255, 10100210, 9462098, 12799578, 9747671
    10279457, 10400454, 9562462, 9570911, 11727299, 10638043, 9937784
    7340407, 9575427, 10204587, 10177562, 9935898, 12833678, 11809598
    9446422, 12545526, 9586285, 9548105, 10201753, 10353911, 9308029
    9534200, 12669853, 9184007, 9684768, 9686658, 9341486, 10122223, 11683765
    9241402, 9838084, 9849222, 9903280, 9888852, 9478844, 9558026, 9604064
    11728549, 9342290, 10410743, 10020408, 9151748, 9953045, 9221090
    9559264, 10264990, 10036568, 10065631, 9804442, 9576468, 10372513
    10108019, 9928480, 9535382, 11726378, 10114291, 10278756, 9892455
    9476313, 11900474, 9876632, 9386076, 12552334, 11076661, 9803798
    10408402, 10043790, 10307099, 9965939, 9646681, 9390531, 9662869, 10333908
    9544428, 9489355, 10190000, 9706552, 11890440, 8859562, 11808680, 12758241
    8234692, 9723689, 9734399, 9504581, 9558551, 9874327, 9313608, 12423703
    12360281, 12693879, 11901582, 12654105, 12536173, 10307544, 13248190
    9537948, 8930257, 10118817, 11696545, 9919614, 10404792, 12734089
    10636783, 9541036, 9821890, 12738517, 10270073, 10257014, 10223586
    10213026, 9952713, 9491872, 9507363, 10015330, 9726686, 10042225
    Patch 9367763 : applied on Tue Apr 10 14:03:38 CEST 2012
    Unique Patch ID: 12252189
    Created on 1 Mar 2010, 22:30:36 hrs PST8PDT
    Bugs fixed:
    9367763
    Patch 9207217 : applied on Tue Apr 10 14:03:30 CEST 2012
    Unique Patch ID: 12151251
    Created on 27 Jan 2010, 15:49:36 hrs US/Pacific
    Bugs fixed:
    9207217
    OPatch succeeded.
    [oracle@gc ~]$ echo $PATH
    :/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/X11R6/bin:/usr/kerberos/bin:/opt/oracle/agent11g/bin:/opt/oracle/oms11g/bin:/opt/oracle/Middleware/oms11g/bin:/opt/oracle/Middleware/oracle_common/OPatch
    [oracle@gc ~]$ echo $ORACLE_HOME
    /opt/oracle/Middleware/oms11g
    after this checks i have stopped oms server and successfully executed opatch apply command.
    Then next step is to connect to rcuJDBCEngine as SYSMAN and run the apply.sql script as follows (in my case):
    [oracle@gc 13248190]$ pwd
    /opt/InstallGrid/Oracle11g/11106_patch_32bit/13248190
    [oracle@gc 13248190]$ /opt/oracle/Middleware/oms11g/bin/rcuJDBCEngine [email protected]:1521:gcoemrep JDBC_SCRIPT apply.sql $PWD $ORACLE_HOME
    Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of range: 0
    at java.lang.String.charAt(String.java:686)
    at oracle.net.resolver.AddrResolution.resolveAndExecute(AddrResolution.java:386)
    at oracle.net.ns.NSProtocol.establishConnection(NSProtocol.java:634)
    at oracle.net.ns.NSProtocol.connect(NSProtocol.java:208)
    at oracle.jdbc.driver.T4CConnection.connect(T4CConnection.java:966)
    at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:292)
    at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:508)
    at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:203)
    at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:33)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:510)
    at java.sql.DriverManager.getConnection(DriverManager.java:582)
    at java.sql.DriverManager.getConnection(DriverManager.java:154)
    at oracle.sysman.assistants.common.dbutil.jdbc.ConnectionFactory.createConnection(ConnectionFactory.java:259)
    at oracle.sysman.assistants.common.dbutil.jdbc.ConnectionFactory.createConnection(ConnectionFactory.java:142)
    at oracle.sysman.assistants.common.dbutil.jdbc.ConnectionHelper.getConnection(ConnectionHelper.java:61)
    at oracle.sysman.assistants.common.dbutil.jdbc.JDBCEngine.getConnection(JDBCEngine.java:889)
    at oracle.sysman.assistants.common.dbutil.jdbc.JDBCEngine.connect(JDBCEngine.java:417)
    at oracle.sysman.assistants.common.dbutil.jdbc.JDBCEngine.main(JDBCEngine.java:1982)
    maybe my variables are not good?
    Any suggestions?
    Edited by: rootsman on Apr 12, 2012 1:36 AM

    Hi Rootsman,
    There are 2 possible causes for this issue.
    1. Because an incorrect syntax was used to apply the SQL part of the patch. If the password for the user is not added in the command line, the rcuJDBCEngine will fail. The rcuJDBCEngine will not prompt for the password (like sqlplus does), if it is not provided on the command line.
    - Incorrect syntax
    +$ORACLE_HOME/bin/rcuJDBCEngine sys@<host>:<port>:<SID> JDBC_SCRIPT post_install_script.sql $PWD $ORACLE_HOME+
    - Correct syntax
    +$ORACLE_HOME/bin/rcuJDBCEngine sys/<password for sys>@<host>:<port>:<SID> JDBC_SCRIPT post_install_script.sql $PWD $ORACLE_HOME+
    2. This problem may also occur if the password has been supplied on the command line but includes some special characters.
    The solution is to stick to the syntax described in the README.txt which states to enter the sys password on the command line:
    +$ORACLE_HOME/bin/rcuJDBCEngine sys/<password for sys>@<host>:<port>:<SID> JDBC_SCRIPT post_install_script.sql $PWD $ORACLE_HOME+
    If there are any special characters in the password, enclose the password in single-quotes ' '. For example:
    +$ORACLE_HOME/bin/rcuJDBCEngine sys/'<password>'@<host>:<port>:<sid> JDBC_SCRIPT post_install_script.sql $PWD $ORACLE_HOME+
    Hope your problem gets resolved.
    Thanks,
    Cris

  • Patch 8833297 - 11.1.0.7.1 Patch Set Update question.

    Hi
    The O.S oul5x64
    database version 11.1.0.7.0
    after applied this patch
    Patch 8833297 - 11.1.0.7.1 Patch Set Update
    and went thru the post installation procedure.
    SQL> select * from v$version;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    PL/SQL Release 11.1.0.7.0 - Production
    CORE 11.1.0.7.0 Production
    TNS for Linux: Version 11.1.0.7.0 - Production
    NLSRTL Version 11.1.0.7.0 - Production
    and sql*plus was still showing 10.1.0.7
    Question:
    Should i see the new version 11.1.0.7.1 or it is normal ?
    Thanks in advance!

    No, version does not change.
    Does PSU Released For Oracle 10gR2 (10.2.0.4)and 11g R1 (11.10.7) Change The Database Version/Fifth Digit ? ID 861152.1+
    Nicolas.

  • CPUs and Patch Set Updates

    hi,
    if somebody can help me clarify on what security patches should be installed for Audit Vault.
    I have installed 10.2.3 and patch set 10.2.3.1
    CPUOct2009 specifies the following:
    + Critical Patch Updates are applied only on the base release version, for example 10.2.0.4.0
    + Patch Set Updates can be applied on the base release version or on any earlier Patch Set Update. For example, 10.2.0.4.2 can be applied on 10.2.0.4.1 and 10.2.0.4.0
    + Once a Patch Set Update has been applied, the recommended way to get future security content is to apply subsequent Patch Set Updates. Reverting from an applied Patch Set Update back to the Critical Patch Update, while technically possible, requires significant time and effort, and is not advised.
    So for Audit Vault, is 10.2.3 considered the base release version, or 10.2.3.1?
    Should i install Patches 6914302 and 7240123 (indicated in Table 5 of CPUOct2009) ?
    or are we covered security-wise and just wait for 10.2.3.2?
    thank you!

    Given the security and auditing nature of this product please put this question to Oracle via an SR at metalink.
    This is one area where taking advice from strangers is not appropriate ... even if they are Oracle ACE Directors and such.

  • Patch Set Updates and the version number

    Oracle document 854428.1, Patch Set Updates (PSUs) for Oracle Products, has this to say about the version number:
    2.3 Baseline Version for Easier Tracking
    Oracle associates a version number to the patch. The fifth number of the database version is incremented for each PSU. For example, the initial PSU is version 11.1.0.7.1, the second PSU for Release 11.1.0.7 is 11.1.0.7.2, and so on.
    My DBAs just told me that they applied PSU3 to our database, which had version number 11.2.0.2.0. I checked the version number after the PSU was applied, but it is still the same:
    SQL> select version from v$instance;
    VERSION
    11.2.0.2.0
    Do the PSUs change the fifth number in the version or not?

    SQL> select comments from sys.registry$history where action_time > sysdate - 1
    COMMENTS
    PSU 11.2.0.2.3
    Thankyou, that answers my question. The fifth number in the version column of the v$instance view does not seem to change when a PSU is applied. However, the sys.registry$history view has a record of the PSU with the correct fifth number in the version.

  • Web Server 7.0 update 8 and Web Server 6.1 SP12 have been released

    We are delighted to announce that Web Server 7.0 Update 8 has been released.
    It can be publicly downloaded at: [http://tiny.cc/9Qx1N]
    The Release Notes is here: [http://docs.sun.com/app/docs/doc/821-1403]
    This release mainly addresses critical security vulnerabilities:
    o Digest authentication buffer overflow [1]
    o TRACE heap overflow [1]
    o WebDav Stack Overflow [1]
    o Format string vulnerability in WebDav extension [1]
    All users of Web Server 7.0 through Web Server 7.0 Update 7 are encourage to upgrade.
    Thank you to the entire product team for another great efforts!
    On Behalf of WS Team!
    [1]: Refer Latest Alert @ [http://sunsolve.sun.com/search/document.do?assetkey=1-66-275850-1]
    We are delighted to announce that Web Server 6.1 SP12 has been released.
    It can be publicly downloaded at: [http://tiny.cc/i4Ryn]
    The Release Notes is here: [http://docs.sun.com/app/docs/doc/821-0988]
    In addition to customer escalation & this release also contains fixes for some critical security vulnerability.
    o Web Server 6.1 SP12 bundled with JDK 6. We still support JDK#5, to maintain backward compatibility for existing customers.
    o Addressing SSL/TLS renegotiation vulnerability (CVE-2009-3555)
    o Addressing "::$DATA" (Source Viewing) vulnerability on windows
    o Digest authentication buffer overflow [1]
    o TRACE heap overflow [1]
    o Format string vulnerability in WebDav extension [1]
    All users of Web Server 6.1 through Web Server 6.1 SP11 are encourage to upgrade.
    Thank you to the entire product team for another great release!
    On Behalf of WS Team!
    [1]: Refer Latest Alert @ [http://sunsolve.sun.com/search/document.do?assetkey=1-66-275850-1]

    JES#5, compatible native-patches are also available for download from sunsolve.
    Patches:
    Solaris-Sparc: 125437-19
    Solaris-x86: 125438-19
    Linux: 125439-17
    Hpux: 125440-17
    Windows: 125441-19

  • Since updating my iPad 2 to ios8, it safari has been slow and crashing and some of the apps acting wierd. The password app doesn't work at all so had to find another way of retrieving all my passwords. Very very dissapointing

    Since updating my iPad 2 to ios8, it safari has been slow and crashing and some of the apps acting wierd. The password app doesn't work at all so had to find another way of retrieving all my passwords. Very very dissapointing. It appears from these forums that a lot of people are having the same problems wit this latest update.

    Hi erastyle,
    Actually the Licensing information for the package is missing hence it is not launching any applications. You need to Reserialize the products using APTEE which you can find it on the Machine where you have created the package. If you dont have the access to that Machine then please download and install Creative Cloud Packager and it will download APTEE in the below mentioned location.
    Windows:
    C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\CCP\utilities
    Once downloaded please follow this KB article to use the Tool.
    http://helpx.adobe.com/creative-cloud/packager/provisioning-toolkit-enterprise.html
    Please let us know if it helps.
    Regards,
    Abhijit

  • How do I enable my iTouch? I am trying to update the apps but when I click "Update All", a pop up "Your Apple ID has been disabled." How do I change it so I can enable my iTouch? Thanks.

    How do I enable my iPod? I am trying to update the apps but when I click "Update All", a pop up "Your Apple ID has been disabled." How do I change it so I can enable my iPod? My iPod is not locked (I know my password), but I just can't figure out how to enable it. Thanks.

    This may help:
    http://support.apple.com/kb/ts2446

  • Now that OSX Mountain Lion has been released, can I still buy OSX Lion to update my 2009 Mac?

    I have a 2009 MacBook running OSX Snow Leopard with the latest update.  I wanted to upgrade to the new Mountain Lion but I got the message that my system couldn't run it.  So now I'm wondering if I can upgrade to the Lion 10.7 OS but I can't find it anywhere in the iTunes store or the Apple online store.  Plenty of places to download the 10.7.x upgrades but not the OS.  So, is it no longer available now that Mountain Lion has been released?  Or do I have to visit a store to buy the disk?

    You have to Call Apple, 1-800-My-Apple, and order it over the phone. Apple will then send you a email with a Code in it to download it from the MAS.

  • The screen is frozen while installing software updates. Say about 2 minutes and it has been more than hour. How can I cancel or do something about it? Is it ok to unplugg it? Please advise.

    The screen is frozen while installing software updates. Say about 2 minutes and it has been more than hour. How can I cancel or do something about it? Is it ok to unplugg it? Please advise.

    Really?
    Is there no other option? No magic key combo that brings up a secret menu?
    My imac just froze during a software update install and I too do not know what to do.

  • When I try to update Apps, I get the "Your Apple ID has been disabled. I followed directions in support but nothing different.

    When I try to update Apps, I get the "Your Apple ID has been disabled. I followed directions in support but nothing different.

    Have you tried:
    - Resetting Apple ID password
    - Signing out of Apple ID and signing back in
    Also is the correct Apple ID showing up when you try to update the apps?

  • HT6114 My iMac seems to have frozen during the update- how long should I expect the update to take? The 'installing software update' bar is still showing itself working but has been stuck in the same position for over an hour.

    My iMac seems to have frozen during the update- how long should I expect the update to take? The 'installing software update' bar is still showing itself working but has been stuck in the same position for over an hour. Any thoughts?

    Update2: There is something very wrong with wireless on mountain lion recovery. I don't know what the problem is, but this link may explain:
    http://osxdaily.com/2012/08/10/os-x-mountain-lion-10-8-1-beta-released-for-dev-t esting-may-include-wi-fi-fix/
    Wireless recovery would start out with over 25 hours estimated and kept on failing. It turns out to be a two step process of downloading a few Mbytes then a 4Gbyte .dmg file, but I couldn't even download the Mbyte file. I bought the thunderbolt to gigabit ethernet adapter, plugged it in, restarted recovery and download of a little more than 4Gbytes took less than an hour. My limiting factor was probably comcast home internet rate of 12Mbps. The wi-fi wireless connection should be able to do over 100Mbps, so wireless shouldn't be much slower than wired, except wi-fi wireless is broken. Now that ML is installed and updated, wi-fi seems fine now, as I am using it right now, but I haven't tried downloading a big file yet.
    Don't use wi-fi wireless for Mountain Lion recovery.

  • Was downloading the new software update on my iPhone  when it froze and has been in that state for more then 15 hours

    was downloading the new software update on my iPhone  when it froze and has been in that state for more then 15 hours.
    tried turning it off didn't work. tried pressing buttons didn't work.
    tried unplugging it and waiting for the power to die hasn't worked
    tried the steps on the webiste but they didn't work
    tried working it from the laptop doesn't connect because i can't put in the passcode.
    also tried calling iTunes support but due to the holiday no one is answering
    what can i do i need my phone!!!
    thanks

    i was able to access the phone by pressing down on the off button and home at the same time

  • HT2589 im having problems to update my purschases apps, Says Your Apple ID has been disabled.????

    im can't update my apps purchases?  Your Apple ID has been disabled??? apper in my scream

    Apple ID: "This Apple ID has been disabled for security reasons" alert appears

  • Chinese Word list update 1.6 has been released by Apple but no update to my Mac. Help Please

    Apple has released Chinese Word list update 1.6 on May 6, 2013. It is a 105 kb update file. I have Chinese word list updte from 1.0, 1.1, 1.2, 1.3, 1.4, and 1.5 installed on my Mac. So I think I need it.
    But many days passed, no Chinese Word list Update 1.6 is being installed automatically on my Mac 15 inches with retina display.
    Where on earth can I get this chinesewordlistupdate.pkg file to manually update my Mac to 1,6?
    And I really don't understand why Apple release this update in this kind of ashin many times and it is very anoying. I have contacted Apple support many times, but there is no clear response and they said there is no such kind of update.
    Here is the link t prove that the update exist and has been released
    http://www.gfi.com/lannetscan/macfullreport.htm
    Help clarify and if possible, please point me to download this version 1.6 pkg file please
    Hellp is highy appeciated

    Purd wrote:
    So I think I need it.
    I think you are mistaken about needing it.  Since you do not write in Chinese, it will not be of any more use to you than were the earlier Chinese word list updates you have posted about here in the past.  Nor can I imagine that anyone in these forums will be able to help you get it, any more than they could the last time.
    https://discussions.apple.com/thread/4922426
    But I wish you good luck!
    Apple now has a special discussion forum for Chinese.  You might want to ask there:
    https://discussionschinese.apple.com

Maybe you are looking for