OPatch Exception: Patch "13643211" has min OPatch V "11.1.0.8.3 " @ 10.1.2

I am upgrading EBS 11i to 12.1.1 using note E16342-03. We were using Discoverer Version 4.1.48.00 an I am uprading using Note ID 1074326.1 (Discoverer 11.1.1).
I have successfully installed RCU, Discoverer (ofm_pfrd_linux_11.1.1.2.0_32*.zip ) and Patchset 5 (p13517084_111160_LINUX.zip) as per Doc ID 1074326.1.
I am unable to install the Oneoff Patch (13643211) -
opatch errors:
1) OPATCH_JAVA_ERROR=OPatch Exception: Patch "13643211" has a minimum OPatch version "11.1.0.8.3" - after I patch to OPatch Version: 1.0.0.0.64
2) When I upgrade to OPatch 10.2.0.5.1 I have I still have opatch errors:
ApplySession failed:
The Oracle Home does not meet OUI version requirement.
This OPatch (version 10.2.0.5.1) detects OUI version 10.1.0.6.0 in the home.
It requires OUI version 10.2 or above.
This OPatch version "11.1.0.8.3" also detects OUI version 10.1.0.6.0
I have two Oracle Homes (10.1.2 and 10.1.3) under application tier in R12: /u02/applfind/apps/tech_st/ 10.1.3 & 10.1.2.
My current defualt
$ echo $ORACLE_HOME
/u02/applfind/apps/tech_st/10.1.2
Question:
1) Am I using the right $ORACLE_HOME (10.1.2)?
2) How do I deal with these two homes - switching between them when necessary?
3) Is it possible to upgrade from OUI version 10.1.0.6.0?
4) In summary, How do I resolve the above problem?
Thanks
Mat

The 10.1.2 and 10.1.3 HOMES belong to EBS - Discoverer 11g needs to be installed in a separate server (or in a dedicated ORACLE_HOME on the EBS app server), and this patch needs to be applied to the Disco install, not to EBS
Pl see the first bullet point in the third paragraph of Section 1 of MOS Doc 1074326.1 - and other references in this doc.
HTH
Srini

Similar Messages

  • Determine which security patch or Critical patch update has been applied

    Hi,
    Anyone know how to determine which security patch or Critical patch update has been applied to the database? For Unix and also Win 2000k database server..
    Thank You

    Use the lsinventory command of opatch (Oracle's patch
    installation tool) to list the patches installed.
    If you have Perl and opatch installed, this is simply
    a matter of typing:
    opatch lsinventory
    from the command line.
    For further information on opatch, see metalink note
    293369.1
    Hope this helps.
    Kailash.

  • I am facing a problem while deploying an Entity bean in iPlanet(sp3).I have attached the exception thrown.Why has this exception occured?

    [04/Dec/2001 10:54:00:2] error: EBFP-marshal_internal: internal exception caught in kcp skeleton, ex
    ception = java.lang.NullPointerException
    [04/Dec/2001 10:54:00:2] error: Exception Stack Trace:
    java.lang.NullPointerException
    at java.util.Hashtable.get(Hashtable.java:321)
    at com.netscape.server.ejb.SQLPersistenceManager.<init>(Unknown Source)
    at com.netscape.server.ejb.SQLPersistenceManagerFactory.newInstance(Unknown Source)
    at com.netscape.server.ejb.EntityDelegateManagerImpl.getPersistenceManager(Unknown Source)
    at com.netscape.server.ejb.EntityDelegateManagerImpl.doPersistentFind(Unknown Source)
    at com.netscape.server.ejb.EntityDelegateManagerImpl.find(Unknown Source)
    at com.kivasoft.eb.EBHomeBase.findSingleByParms(Unknown Source)
    at samples.test.ejb.Entity.ejb_home_samples_test_ejb_Entity_TestEntityBean.findByPrimaryKey(
    ejb_home_samples_test_ejb_Entity_TestEntityBean.java:126)
    at samples.test.ejb.Entity.ejb_kcp_skel_TestEntityHome.findByPrimaryKey__samples_test_ejb_En
    tity_TestEntity__int(ejb_kcp_skel_TestEntityHome.java:266)
    at com.kivasoft.ebfp.FPRequest.invokenative(Native Method)
    at com.kivasoft.ebfp.FPRequest.invoke(Unknown Source)
    at samples.test.ejb.Entity.ejb_kcp_stub_TestEntityHome.findByPrimaryKey(ejb_kcp_stub_TestEnt
    ityHome.java:338)
    at samples.test.ejb.Entity.ejb_stub_TestEntityHome.findByPrimaryKey(ejb_stub_TestEntityHome.
    java:85)
    at samples.test.ejb.TestEJB.getGreeting(TestEJB.java:51)

    Hi,
    I think you are trying to test the Hello world EJB example shipped with the product. As a first
    step I would recomend you to go through every line of the document on deploying this application,
    since, I too have experienced many errors while trying to deploy the sample applications, but on
    following the documentation, I subsequently overcame all the errors and have been working with the
    applications. So please follow the steps in documentation and let me know, if you still encounter any
    issues.
    Regards
    Raj
    Sandhya S wrote:
    I am facing a problem while deploying an Entity bean in iPlanet(sp3).I
    have attached the exception thrown.Why has this exception occured?
    [04/Dec/2001 10:54:00:2] error: EBFP-marshal_internal: internal
    exception caught in kcp skeleton, ex
    ception = java.lang.NullPointerException
    [04/Dec/2001 10:54:00:2] error: Exception Stack Trace:
    java.lang.NullPointerException
    at java.util.Hashtable.get(Hashtable.java:321)
    at
    com.netscape.server.ejb.SQLPersistenceManager.<init>(Unknown Source)
    at
    com.netscape.server.ejb.SQLPersistenceManagerFactory.newInstance(Unknown
    Source)
    at
    com.netscape.server.ejb.EntityDelegateManagerImpl.getPersistenceManager(Unknown
    Source)
    at
    com.netscape.server.ejb.EntityDelegateManagerImpl.doPersistentFind(Unknown
    Source)
    at
    com.netscape.server.ejb.EntityDelegateManagerImpl.find(Unknown Source)
    at com.kivasoft.eb.EBHomeBase.findSingleByParms(Unknown
    Source)
    at
    samples.test.ejb.Entity.ejb_home_samples_test_ejb_Entity_TestEntityBean.findByPrimaryKey(
    ejb_home_samples_test_ejb_Entity_TestEntityBean.java:126)
    at
    samples.test.ejb.Entity.ejb_kcp_skel_TestEntityHome.findByPrimaryKey__samples_test_ejb_En
    tity_TestEntity__int(ejb_kcp_skel_TestEntityHome.java:266)
    at com.kivasoft.ebfp.FPRequest.invokenative(Native Method)
    at com.kivasoft.ebfp.FPRequest.invoke(Unknown Source)
    at
    samples.test.ejb.Entity.ejb_kcp_stub_TestEntityHome.findByPrimaryKey(ejb_kcp_stub_TestEnt
    ityHome.java:338)
    at
    samples.test.ejb.Entity.ejb_stub_TestEntityHome.findByPrimaryKey(ejb_stub_TestEntityHome.
    java:85)
    at samples.test.ejb.TestEJB.getGreeting(TestEJB.java:51)
    Try our New Web Based Forum at http://softwareforum.sun.com
    Includes Access to our Product Knowledge Base!

  • Get a popup an exception runtime error has occurred in script unable to jit debug

    i get a pop up window, just-in-time debugging
    An exception 'runtime error' has occurred in script.
    However, no debuggers are registered that can debug this exception. Unable to JIT debug.

    '''I think I solved it myself yesterday, indirectly''' by deleting a Googleupdater.exe file dated 042511. It has been over 24 hours now and no sign of the 'Just-In-Time Debugger' pop-up. Whew...it was incessant.
    Not sure how I got the Googleupdater.exe file on my computer. I did download Microsoft Security Essentials to help find the JIT problem, but it failed to install properly and run. The next day I remembered it probably only runs on Internet Explorer (which we deleted in 2009) after testing out Firefox. I then also deleted Security Essentials.
    I also downloaded on April 25th the free version of MS Visual Basics because I read on eHow that you can adjust settings in the 'TOOL' menu to stop JIT Debugging pop-ups. However, the free version was 'MS Visual Studio Basic 2008 Express Edition - SP1' which did NOT provide access to JIT Debugging settings (so it was not a solution).
    I must say I switched Internet Security programs to AVAST! on TU | Apr26th and love it so far. Highly recommend looking into AVAST! ver 6.0 at CNET downloads - free. The anti-virus program is free, but everything else costs about $30US for a year. WORTH IT Love the options | settings | flexibility|user friendly windows.
    Trend Micro was then deleted. It had always blocked usage of our internal CD|DVD drive. To use the CD|DVD drive we had to shut off Trend Micro and then turn it back on again after we finished using the CD|DVD drive. NOT a preference - for sure. Jaykay

  • Which PS Elements has min camera raw 7.3 plug-in?

    Which PS Elements has min camera raw 7.3 plug-in?

    Please post Photoshop Elements related queries over at
    http://forums.adobe.com/community/photoshop_elements

  • Has my friend's iChat account been hacked? Has mine?

    I have been using iChat with an AIM account with iChat for years and have never seen anything like this.
    I just received a chat message in iChat from somebody on my buddy list - but it wasn't my buddy. It was somebody wanting me to join a sex web cam site.
    Has my friend's iChat-or-AIM account been hacked? Has mine?
    Is there a way of reporting it?  I don't know if he uses an Apple account or an AIM account. Either are possible with iChat.
    I couldn't find a way of reporting the abuse on the AOL site. All their contact forms and phone numbers are for paying AOL members only, and I was unable to post in their forums. In the meantime, I set my iChat privacy levels to only allow buddies to access and removed my friend from my buddy list.
    Advice is welcome.
    Thanks,
    doug

    Hi,
    You should know who is contacting you fro the Chat Window itself.
    It's title will either be the Screen Name of the Contact or the Real Name if they are in your Address Book.
    Either way the Screen Name will also shows as the Grey text info at the top of e Chat Area.
    The Apple IDs ending in @mac.com and @me.com (from MobileMe) are valid AIM names.
    You can see the Screen Name of someone in your Buddy List by mousing and holding over their Entry.
    This may display two or more names if you have them listed on their Address Book Entry.
    They should change their Password, either at AIM if it is an AIM Name or via iForgot for Apple ones.
    Then change it in iChat so it will then log in
    Next, no matter what sort of AIM valid name it is they should go here and Log in.
    Next they could use the Lifestream option and set the Privacy Level they want.
    Repeat for the Actual Privacy setting.
    It used to be possible to Create a Display Name in the Registration Process  (It was a one page deal where you could see it)
    The current Process for Registration is a step based process and I have not created a new name to follow it through to see if Display Names are allowed.
    However it still appears in those AIM Settings
    Choose Manage Account > Click the Edit Button (You will be asked a security Question)
    At the new page choose the Greetings option far right.
    Another new screen has a drop down to alter the Display Name.
    This means that someone could have search Lifestyles and then used a new Screen Name and added a Display Name that at first glance Looks like your Buddy.
    I doubt that they have been Hacked as such.
    It is more likely the DIsplay Name method has been used.
    There is one other option.
    If they have used  Mac in a public place and entered their Screen Name in to iChat there And their Password the computer will remember the password to the Keychain.
    Even if the iChat Account is deleted from iChat the Keychain will still have the details and anyone with access can find out the Password.
    (if you don't enter the password iChat will pop up a separate request each time you try and login)
    If this is the case then changing the password should help
    You/he can also go to IChat > Preferences > Accounts and deselect the option for Multiple Logins.
    If another computer (Or app) is logged in when you next start up iChat you will get a Text chat from AIMSysMessage (An automated response from the AIM servers) asking if you want to Log the other login out.  Reply with a 1 (type just the 1 and hit enter) will log the other instance out.
    I spent some time searching the AIM/AOL help pages and using Google to see if I could find anything but only came across prompts on how to do it on the AIM for PC app.
    9:17 PM      Tuesday; July 5, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb( 10.6.8)
     Mac OS X (10.6.7),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • How can I determine if a Critical Patch Update has been installed?

    I know I can use opatch -lsinventory to confirm that a the patch has been installed in an Oracle home, but how can I check to see if the CPU script (catcpu.sql) has been run in a database?
    I'd like to know for two reasons:
    1. I am concerned because I have many databases to patch under a single Oracle home and I'd like to check them all to make sure I didn't miss any.
    2. I've heard that I'll have to run catcpu.sql in any new database I create under this Oracle home. I know I'll eventually forget to do this, so I'd like some way to check if the script has been run.
    Thanks in advance

    Paul,
    Starting from CPUJan2006, these actions will be recorded in registry$history table.
    You can find this out by
    select ACTION , VERSION, COMMENTS from registry$history;
    SQL> select * from registry$history;
    ACTION VERSION COMMENTS
    CPU 10.2.0.1.0 CPUJan2006
    Before CPUJan2006, you may to check it through a crude way of finding CPUXxxYYYY dir and cheking APPLY... and ROLLBACK... log files.
    Akshay.

  • Monitor Patch to Intel Mini 2007

    My Mini has a DVI out. Buying monitor with both VGA (15 pin mini D-Sub) and HDMI inputs. I assume the monitor is compatable, and that I would need either a DVI to VGA or a DVI to HDMI adaptor to make the connection. Will the picture quality be the same either way, is one connection better than the other?

    Stefan,
    Thanks for the reply. Just a little confused here. Could you please clear this up for me?
    I assume from what you say that the DVI output contains both digital and analog signals? The VGA adaptor plug that came with the Mini would then extract just the analog signal and send it through a VGA cable to the 15 pin mini D-Sub input on the monitor, which is described as an analog input.
    But the DVI output on the Mini also contains the digital signal? I would need to buy a DVI to HDMI adaptor, then connect to the HDMI input on the monitor, which is described as a digital input. I understand your advice to stay in the digital domain. I never occurred to me that the DVI output would contain both analog and digital signals.
    Will it also send stereo audio down the HDMI cable, or will I still need a separate audio patch cord?
    Thanks,
    Dr. Rock

  • Can we use MRP to plan for FERT in-house produced  with PIR's & has Min/Max

    Hi SAP Guru's
    I have a very critical issue from the client who wants to use MIN/ MAX stock values for planning its finished products (in-house produced)
    <b>here is the details of the scenario</b>
    Client recieves 2 Excel files every week from customer
    <b>1st</b> file contains the Weekly Demand Forecast of FERT material for next 1 year and they upload it in MD61 as PIR's <u><b>BUT</b></u> this value is also <u><b>Inclusive</b></u> of Safety stock value (<b>ex: if weekly demand entered in MD61 as PIR is 50 and if safety stock value is 10, then actual demand is only 40)</b>
    <b>2nd</b> file send contains only <b>safety stock values</b> (for ex in this case let it = <b>10</b>) to be maintained for the FERT materials
    the client wants MRP to plan and trigger based on this PIR's in MD61 and Safety stock level fand plan for FERT, HALB and also ROH materials as defined in the BOM also taking into consideration the current WIP levels (Work in progress for any existing production orders currently being processed) based on the production Lead times values maintained
    so what the client wants is they want to maintain 2 stock values, that is one least stock value and other higher value which if stock falls below this point, will trigger production based on the lead time and considering any WIP levels also
    <b>(for ex in this case if PIR = 50 and safety stock is 10, MRP run result client wants is = 30 and NOT =40)</b>
    so here are my questions
    1. is this scenario feasible? use safety stock and min/max level for in-house produced finished which has demand PIRs in MD61 at the same time?
    2. Also due to SOX complaince regulations, the client does not want to change the forecast values in MD61, so is it possible to make some settings so that forecast is corrected by WIThOUT including the safety stock value in it? ( for ex: in this case as = 40 only and NOt as 50)
    3. which all settings should i maintain like for MRP type or lot size or stock qty levels or anyother customizations if any required so that when we run MRP, can it ignore the safety stock value and generate the client desired output?
    thank u verymuch for your time & expert advice in advance

    Hi Chakri,
    This is not possible as per standard functionality. MRP always creates proposals for the shortage quantity of the safety stock. We have used the user exit in the plant level MRP run to exclude both plant and safety stock in the net requirements calculation.
    You have to write logic to convert the safety stock into plant stock in the user exit so there will be no additional procurement proposals...you can create custom indicatar in materail master or linked any existing indicator like MRP group to the user exits so the MRP will checks this and will not create proposals for the selected parts.
    If you have any questions then please inform.
    Regards
    TAJUDDIN

  • SSL patch update has caused many issues with my iPhone 5c

    Since the patch update completed, my iPhone is acting ridiculous. I cannot use safari. Every time I try to search something, it tells me it cannot connect to server. I also cannot delete voicemails. Once I delete, the phone freezes and the voicemail is not deleted. It comes back from deleted messages. When I hit the phone toggle button, it opens up my recent call list but it opens to the calls from Thursday, the day I did the update. It also deleted every text message that I had sent that day from my text history. I have shut the phone down, what other options do I have?

    I have actually talked to a couple people that I know that have the 5c and it seems like it is a hit or miss. Some people have problems with the blue ones, im having issues with the white one, some people have no issues att all. COnsider your son luck that he has no problems. I have had problems with 3 different whote 5c over the coarse of 4 months now and contuining to have problems.

  • My iPad has mini lines through it and is not clear

    I installed the latest update and now my mini is not clear and has lines on the screen...can anyone help?

    Hi JLoecker,
    Thanks for visiting Apple Support Communities.
    If you are seeing lines on your iPad display, I recommend first resetting it:
    Resetting your device
    Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears.
    You can find the full article with these steps here:
    iPhone, iPad, iPod touch: Turning off and on (restarting) and resetting
    http://support.apple.com/kb/ht1430
    If the lines are still there after you reset the iPad, I recommend that you back it up and restore it using iTunes:
    iOS: How to back up and restore your content
    http://support.apple.com/kb/HT1766
    iTunes: Restoring iOS software
    http://support.apple.com/kb/HT1414
    Best,
    Jeremy

  • IBook has mini DVI?

    Is that odd looking little output on my iBook a mini DVI connection of some sort? Of coarse, my iBook only came with a "wierd port" to VGA adapter. Is this port DVI and if so, what kind of cable do I need to connect my iBook to a DVI display?
    As always, thanks,
    William
    PS - I would like to add that these boards offer technical support that blows away any phone tech support out of the water. And no one here even works at Apple. Truly great stuff ladies and gentlemen.

    William,
    The port is actually a mini-VGA, and not mini-DVI. In order to display your iBook on your DVI display, it'd depend on what sort of DVI display you have.
    There are three types of DVI displays: DVI-A, DVI-I, and DVI-D. Those being analog, a hybrid that can accept either analog or digital signals, or a solely digital display respectively. Apple's current displays are DVI-D only.
    Since your iBook can only transmit an analog signal on its own from the mini-VGA port, having a DVI-A or DVI-I display would be the most simple to use with your iBook, and the adapters are relatively cheap to set it up. Using the mini-VGA to VGA adapter that came with your iBook you could buy something like this or this to use your display.
    If you have a DVI-D display, then this complicates things because you'd need to buy a converter to convert the iBook's analog signal into a digital one that the display can understand. This requires bulky converter boxes that are usually in the $300USD range. If you're interested in some of these converter boxes, check out this one or this one.
    If you're not sure what type of DVI display you own, let us know the brand and model, and we could try to do some research on our own. Or maybe someone will be familiar with that model.
    I hope this helps!
    Brian

  • Exception "A breakpoint has been reached"

    Finally I managed to create a shared dll.
    My C program works fine, but if I want to start it from Java, I get the following error message:
    "The exception Breakpoint
    A breakpoint ahs been reached
    (0x80000003) occured in the application at location 0x02c9d330."
    Because I have MS VisualC++ installed I can choose to debug the program. By doing so, I end up in a file called dbgheap.c
    The comment header says:
    * dbgheap.c - Debug CRT Heap Functions
    * Copyright (c) 1988-1997, Microsoft Corporation. All rights reserved.
    *Purpose:
    * Defines debug versions of heap functions.
    The critical line is:
    /* break into debugger at specific memory allocation */
    if (lRequest == _crtBreakAlloc)
    _CrtDbgBreak();
    Most likely this corresponds to the following line in my actual c program:
    po = (Parse_Options) xalloc(sizeof(struct Parse_Options_s));
    Does somebody know what's going on here? That's a bit strange isn't it? Some Microsoft program starts the debugger if I try to allocate memory!?!?!
    Any Help is highly appreciated!
    Carl

    What is xalloc? I've searched MSDN and found only ios::xalloc.

  • Is there any exception class which has method returning Exception id?

    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : TestTableViewer.default
    Component Name : TestTableViewer.default
    The exception was logged. Inform your system administrator..
    Exception id: 05:26_15/03/06_0058_3045950
    See the details for the exception ID in the log file
    ==================================================== 
    Hi,
       I tried PortalException methods,PageException methods,PortalRuntimeException methods to get Exception id: generated at runtime.But I have not succeeded.If anybody knows it please reply.I need to find that Exception id in my project.
    Thanks in advance 
    ======================================================

    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : TestTableViewer.default
    Component Name : TestTableViewer.default
    The exception was logged. Inform your system administrator..
    Exception id: 05:26_15/03/06_0058_3045950
    See the details for the exception ID in the log file
    ==================================================== 
    Hi,
       I tried PortalException methods,PageException methods,PortalRuntimeException methods to get Exception id: generated at runtime.But I have not succeeded.If anybody knows it please reply.I need to find that Exception id in my project.
    Thanks in advance 
    ======================================================

  • Problem in Applying Basis Patch 25 in Mini Was

    Hi
    I am trying to Install the SAPKB62025 Patch, the patch is processing Upto 20% displying the message as "TP buffer proceessing OK" after that no progress even after 8 hrs, still showing 20% completed, So i stopped the tp Window and i got the prblems as DDIC_Activation.
    Can anyone advise me on that.
    Thank you in Advance.
    Karan

    Craig, Karan, the problem dicussed here is EXACTLY what I am facing. It looks like I do have to perform the Kernel, TP and DB upgrades first. Can one of you guys tell me, which actual files to download? Also if you guys have more detailed information on how to actually perform these various tasks. I hope you guys can give me some more detailed guidelines on how to perform these actual tasks. If  documentation would be too much to add in this Forum, please sent me an email to [email protected] Both thanks in advance for sharing you very valuable knowledge. Tiest

Maybe you are looking for

  • WEBUTIL_FILE_TRANSFER.DB_To_Client crashes on Linux with SP2

    Hi there, I'm using the command WEBUTIL_FILE_TRANSFER.DB_To_Client and it crashes on Linux Application Server 10.1.2.2.0. It's working on Linux Server 10.1.2.0.2 and also on Windows.10.1.2.2.0!!! Any ideas or experiences? Thanks a lot! Regards, Gerha

  • Arch linux for Ubuntu users

    Hello everyone, When using Synaptic on Ubuntu it usually sets everything up for you so all the installed software tends to work out of the box without any need to change around configuration. Is the package manager in Arch Linux as integrated as the

  • Can you upload a php file into Adobe Muse when hosting with BC?

    My client has sent me a .txt file from a supplier and asked me to upload to the site we are creating in Adobe Muse. They said, 'You will need to save this file as a php file for it to work, and upload it to your website - you can use it as a stand-al

  • How to create help view

    hai, how to create help view

  • Archive and install leaves previous system in generic condition

    I just did an archive and install preserving settings from 10.3.9 to 10.4.8 (10.3.9 > 10.4 > 10.4.8) no problems on the surface so far then I had an issue with "Preview" where multiple images opened in separate windows instead of in the drawer of one