Need information for the patch that will be the best on top of 10.2.0.1 OWB

Hello

Can someone tell us what are the options of patches of application on top of
Oracle warehouse current Builder (OWB customer 10.2.0.1.31) and (OWB repository 10.2.0.1.0.)
Operating system is windows 2003 server 64-bit
Server - HP Itanium with 8 GB of ram

Also want to upgrade server OWB on top of customer.
and can you suggest what should be the best h/w config so that it runs more than 1 TB of data in DWH. (2 GB/day)

where we can download?

PL go back to my mail as id [email protected]


Concerning
Umesh-

Published by: Umesh_owb on August 3, 2009 12:39

I think that * the same patch should work as server patch. There is no separate server from this hotfix version.

Thank you
Brijesh

Tags: Business Intelligence

Similar Questions

  • Your site says I'm using the latest version, but I was invited for a patch that will install when I restart. Now I'm thinking that it was false. Was it?

    I am running version 32. I was invited by what seemed to be the usual way, that there is an important security update. For some reason, I felt uneasy and decided to go to Firefox directly where it says "Congratulations, you are running the latest version.". There don't seem to be anyway to keep all that prompted me to 'day' when I restart Firefox. No one knows where on my Mac, I could find the file downloaded, so I can delete it before I restart Firefox? OR did someone knows if exit Firefox and all my other programs and restart my machine will take care of this issue?

    There is an intermediate update numbered Firefox 32.0.1, so maybe it's that invited you in. I'm thinking about where you can check this that downloaded and is pending.

    Maybe if you display the dialog box 'About' he will mention if an official update is pending?

    • button "3-bar" menu > "?" button > on Firefox
    • (menu bar) Menu help > about Firefox
  • Is there a later patch that will allow face with XP + SP3 Win 7 to XP to display on the network map?

    WindowsXP-KB922120-v5 - x 86 - ENU.exe

    I recently tried to install this update WindowsXP-KB922120-v5 - x 86 - ENU.exe on a XP Home SP3 system http://support.microsoft.com/kb/922120/en-us + so that my Win 7 PC could properly recognize the XP PC on the network card. I saved the XP HD package and then he ran, but he advised that my XP system is a newer version and so the update was unnecessary and not installed. The network is wired, and both systems can see well that there are certain permissions I need to sort out the XP PC to access files Win 7. I tried to solve KB922120 by reading the online forum and have read most of the questions but no remedy to this problem.
    Is there a later patch that will allow face with XP + SP3 Win 7 to XP to display on the network map?

    Hello

    I suggest you to see link below and check if it helps.

    http://Windows.Microsoft.com/en-ID/Windows7/why-are-computers-missing-from-the-network-map

    (For Windows XP)

    Hope this information is useful.

  • I'm looking for a software that will speed up the startup time and when I use etc.

    I'm looking for a software that will speed up the startup time and when I use the computer for a while, it is slow going on the Web site? do I need a registry cleaner? Please notify. I have two computers with xp and vista.

    The only thing that's really going to "speed up" your computer is a faster processor, more ram and a faster internet connection.  Everything else is really a waste of money (IMHO)

  • URGENT! Nice day. I want to cancel the tariff for monthly payments that will be automatically withdrawn from the account today. Yesterday set a new annual rate. Asking for your help.

    URGENT! Nice day. I want to cancel the tariff for monthly payments that will be automatically withdrawn from the account today. Yesterday set a new annual rate. Asking for your help.

    Hi Agataa,

    Please refer to cancel your Adobe Creative Cloud membership

    Feel free to contact customer service if you have additional questions.

    Kind regards

    Shelly

  • Guard application launch at the start of the appliance, also need advice for the implementation of network methods

    Hi all

    I'm new to the development of Blackberry and I'm writing a relatively simple application to run on 7.1.

    So far the development was interesting, I managed to create my user interface using resources online (mainly this forum), but today I tried to implement some of the network classes that I need and now I just met constant problems.

    I use Eclipse SDK 3.7.2 (the one that comes with the plugin RIM)

    First question:

    I'm not sure what I changed, but today I noticed that whenever I start the Simulator (by sim 9360) my application is started during the initial startup process. I don't think he did this before, but to be honest, I wasn't paying much attention. I think it starts at the start of the device is because I put a breakpoint in the constructor for my class from the main screen, which is hit before the Simulator happens even to the point where it is ready for user interaction. In addition, once it is ready, if I press the BB button, I see my registered application.

    I don't have it set to automatic start in .xml descriptior enforcement.

    I started this application on the HelloBlackBerry sample, here is my main method for the entry of the application:

    public static void main( String[] args ) {
            appSettings = AppSettings.fetch();
            // Create a new instance of the application and make the currently
            // running thread the application's event dispatch thread.
            HelloBlackBerry theApp = new HelloBlackBerry();
            theApp.enterEventDispatcher();
            //openConnection();
    
        }
    
    
    

    As far as I know, this is the only entry point for the application.

    More code

        public HelloBlackBerry() {
            // Push a screen onto the UI stack for rendering.
            mainScreen = new ScreenHelloBlackBerry();
            pushScreen( mainScreen );
        }
    

    Here is the method of. my class AppSettings fetch()

        // Retrieves a copy of the effective properties set from storage.
        public static AppSettings fetch()
        {
            AppSettings savedSettings = (AppSettings) _store.getContents();
            return new AppSettings(savedSettings);
        }
    

    Some of this code that I wrote myself, the persistence store cause the launch of my car?

    I tried to reset the Simulator to the factory settings, no change.

    All applications initialized during the startup of the device and then closed shortly after?

    Part 2: Need advice for the implementation of functions of network in the application

    I need to implement some methods that will retrieve data from a web service, and I also need to send data to this service. What I've read, the ConnectionFactory is the way to go. I want my application to make a request when the application is open and can check on a set interval. I didn't know exactly how to go about adding another thread for networking, I understand that network connections should not be created on the thread main event, so I tried to do this:

    The constructor of my class that implements screen (ScreenHelloBlackBerry), I use the following to create a modal dialog box to prompt the user for a username, I also try networking wire in the same segment of spawning:

            public ScreenHelloBlackBerry(){...initialize fields and managers, add it all together...then near the end
    
    //This will open the confirm dialog when the application is launched
            UiApplication.getUiApplication().invokeLater(new Runnable() {
                  public void run() {
                      openConfirmDialog();
                    //start connection - Possibly broken
                      ConnectionThread ct = new ConnectionThread();
                      ct.start();
                  }
            });
    

    I don't know if it's somehow OK to do, but it seems to work for what I need. I want a user who launches the application at the prompt, and if a user switch applications, when they come back they wondered again (unless they close the app and reopen it).

    Here is my ConnectionThread:

    public class ConnectionThread extends Thread
    {
    
        public void run()
        {
    
              ConnectionFactory connFact = new ConnectionFactory();
              ConnectionDescriptor connDesc;
              connDesc = connFact.getConnection("http://www.google.com");
              if (connDesc != null)
              {
                  HttpConnection httpConn;
                  httpConn = (HttpConnection)connDesc.getConnection();
                  try
                  {
                      final int iResponseCode = httpConn.getResponseCode();
                      UiApplication.getUiApplication().invokeLater(new Runnable()
                      {
                          public void run()
                          {
                              Dialog.alert("Response code: " +
                                            Integer.toString(iResponseCode));
    
                          }
                       });
                      httpConn.close();
    
                   }
                   catch (IOException e)
                   {
                     System.err.println("Caught IOException: "
                          + e.getMessage());
                   }
              }
        }
    }
    

    At the moment it has basically unmodified code from a sample that I found, I'll be retooling to meet my needs whenever I can make it work. I HAD this work to the point where, after the closed user confirm this dialog, a few moments later a an alert dialog appears with the 302 response code. I don't know what changed, but now it doesn't work at all, and if I try to scroll with the debugger, I can't past the httpCon.getResponseCode (). I've seen some mistakes earlier on "no record of service was set up", and I also had once a timeout exception.

    I'm sure I'm doing this wrong, but at the same time as I said WAS working, and now it is not. If someone has done this far, thank you very much for your time and advice are much appreciated.

    Also, should I try to start the thread of the network of the UIApplication class instead of the screen? There is currently very little happening in the class that extends UIApplication, do I spend most of my business logic out of the class of the screen and in the UIApplication class?

    Thanks in advance!

    Hi all

    Just to conclude this topic for those who are interested, I found an excellent guide to the implementation of networks in applications of BB, click here for a link.

    About my application being started at the start of the simulator of the device, I found that on a device real this behavior is not complied with, and in addition, the behaviour seems to have stopped after uninstallation and reinstallation of my Simulator.

    See you soon,.

  • I'm looking for a viewer that will allow me to view multiple PDFs at once

    Original title:

    PDF display

    I'm on windows seven. I'm looking for a viewer that will allow me to view multiple PDFs at once. I need to change that I just need to visualize. I'm talking about ten to twenty at the time who were georeferenced next to each other.

    Adobe Reader allows you several PDF to be open both for the display.

  • need drivers for the following!

    need driver for the following equipment. in fact, it shows as unknown device in my Hp probook g1 450 4th generation i5.

    ACPI\HPQ6007
    * HPQ6007

    I would be happy if you please give me the link of the drivers.

    You need HP 3D DriveGuard on your list of pilot. Choose which operating system you are running and you will pass to the right page:

    http://h20566.www2.HP.com/portal/site/hpsc/public/PSI/swdHome/?cc=us&lang=en&sp4ts.Oid=5405426&AC.admitted=1412400073783.876444892.199480143

  • I need help for the upgrade of my current system.

    I need help for the upgrade of my current system.

    I have SBS 2008 with (Exch 2007, SQL 2005, Sharepoint, backupexec 2010 for sbs) licenses.

    I want to make the larger environment using the following:

    (1) apply Virtualization

    (2) apply to the failover process (clustering)

    "(3) the environment must support adding server terminal server, ERP server, exchange server, domain controller, backup manager.

    Storage 4) that supports Raid (1 and 5)

    UTM excellent 6) that supports (SSL VPN, VPN Global)

    suitable backup solution 7)

    (8) good antivirus for clients

    my questions:

    (1) can you provide me with a good design for this environment

    (2) should I choose what operating system:

    Microsoft datacenter or company

    I know datacenter provide us the unlimited VM but needs per processor license

    so if I have two Grouped servers I want to buy 4 licenses

    and just 4 VMs per company license... to say that we have two servers and maintain 8 vms so wat happened if 1 goes down... How can I migrate the 4 virtual machines on the server failed to another server group... ? should I buy enterprise license?

    (3) if I get the SAN storage for data... How can I save this storage... should I get another SAN?

    (4) how can I upgrade SBS stad single server (windows standrad) without losing the licenses as Exch 2007, SQL 2005, sharepoint.is it a must to buy an edition full std server or there is a way to upgrade (license wise, I mean)?

    (5) what about win2k8 license for VM:

    lets say we have physical that has windows license so that enough to have windows for VM or should I buy windows for VM licenses?

    (6) can I use backExec license for SBS with windows 2008 standard

    (7) who better to virtualization AMD or INTEL

    (8) hyper V or VMware?

    (9) what of Microsoft data protection Manager... is this good?

    (10) what virtual machine manager? What are the benefites keys

    Thanks in advance

    Hello AnasAI,

    You can find the Server forums on TechNet support, please create a new post at the following link:

    http://social.technet.Microsoft.com/forums/en/category/WindowsServer/

  • Error message "revocation information for the security for this site certificate not available. Do you want? [Yes] [No] [View the certificate]

    For awhile, I got the dialog box with «security alert "revocation information for the security for this site certificate not available.» Do you want? [Yes] [No] [View the certificate] ". » I know that many, if not all, sites are OK because I used them several times in the past.

    I tried different "fixed" found by Google "revocation information" and nothing solves the problem - what is.

    When I try to make various updates, not related to this problem, I can not download updates due to a security problem.

    Suggestions for a computer challenged the user? Thank you.

    Richard

    http://www.brighthub.com/Internet/Security-Privacy/articles/82291.aspx

    read this, see if he can address your question.

  • Need drivers for the Sidewinder Precision Pro X 03-57540

    I NEED DRIVERS FOR THE SIDEWINDER PRECISION PRO XO3-57540 JOY STICK.

    Hi LARRYPEDEN,

    Visit the following link to download the driver:

    http://www.Microsoft.com/hardware/en-us/d/SideWinder-X3-mouse

    You can also follow this step to do the same thing:

    a. double-click the type of device you want to update or change.

    b. right click on the device driver specific, you want to update or change.

    c. click put to update driver to open the Hardware Update Wizard. Follow the instructions in the wizard.

    More information on:

    How to manage devices in Windows XP

  • Should what type of license for Windows I use for a company that will have a Web site?

    Hello

    Could you tell me please what type of license for Windows should I buy for a company that will have a Web site (without space)?

    I mentioned that I'll keep maintaining for her by a CMS, and I bought the hosting and domain.

    Forward to your response.

    Best regards

    F.

    • client Windows (for example, 7, 8, 8.1, 10) Limited has somewhere around 5 concurrent connections. and costs up to $300.
    • Server cost $1000-$1200 and comes with 5 licenses client [connection] or however any extra you pay.
    • You can configure a web server using this (local, apache already sets up LISTENING to hang on to all of the network adapters using the *-http://jesusnjim.com/web-design/setup-test-server.html)
  • Need drivers for the SATA hard/controller on the dv7-6c95dx disc.

    Need drivers for the SATA hard/controller on the dv7-6c95dx disc.

    We load Windows 7 Enterprise on these newly purchased laptops, but do it have not the required appropriate drivers detect the hard drive on them. Impossible to find on the HP website.

    You can refer to a completely different question here, Marty. I was installing to a flash drive and it turns out that my install media has been connected to ports USB 3.0 on the left rather than right 2.0 ports. Moving to the ancient ports of 2.0 has solved my problem. Good luck.

  • I need images for the animation of the interactive book for words from A to Z.

    Hello

    I'm creating interactive children's book so I need images for the animation of anyone have idea where I can take the pictures than words from A to Z or any suggestion?

    Best thing to do is to simply do a search for 'Illustrations of Stock', like Google

    All the best.

  • HP PAVILION: p6633w please give a suggestion to improve the graphics for the best games. thnx

    HP PAVILION: p6633w please give a suggestion to improve the graphics for the best games. thnx

    Windows 7 64 bit all automatic updates of HP and Windows.

    Don, welcome to the forum.

    The first thing you need to do is to upgrade the power supply (PSU).  The current PSU is only 250W.  It is not enough to run a new intermediate level video cards.  They require a minimum of 400W.  It would be a good idea to buy at least one with 500W.  This will give you more choice of cards.  I love the Corsair and OCZ PSU.  I always suggest measuring the current PSU and comparing measures to whichever you choose.

    You should stay at 9 "or less for the duration of the video card.  This ensures that it fits in the space provided.  You would need a larger case to go further.  I like XFX, EVGA, Sapphire and PNY in that order.  The two cards in the links can be inserted into the computer and they will be good for the games.  Be sure to read the 'Détails' and 'Clients' to learn more about each of them.  I'm looking for products that have more than 100 customers and are at least 4 eggs.  Normally, this will be a very good product.

    Let us know if you have any other questions.

    If your problem is solved, please click "accept as a Solution.

Maybe you are looking for