How to Patch on Windows (same as OPatch utility)???

Hi All,
I am applying a JDBC patch in oracle (using OPatch utility) with OS Sun SPARC... But I got an issue while applying the patch and oracle says that OPatch 10.2.0.4.3 has an internal bug..
My questions is How I can apply the same patch (it's paltform independent) in Windows OS ??
Do we need to use OPatch option or what's the altrenate utility to apply patch in windows??
Thanks a lot...

I am sure you need following steps.....I have struggled my way once... not tough though...
happy patching :)))
1) set oracle_home= < oracle home>
2) set PATH=<oracle home>\Opatch;%PATH%
3) run "opatch lsinventory" to know that everything is set properly
4) go to patch directory where you have extracted patch and run "opatch apply"

Similar Messages

  • Recording a video chat. How do I make windows same size?

    New to iChat. I'm recoding a video chat with my buddy. His image window is huge my inset window is tiny. Can I have side by side same sized windows? If so how do I do that?

    Hi,
    You Cannot do side by side.
    The Pic-in-Pic is resizable.
    It can be as large as a 1/4 of the Chat window.
    Grab the corner nearest the middle of the chat window (It varies depending which corner you have the Pic-In-Pic which is moveable)
    10:53 PM      Tuesday; May 17, 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.7)
     Mac OS X (10.6.7),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • How to develop a windows find files like utility in java

    hi,
    I am writing a java program that provides the same functionality as provided by the Windows find files option. is there some windows dll or something like that i can use thru JNI or is there some better solution?
    any help will be appreciated.
    regards

    If your program has to be portable, I think it would be better to develop Java code in order to search through file system.
    I think you should develop objects that allows to filter files (implementing FileFilter interface) and return a list of the found files to your graphical objects.
    You can use the java.io.File.listFiles(FileFilter) method to retrieve a list of files from a given directory.
    Write several FileFilter classes (and why not FilenameFilter classes) to provide different way of filtering. Each of those will be used with the listFiles method.
    But do not forget that the way you write your filefilters will change the performance of your program.
    There is also another problem you might encounter : File Access Rights. If your file system contains file restrictions, the listFiles method may throw SecurityException (if a SecurityManager is created) or return null (if no SecurityManager is set).

  • What to do with "Update is not applicable" error when install the InCopy 7.0.5.562 patch on window?

    Hi,
    I had InCopy 7.0.0.354 window version, and would like to upgrade to newer version.
    After install the InCopy 7.0.5.652 patch, there is this "Update is not applicable" error.
    The InDesign 7.0.5.652 patch installs (my old InDesign is 7.0.0.354) with no problem.
    I also tried to remove my InCopy 7.0.0, re-installed InCopy 7.0.0, but still the 7.0.5 patch has the same error.
    Now I have newer version of InDesign, but old version of InCopy, which can't be right for my work.
    Does anyone know how to fix it?
    I can only use the 7.0.5 patch.
    Thanks.

    Hi,
    I had InCopy 7.0.0.354 window version, and would like to upgrade to newer version.
    After install the InCopy 7.0.5.652 patch, there is this "Update is not applicable" error.
    The InDesign 7.0.5.652 patch installs (my old InDesign is 7.0.0.354) with no problem.
    I also tried to remove my InCopy 7.0.0, re-installed InCopy 7.0.0, but still the 7.0.5 patch has the same error.
    Now I have newer version of InDesign, but old version of InCopy, which can't be right for my work.
    Does anyone know how to fix it?
    I can only use the 7.0.5 patch.
    Thanks.

  • Can't get the patch/bank window for an external midi device to stay open

    I am going to be very explicit with the description of my problem.
    I am running Snow Leopard (10.6.1) and using Logic 9.0.1 on a MacBook Pro (2.16GHz, Intel Core 2 Duo, 4 GB memory).
    I create a new empty project and add an external midi track.
    I click on the track and select my Roland XV-5050, Channel 1 in the Library window.
    I open the Environment window.
    I choose MIDI Instr. from the pull down menu.
    I select the XV-5050 icon.
    I choose Define Custom Bank Messages under the Options menu.
    I define all the Bank changes for my XV-5050 and close the Define Custom Bank Messages window.
    I right-click on the XV-5050 icon in the Environment window and select Open Object Editor.
    The patch/bank window opens and then immediately closes.
    I can't get the patch window to stay open.
    The same thing occurs when I double click on the midi track in the arrangment window.
    Could someone let me know if they are able to get the patch/bank window to stay open or is it a bug?
    Thanks
    Scott

    Scott,
    Although this doesn't have much to do with your question, could you enlighten me as to how you connectd your XV-5050 to your mac with Snow Leopard? I can't get my Mac to "see" the XV at all.

  • Difficulty installing Rescue and Recovery 4.2 patch for Windows Vista

    Which between System Update Installation History and Post-Installation Status Report should I believe, when they tell a different story?
    When I run thinkVantage System Update, the post-intallation status report indicates that the following fails to install:
    * Rescue and Recovery 4.2 patch for Windows Vista
    * ThinkVantage Client Security Solution for Vista SP1
    * Lenovo Wireless WAN Activation Patch
    However, when I open the ThinkVantage System Update History Log, I read that the above updates have been installed.
    Which one should I believe?
    I'm willing to believe that the update has been installed, but whenever I run System Update, I keep getting the same message that the above three need to be installed.
    Should I keep ignoring the message? If not, what else could I try?
    I have a T60 running Vista with SP1 installed. 

    Hi privard,
    Thanks for your feedback. Anyhow, let me see how i could help to sort this out for you.
    Cleo 
    WW Social Media
    T61, T410, x240, Z500, Flex 14
    Important Note: If you need help, post your question in the forum, and include your system type, model number and OS. Do not post your serial number.
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"!
    Follow @LenovoForums on Twitter!
    How to send a private message? --> Check out this article.
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • How to open new window and generate oracle report from apex

    Hi,
    I had created an application that generates PDF files using Oracle Reports, following this Guide.
    http://www.oracle.com/technology/products/database/application_express/howtos/howto_integrate_oracle_reports.html
    And I followed 'Advanced Technique', so that users can't generate PDF file by changing URL and parameters. This is done for security reasons.
    But in this tutorial, when 'Go' button is pressed, the PDF file is displayed on the same window of apex application. If so, user might close the window by mistake. In order to avoid this, another window have to be opened.
    So, I put this code in the BRANCH - URL Target. (Note that this is not in Optional URL Redirect in the button property, but the branch which is called by the button.)
    javascript:popupURL('&REPORTS_URL.quotation&P2100_REP_JOB_ID.')
    But if the button is pressed, I get this error.
    ERR-1777: Page 2100 provided no page to branch to. Please report this error to your application administrator.
    Restart Application
    If I put the code 'javascritpt ....' in the Optional URL Redirect, another window opens successfully, but the Process to generate report job is not executed.
    Does anyone know how to open new window from the Branch in this case?

    G'day Shohei,
    Try putting your javascript into your plsql process using the htp.p(); procedure.
    For example, something along these lines should do it:
    BEGIN
    -- Your other process code goes here...
    htp.p('<script type="javascript/text">');
    htp.p('popupURL("&REPORTS_URL.quotation&P2100_REP_JOB_ID.")');
    htp.p('</script>');
    END;
    What happens is the javascript is browser based whereas your plsql process is server based and so if you put the javascript into your button item Optional URL Redirect it is executed prior to getting to the page plsql process and therefore it will never execute the process. When you have it in your branch which normally follows the processes, control has been handed to the server and the javascript cannot be executed and so your page throws the error "Page 2100 provided no page to branch to"... By "seeding" the plsql process with the embedded javascript in the htp.p() procedure you can achieve the desired result. You could also have it as a separate process also as long as it is sequenced correctly to follow your other process.
    HTH
    Cheers,
    Mike

  • How do I share windows and iOS on my MAC book pro

    how do i share windows and iOS on the same hard disk on my MAC? will each of the operating system see the whole disk?

    Either you don't understand or misuse just what iOS is, it is only found on iPad, iPhone, iPod and does not run on Macs in any way, and as far as we here the only operating system of interest is Mac OS X Lion 10.7.5 or above.
    There are forums for iPad and if you have a notebook then you want MacBook Pro forum.
    As for Windows, there is a forum for "Boot Camp" to set aside and use part of your hard drive for Windows to run natively.
      MacBook Series Forums
    https://discussions.apple.com/community/notebooks?view=discussions
      http://www.apple.com/support/ipad
    Mac 101: Using Windows on your Mac via Boot Camp
    https://support.apple.com/kb/HT1461
    Helpful Apple Support Resources (Forum Overview)
    Boot Camp Support 
    Boot Camp Manuals
    Learn more about how Mac computers can run Windows 8 using Boot Camp 5.
    http://support.apple.com/kb/HT5628
    Products Affected
    Boot Camp, Windows 8
    General installation questions
    What is Boot Camp 5?
    Boot Camp 5 is not a release of OS X software. Rather, it is a release of the Windows Support Software (drivers). You will need to use this software on your Mac with Windows 8 or Windows 7. For more information on Boot Camp 5, see this article. 
    http://support.apple.com/kb/HT5639
    Which Macs support Windows 8?
    MacBook Air (Mid 2011 or newer)
    MacBook Pro (Mid 2010 or newer)
    Mac Pro (Early 2009 or newer)
    Mac Mini (Mid 2011 or newer)
    iMac (27-inch, Mid 2010 or Mid 2011 or newer)
    For more information, see this article.
    What are the System Requirements for Windows 8?
    Please see this article.
    How can I install Windows 8 on an eligible computer?
    Use the Boot Camp Assistant. The assistant will partition your internal hard drives and install Windows 8. For more information on Windows 8 installation, see the Boot Camp Installation & Setup Guide.

  • How to show Popup window in OAF on click of a button

    How to show Popup window in OAF on click of a button (Without using Javascript)
    1. I have one OAF page on which i should have button Called "Next"
    2. On clicking of this button a new window/page should be displayed with the image stored in database. on clicking on this "Next" button again next image from the database should be displayed on the newly opened window/page.
    3. Is it possible to configure OAF to render window_II in the opposite screen of window_I where the OAF client resides? (If the OAF-client resides in screen_I render window with image in screen_II). That is, at the first click on the Next-button, window_II appers on screen_II and not some random location. The user will have 2 screen/monitors on his work place.
    4. Given that the two windows reside on each screen, is it possible to make OAF remember the position of window_II ? The goal of this is to force the window to pop up on the same location on the same screen next time the Next-button is pressed.
    5. If window_II is closed (eg. by using X) and the Next-button in window_I is pressed again, will window_II pop up in the same location and screen as previously ?
    6. Is it possible to have a Print-button in window_I what prints the scanned picture in window_II ? Is it possible to have the click on this Print-button to open the standard print dialog on top of window_II ? Could the button be placed in window_II as well, having the same functionality ?

    I have tried to open home page window. You can change the URL according to your requirement.
    import oracle.apps.fnd.framework.webui.OAUrl;
    StringBuffer l_buffer = new StringBuffer();
    l_buffer.append("javascript:mywin = openWindow(top, '");
    String url = "/OA_HTML/OA.jsp?OAFunc=OAHOMEPAGE"; // Calling Oracle Home Page
    OAUrl popupUrl = new OAUrl(url, OAWebBeanConstants.ADD_BREAD_CRUMB_SAVE );
    String strUrl = popupUrl.createURL(pageContext);
    l_buffer.append(strUrl.toString());
    l_buffer.append("', 'lovWindow', {width:750, height:550},false,'dialog',null);");
    pageContext.putJavaScriptFunction("SomeName",l_buffer.toString());
    Above code will open the new page in new window.
    Thanks
    --Anil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Using numbers 2.3 how do i split windows to view more than 1 spreadsheet at a time?

    using numbers 2.3 how do i split windows to view more than 1 spreadsheet at a time?

    Hi seth,
    Numbers vocabulary:
    Spreadsheets (aka: Document)
    contain one or more Sheets
    on each of which may be placed one or more Tables
    each of which contains one or more cells
    each of which may contain either data or a formula.
    Spreadsheets open in separate windows. Depending on the contents of each spreadsheet, and the scale at which you want to see it (and the size of your display), you can view more than one spreadsheet in the same manner as you can view more than one of any kind of document—open two documents in separate windows. Resize the windows to allow both to be viewed at the same time. Place and scale the individual documents to permit viewing the desired part of each
    Sheets within the same document cannot be displayed simultaneously. You can make and open a copy of the document, then open and view both copies as described above, but this introduces new opportunities to edit the wrong copy. You could Copy a Table from one part of the document, open Preview and go File > New from Clipboard to create a PDF copy of that table (readable, but not editable), and view the spreadsheet and pdf documents as described above.
    Tables can be rearranged, or have rows or columns (or both) hidden to permit simultaneous viewing of selected parts of both.
    A Table can have Table > Freeze Header Rows and Table > Freeze Header Columns set to keep these rows/columns visible as the rest of the table is scrolled. Or can have a range of rows (or columns) hidden to allow viewing of rows (columns) adjacent to that range visible on the same screen.
    Numbers does not support freezing of rows or columns other than Header rows and Header Columns.
    Regards,
    Barry

  • On the mac mini 2011 how can I run windows 7 without the optical drive, On the mac mini 2011 how can I run windows 7 without the optical drive

    On the mac mini 2011 how can I run windows 7pm bootcamp without an optical drive.  I watch lots of football on sop cast and other such windows based programmes but can't work out how to do it.

    Actually Windows can be installed and booted from an external drive if the drive is connected eSATA (external SATA), since the drive is treated as if it's an internal HDD. I used the same method previously to dual-boot from 2 different HDD instead of partitioning.
    Most PC motherboards come with them as standard so it's pretty much plug and play but I don't recall seeing a recent Mac with eSATA connectivity though, so that might not be an option for you.

  • How do i install windows xp using parallels

    I have a new macbook pro and I need to run windows.  I bought parallels from Apple and Windows XP online.  The windows disc I got says "Reinstallation CD" for Dell laptops only.  I called and told them I received the wrong disc, explained what I needed, and they sent the exact same disc.  When I install it, I get a message that asks me to insert disc 2.  They didn't send 2 discs.  How do I get windows on this computer?

    You need to purchase a non-OEM version of XP (if you can still find one). Some OEM discs simply won't work. I'm running Parallels 8 now with an XP VM and had it running since Parallels 6. Updating Parallels didn't affect my XP installation at all. Maybe Amazon may have a full version of XP? I don't know...
    Good luck,
    Clinton

  • How do I install windows using BootCamp without cd drive fot the new MBP?

    I need some softwares for my work (modelsim, altera, ltspices etc) but some of them only supports windows.
    New MBP doesnt seem to have a cd driver.
    How do I install windows using bootcamp without cd drivers?

    You can use a USB thumbdrive to do this, assuming you have access to a windows machine to format the usb stick.
    I installed Win7 on my MB Air (2011), which of course lacks a DVD drive altogether, using this technique.
    Basically, you download a tool called rEFIt to your macbook. ( http://sourceforge.net/projects/refit/files/rEFIt/0.14/rEFIt-0.14.dmg/download ) When this is installed, it gives you a boot selector menu when you boot the Macbook ('Do you want to boot to MacOS or to the USB drive?')
    Then you download and run an Apple tool called Boot Camp Assistant, which allows you to partition your HD for the two operating systems to share; it also pulls down all the windows drivers you need.
    Then prep the USB thumbdrive on a windows machine to be a Win7 installer disk. You'll want a drive in the 4gb+ range I think. You have to set up the thumbdrive to be bootable (lots of tools for that available), and then copy all the windows installation files over to it.
    Put the thumbdrive in the macbook and boot holding down the option key.
    Choose the rEFIt icon on boot, then choose to boot from the thumbdrive, then format your new windows partition to something Win7 can handle, and install windows.
    On my machine I followed a slightly more involved process and wiped out MacOS entirely. I would have kept it on a small partition if I'd had a bigger hard drive.
    If you need super detailed instructions, CNET has some here:
    http://howto.cnet.com/8301-11310_39-20020513-285/install-win-7-on-macbook-air-fr om-a-usb-drive/
    Tech-Recipes has some similar instructions here:
    http://www.tech-recipes.com/rx/9136/macbook-air-install-windows-7-with-boot-camp -without-an-external-dvd-drive/
    If you have any issues after trying this, ping me and I may have solved them when I went through the same process.

  • How can I install Windows 7 on Macbook Pro 17' (2009 model)?

    I cannot Install, neither enter on the setup screen.
    When I go to Bootcamp (3.0.1) and do everything then at the end when it says to done & restart my Macbook Pro 17' Inch (2009 model (MacbookPro 5,2)).
    I get into a white screen (bootscreen) then it goes into a blackscreen. I am in the Setup screen because I hear my DVD reading when I press enter.
    When I restart I get back to the Windows Setup but to enter back to Mac OS X I had to reset my PRAM and NVRAM.
    Pease help ?

    Let me get this - because the title misled me as to what you are asking, ie:
    I cannot Install, neither enter on the setup screen.
    When I go to Bootcamp (3.0.1) and do everything then at the end when it says to done & restart my Macbook Pro 17' Inch (2009 model (MacbookPro 5,2)).
    I get into a white screen (bootscreen) then it goes into a blackscreen. I am in the Setup screen because I hear my DVD reading when I press enter.
    When I restart I get back to the Windows Setup but to enter back to Mac OS X I had to reset my PRAM and NVRAM.
    Does the above really tell the story?
    The issue isn't "How can I install Windows" but more like "I am trying to get past " an issue with Boot Camp 4.01.
    Some people that already had BC 4.x installed had trouble after March's "Patch Tuesday" which was a critical number of security patches and updates. They had to rollback, uninstall an update/driver, before they could move forward.
    The trouble with "had to zap pram to get back to Mac OS" is more to do with the health of the partition table and nvram, and you could try using both Windows control panel to set the default OS, and set Startup Disk control panel in Mac OS (click OFF the volume name, then back to the volume, too).
    Sometimes there are problems with 3rd party NTFS for OS X that people use as well.
    Boot into Lion Recovery - that should be first step if there are problems with Mac, and you don't sound like you tried boot Windows DVD (which I asked above, which can fix errors).

  • Envy dv6 notebook - Hard drive failure - How do I get windows 8 reloaded on my Notebook

    Hard drive failed in the notebook / laptop. How do I get windows 8 back on the new drive? Hp told me they will not send or sell me recovery disks. WHat kind of crap is that?
    Help!

    Once one is out of warranty HP is not obligated to send recocovery media for free. Owners have a responsibility to create the recovery media shortly after removing their notebook during the inital product setup.
    You can purhase the recovery media from HP here.
    The BIOS does hold the product code for Windows 8, so that is a non issue. 
    ****Please click on Accept As Solution if a suggestion solves your problem. It helps others facing the same problem to find a solution easily****
    2015 Microsoft MVP - Windows Experience Consumer

Maybe you are looking for