Regarding metalink patch 4612267

I have few question on this patch.
a) Currently we are using Linux (oracle_10.2.0.1), so should we go ahead and apply this patch?
In the download page it has only (10.2.0.1 & 10.1.0.5) so I guess it should be OK.
I got confused with README contents:
In the requirements para it says .. Oracle 9.2.0.2 & above.
But below
# Interim Patch for Base Bugs: 4612267
# DATE: Thu Oct 4 08:32:06 2007
# Platform Patch for : Linux x86
# Product Version # : 10.1.0.5
# Product Patched : RDBMS
So is the same patch can be applied on both 9i & 10i??
b) Is this patch bundled with (rolled into) any full package example (10.2.0.3 ??)
In other words any 10.2.x higher version have this fix??
c) If I will download for "Linux x86-64" then it will have 64bit bin(s) and lib(s) ??
Example;
$ file bin/wrap
bin/wrap: ELF 64-bit LSB executable, ..................
regards,
-ashokM

AshokM wrote:
I have few question on this patch.
a) Currently we are using Linux (oracle_10.2.0.1), so should we go ahead and apply this patch?
In the download page it has only (10.2.0.1 & 10.1.0.5) so I guess it should be OK.Yes, there are 2 separate patches, one for 10.2.0.1 and the another one for 10.1.0.5.
Download and apply the one for 10.2.0.1
>
I got confused with README contents:
In the requirements para it says .. Oracle 9.2.0.2 & above.You misunderstood the information there.
Requirements field is the same for all patches, it's just common information what versions of perl and etc should be if You use one or another database version.
>
But below
# Interim Patch for Base Bugs: 4612267
# DATE: Thu Oct 4 08:32:06 2007
# Platform Patch for : Linux x86
# Product Version # : 10.1.0.5
# Product Patched : RDBMS
So is the same patch can be applied on both 9i & 10i??No, patch is for version what You see in field "Product Version". And You are looking at incorrect patch, Your db version is 10.2.0.1.
>
b) Is this patch bundled with (rolled into) any full package example (10.2.0.3 ??)
In other words any 10.2.x higher version have this fix??Look at readme for those patchsets. There is list of fixed bugs.
c) If I will download for "Linux x86-64" then it will have 64bit bin(s) and lib(s) ??
Example;
$ file bin/wrap
bin/wrap: ELF 64-bit LSB executable, ..................You should download 32bit or 64bit depending on what bit Linux do You have.
Be carefull and download correct version for correct operating system.

Similar Messages

  • Query regarding CPU patches

    Hi,
    As per my understanding CPU patches are released every quarter for each version & realease of oracle database.
    I am using Oracle 10.2.0.3 on IBM-AIX 5.3 (64 bit).
    I checked on below link of metalink.
    Patches & Updates -> Oracle Server/Tools -> Latest Patchsets -> Latest Oracle Server/Tools Patchsets -> Then selected oracle database and OS version -> Patch Type selected as Any -> Classification selected as High/Security -> Go
    But the above gives me no CPU patch list!!!!
    So is it no mandatory that each & every quarted we will get a new CPU patch from oracle? Or am I doing any mistake in selection above?
    Thanks in advance.
    Best Regards,
    oratest

    Hi Srini,
    Thanks for your reply.
    As per the link doc, the primary support for 10.2 has been ended on July-2010, and the extended support will end on July-2013.
    And as you mentioned that CPU patches are released in extended support as well, so as of now I must see CPU patch in metalink for my database release (10.2.0.3). But I can not see any CPU patch for my version, release??
    One more thing: As per my understanding CPU patches comes under High/Security patch classification, am I right?
    Best Regards,
    oratest

  • Query regarding database patching

    Hi ,
    I am on Oracle 11G and Solaris SPARC 64-bit server.
    The server admin have applied the oracle CPU that was released on April 18,2011.
    I have the path to the new oracle home now.
    Currently my oracle home is 11.1.0.7.P1 and the new oracle home is
    11.1.0.7.P2.
    Now the practice that i have been following to change my oracle home(Patching) is :
    1. Shutdown db
    2. Change oratab with new home:Y
    3. Change my .profile for $ORACLE_HOME
    4. Startup the database with init.ora
    5. Run catbundle.sql cpu apply
    6. Run recompile_precheck_jan2008cpu.apply
    7. View_recompile_jan2008cpu.sql
    8. Shutdown immediate and startup
    9. Change oracle home in listener.ora
    10.Create softlink of init.ora to /dbs/ of new oracle home.
    Now I have 2 queries :
    1.Since the database runs fine post it , I am not able to conclude
    if any other sql also needs to be run ?
    2. What is the location of the readme.txt and readme.html which i need to check for invalid objects.
    I have searched but couldn find it. :(
    Also , How do i test the performance pre and post patching..
    Will doing it by just checking the time taken for Data loads pre and post
    patching sufficient.
    What other checks can i do in dev to test for patch.
    Thanks and Regards
    Kk

    Hi ,
    In this particular database , ive run the catbundle.sql and its been almost 30 mins that its at this location :
    SQL> @?/rdbms/admin/initcdc.sql
    SQL> Rem
    SQL> Rem $Header: initcdc.sql 15-mar-2006.08:20:07 mbrey Exp $
    SQL> Rem
    SQL> Rem initcdc.sql
    SQL> Rem
    SQL> Rem Copyright (c) 2000, 2006, Oracle. All rights reserved.
    SQL> Rem
    SQL> Rem    NAME
    SQL> Rem      initcdc.sql - script used to load CDC jar files into the database
    SQL> Rem
    SQL> Rem    DESCRIPTION
    SQL> Rem      <short description of component this file declares/defines>
    SQL> Rem
    SQL> Rem    NOTES
    SQL> Rem      script must be run as SYS
    SQL> Rem
    SQL> Rem    MODIFIED   (MM/DD/YY)
    SQL> Rem    mbrey       03/15/06 - bug 5092790 add datapump registration
    SQL> Rem    pabingha    02/25/03 - fix undoc interfaces
    SQL> Rem    wnorcott    03/14/02 - bug-2239726 disable triggers.
    SQL> Rem    wnorcott    01/31/02 - function 'active' return 0 or 1.
    SQL> Rem    wnorcott    01/30/02 - disable CDC triggers, CREATE_CHANGE_TABLE re-enables.
    SQL> Rem    wnorcott    06/26/01 - rid trailing slash.  As per Mark Jungermann
    SQL> Rem    gviswana    05/25/01 - CREATE OR REPLACE SYNONYM
    SQL> Rem    jgalanes    11/17/00 - for Import/Export grant execute on util to
    SQL> REM                           SELECT_CATLOG_ROLE
    SQL> Rem    wnorcott    09/07/00 - new loadjava syntax for performance.
    SQL> Rem    wnorcott    07/18/00 - rid LOGMNR_UID$.clientid
    SQL> Rem    wnorcott    06/28/00 - move logmnr_dict view here
    SQL> Rem    wnorcott    03/28/00 - fix trigger install
    SQL> Rem    wnorcott    03/27/00 - Install change table triggers
    SQL> Rem    mbrey       01/26/00 - script to load CDC jars
    SQL> Rem    mbrey       01/26/00 - Created
    SQL> Rem
    SQL> call sys.dbms_java.loadjava('-v -f -r -s -g public rdbms/jlib/CDC.jar');How do i check if its still running or failed ?
    *PS : Ive read this note :Script Fails At Loadjava With ORA-03113 and ORA-03114 [ID 358232.1] But its when it errors out , for me its not erroring out also..*
    Thanks
    Kk
    Edited by: Kk on May 25, 2011 2:40 AM

  • Regarding ATG patch '4125550', exit in ad_bugs, but status null

    hi,
    Regarding the ATG patch '4125550',
    when you execute a select statement from ad_bugs table for the bug_number= '4125550', record is there, but status is null
    but when i am calling the fuction(ad_patch.is_patch_applied) in the below sql, its saying NOT_APPLIED. but in our EBS, framework application are working fine.
    what does it mean. Is it mean its not applied, then why its there in the table. please help
    select bug_number, ad_patch.is_patch_applied('11.5.10.2',-1,to_char(bug_number)) stat
    from ad_bugs where bug_number in ('4125550');

    For a faster reply, you should post this issue in forum "Managing Oracle Applications" http://forums.oracle.com/forums/forum.jspa?forumID=40&start=0
    As per my understanding, an entry in ad_bugs is enough to say that patch is applied. Earlier the appShortName and status used to be in this same table but now they are being handled in ad_snapshots and ad_snapshot_bugfixes. Check them out.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Problems with metalink patches

    Hi
    I´m Havig problems finding the patches for my Oracle DB version(10.2.0.1),OS:Windows 2003 Server, I need to certify these server and migrate from version 10.2.0.1 to the most recent version
    Iinvestigated that the patchset name is p4547817_10202_WINNT.zip but if i look for it in metalink i dont find it
    dose a bundle patch exist?
    how and which patches should i install?
    Thank you.
    Mr.Artemio Adame

    In addition to the previous answers the most recent patchset is 10.2.0.3 (not 10.2.0.2) with patchnumber 5337014.
    Werner

  • Regarding the patch level..

    Hi All,
         This is krishna, I created two types of add-ons.. One is, In the exiting form only i created some more fields.. Another one is, newly created user defined forms and in which some fileds..  It is working fine..  Later i upgraded the patch level 5 to 40 for client requirement. When ever i upgrade that patch level, my second type of add-on are not working.. That is its not opening forms.. What happend i don't know..
       If anybody knows the solution.. Plz let me know...
    Regards,
    krishna.v

    Your question is more related to SDK for your own add-on.  Please post it there.
    Thanks.
    Gordon

  • Regarding SLA Patch

    Hi All,
    I wanted to Know whether there is some specific patch related to SLA (Sub-ledger Accounting) that needs to be applied before upgrade. Is it something which is related to pre-upgrade activity.
    Also, can the SLA patch be applied after / in between the upgrade activties. If we perform the normal upgrade then the SLA feature will not be available.
    Would be great if some one help in actvites related to SLA feature which is now available in R12. Also would appreciate some doc's which can be shared with related to functional & technical activities to be perfomed.
    Instance details: Upgrading from Oracle 11.5.9 to R12 (12.1.2).
    Thanks for the help.
    SV

    Hi,
    Please see these docs.
    Note: 604893.1 - R12: FAQ for the SLA Upgrade: SLA Pre-Upgrade, Post-Upgrade, and Hot Patch
    Note: 827125.1 - FAQ R12 Essentials Of Accrual Accounting
    Note: 985539.1 - R12 SLA: Subledger Accounting Reference Articles
    Thanks,
    Hussein

  • Clarification regarding the patch 16213642

    Hi All,
    We upgraded our instance to R12.1.3 and applying the RPC patch 16213642. As per the readme,
    B) If you are Non Federals customers:
    If You are applying RPC on 12.1.1 instance then please apply     1. 12359561:R12.PSA.B
         Note: AP patches 11930938:R12.AP.B/11651946:R12.AP.B mentioned in
    readme of this patch are included in this RPC, hence no need to apply
    them manually
         2. 9461290:R12.AR.B
    3. 9756446:R12.IBY.B
    As we are non-federal and on 12.1.3. Should we skip the patches? Could anyone confirm. as its not clear from the readme.
    Thanks

    B) If you are Non Federals customers:
    If You are applying RPC on 12.1.1 instance then please apply     1. 12359561:R12.PSA.B
         Note: AP patches 11930938:R12.AP.B/11651946:R12.AP.B mentioned in
    readme of this patch are included in this RPC, hence no need to apply
    them manually
         2. 9461290:R12.AR.B
    3. 9756446:R12.IBY.B
    As we are non-federal and on 12.1.3. Should we skip the patches? Could anyone confirm. as its not clear from the readme.According to MOS search, those patches are not included in 12.1.3, however you will need to query AD_BUGS table to verify if any of those patches is applied or not.
    If the patches are already applied then you can skip them, but if they are not then you need to apply them.
    Please note that some of those patches have been superseded, so make sure you apply the latest ones.
    Thanks,
    Hussein

  • Regarding bundle patch 9593176

    Hi,
    While applying bundle patch 9593176, I am getting the following .
    Invoking fuser to check for active processes.
    Subset patches: 6857221, 4407272, 4526825, 7329300,
    Conflict patches: 7229760,
    The fix for Patch 6857221, 4407272, 4526825, 7329300, are included in the patch currently
    being installed (9593176)
    Patch(es) 7229760, conflict with the patch currently
    being installed (9593176)
    If you continue, all patches will be rolled back and the new patch
    (9593176) will be installed.
    Note: If the patch currently being installed (9593176) is rolled back,
    it is recommended that the fixes being rolled back here (6857221, 4407272, 4526825, 7329300, 7229760, ) are reinstalled.
    If a merge of the new patch (9593176) and the conflicting patch(es)
    7229760, is required, contact Oracle Support Services and request
    a Merged patch.
    Do you want to STOP?
    Please respond Y|N >

    Ye..I sat that later and applied that patch.
    It's written in document 437878.1 that README of Bundle Patch is not applicable to E-Business Suite Customers. Follow the post installation instructions given in Section 4 after applying the patch.
    It means I don't have to do the any step mentioned in the Patch README ..like making some change to the files with HIGH CONTRAST. Am I right ?

  • Regarding GC_10205 Patch

    I downloaded enterprise manager grid control patch 'gc_10205_part1 of 2' and 'gc_10205_part2 of 2' for win32. After extracting the files, I see only two zip files and another document folder along with readme file. The file p3731593_10205_<platform name>.zip is missing as mentioned in the readme file not sure why? I tried downloading two different times on two different servers and had the same problem. I cannot proceed further to upgrade the Grid Control without that file. Any help on this appreciated. Thanks

    I downloaded again for the third time and was able to locate the NT version. Closing this thread.

  • Regarding metalink doc id:112528.1

    my OS is AIX 5.2 and using oracle 10gr2
    problem:SQL*Plus hangs when non dba users try to login
    reason:
    The customer had recently disabled archiving on the system. They had commented out all of the init<sid>.ora parameters
    that enable archiving and had started up the database in
    noarchivelog mode. They forgot to change the cron job scheduled to run
    at night to shutdown the database to do a cold backup, then
    startup the database again in archive log mode.
    This will be a problem with ORACLE 7.3.X and ORACLE 8.0.X versions.
    can anyone please tell me whether they had faced or will problem will arise in 9i or 10g r2 versions. i didn't experienced this till now. what will be the solution for this problem?

    Provide output of following
    select sid,event,seq#,p1,p2,p3 from V$session_wait where wait_time=0 and event not like '%message%';
    show parameter resource
    elect LOGINS,DATABASE_STATUS,INSTANCE_ROLE,ACTIVE_STATE from v$instance;
    -Amit
    http://askoracledba.blogspot.com

  • OL 10.3.0.2.0 - can not find any patches on metalink

    I just downloaded and installed the latest Oracle Lite distribution (10.3.0.2.0 version) and tried to apply the latest cummulative patch available on metalink (7424700     Oracle Database Lite: Patch CONSOLIDATED ONEOFF FOR CUSTOMER BUGS TILL SEP 21 2008     10.3.0.1.0), but didn't succeeded. It's compatible just with the 10.3.0.1.0 version apparently. The problem is that there are no patches for this OL version and I can't even select this version in "Release" list box on metalink patches&updates page.
    Is this just so recent version, that there are all the patches from the mentioned consolidated patchset integrated? Unfortunately I didn't find any detailed information about the differences between this realease and 10.3.0.1.0 in the documentation (relase notes etc.).

    Hi Filip,
    For the moment, there are no any patch for OL 10.3.0.2.0,
    You can check these Notes:
    Note.564506.1 Ext/Pub Oracle Database Lite Client and Mobile Server 10.3.0.2.0 patch set New Feature
    Note.728096.1 Ext/Pub Release Notes for Oracle Lite 10.3.0.2
    Oracle Lite 10.3.0.2.0 is not really a patchset, it is more a new release. (you don't need 10.3.0.1.0 to install it)
    Regards.
    Marc

  • Regarding ports opening for patching client machine in DMZ.

    Hi ,
    Regarding SCCM patching to Client Machine on DMZ.
    I have SCCM server and WSUS server
    both are different machines.My software update point is configured to port 8530.
    I have a client machine in DMZ and want to do patching for the DMZ machine.
    Ports opened from my DMZ machine to SCCM server are 445,135,80,443,8530
    1.Do the above ports are fine to do patching ?
    2.Do we require communication between DMZ and SCCM server on port 8530 for patching on DMZ machine?
    Regards,
    Arjun

    Hi Arjun,
    The answer to the first question you will find in the link Torsten posted.
    The answer to the second question: Whether you should open port 8530 depends on where your Software Update Point and where the Site Server are. It must be opened for the following communication:
    Client -- > Software Update Point
    Site Server < -- > Software Update Point
    Software Update Point -- > Upstream WSUS Server
    If you have only a client in DMZ the port must be opened for the communication with the SUP.
    Regarding the 3rd statement: If you are not able to telnet to the port on the server, this would mean that the communication is blocked somehow. You must make sure, that you are able to telnet to it.
    Hope this helps. Regards,
    Stoyan

  • Regarding Cost for MetaLink Support

    Hi,
    I just wanna to know the details regarding Metalink support for Oracle8i,9i and 10g Versions.and what will be the costs for all these support? I just wanna to know the information abt all these supports.

    Hi,
    for cost of metalink support -------->Contact Local Oracle Sales Rep
    For Details about Metalink --------->http://www.oracle.com/support/collateral/metalinksv.pdf
    regards
    Taj

  • How to get latest CPU patch information

    Hi Gurus,
    Good Morning.
    How to get latest CPU patch information for our EBS 11i system, how to get alerts when ever they released CPU patches.

    Check  the SAWWAN'S Excellent previous post regarding developer patches , this post will give you entire information about Developer patches.
    Re: how to find the developer version
    Re: Developer 6i patches
    Check this metalink notes , hope this helps.
    Note: 466890.1 - Script to find Apache, Java, Jinitiator, Forms version and JVM details for Oracle E-Business Suite 11i
    Note: 392793.1 - How to Obtain Oracle Forms Version in Oracle Applications 11i from Command Line
    Edited by: Amigo on Dec 22, 2010 9:20 AM
    Edited by: Amigo on Dec 22, 2010 9:21 AM
    Edited by: Amigo on Dec 22, 2010 9:26 AM

Maybe you are looking for

  • Can I back up an external hard drive as well as my internal hard drive?

    Hi, I have an Intel Core Duo iMac with a 320GB internal hard drive. I have a 500GB Digital Western external hard drive attached via firewire where I store my iTunes library and iPhoto library. I also use this drive for Time Machine to back everything

  • How to change purchase order logo & company name in runtime

    Hi Experts,           In Sap B1 9.0 i am adding a purchase order.after that i want to take a preview of that puchase order to take print out.but in my situation am having 2 logos and company names.while adding first purchase order i need a logo1 and

  • Fixing Memory Leaks in AIR App?

    Hi Friends, I'm been facing this memory leaks issue in our app and this has taken enough of our time and resources and we are not being able to find a solution for it. I have identified the problem in the module where we primarily need memory related

  • Using OID 9.0.4.x  as security provider  for OC4J 10.1.3

    If you upgrade OC4J to release 10.1.3 (needed for new releases of Jdeveloper) and you your Metadata respository is based on 9.0.4.x, you can use Oracle® Containers for J2EE Security Guide 10g Release 3 (10.1.3) B14429-01 Chapter 6 for the steps neede

  • Preselect an option in html:select

    Hey, I am implementing struts in my application. How do i preselect an option in <html:select> tag here is what i am doing but the option does not get preselected.. the collection below returns A, B , C etc.. <html:select property="accountClass" name