Server Sizing For Oracle Database

Hi All,
I need a server sizing for the below mentioned architecture:
This application is basically for logistics company which we are planing to host it centrally with two server's one server for application and one for oracle database along with DR site (Other Location). There are four locations and each location will have 20 users who are going to access this application (20 x 4= 80 Users). We are using MPLS network of 35 mbps bandwidth.
1. Application server: Windows server 2008 R2
2. Database Server: Windows server 2008 R2, Oracle 11g r2
I need a server sizing documents.
Thanks........

EdStevens wrote:
Justin Mungal wrote:
EdStevens wrote:
user1970505 wrote:
Hi All,
I need a server sizing for the below mentioned architecture:
This application is basically for logistics company which we are planing to host it centrally with two server's one server for application and one for oracle database along with DR site (Other Location). There are four locations and each location will have 20 users who are going to access this application (20 x 4= 80 Users). We are using MPLS network of 35 mbps bandwidth.
1. Application server: Windows server 2008 R2
2. Database Server: Windows server 2008 R2, Oracle 11g r2
I need a server sizing documents.
Thanks........I'd seriously reconsider hosting Oracle db on Windows. Obviously there are many, many shops that do. And obviously it is often a case of the fact that they do not have (and choose to not acquire) expertise in Linux. But I've been in IT for 30+ years and have worked on IBM S-370 and its variants and descendents, Windows since v3, DEC VMS, IBM OS/2, Solaris, AIX, HPUX, and Oracle Linux. The first Oracle database I ever created was on Windows 3.11 and at that point I had never seen *nix.  Now I am in a position to state that Windows is the worst excuse of an operating system of any I have ever used.  I am constantly amazed/amused by how often (at least once a month on schedule, plus unplanned times) that our Windows SA has to send out a notice that he is re-booting his servers.  I can't remember the last time we had to reboot a Linux server ( I have 4 of them)
Yes, I'm biased away from Windows, but that bias comes from experience. Hardly a day goes by that I don't see something that causes me to say to whoever is in earshot "have I told you how much I hate Windows?"I was going to refrain from commenting on that, as I assumed they're a Windows shop and aren't open to any other OS (but my assumption could be incorrect).
I haven't been working in IT for as long as many of the folks around here, only about 10 years. I'm a former system admin that maintained both Linux and Windows servers, but my focus was on Windows. In the right hands, Windows can be rock solid. If a system admin has to reboot Windows servers often, he is most likely doing something wrong, or is rebooting for security updates. It's never as simple as "Windows Sucks," or "Linux Sucks;" it all depends on who's running the system (again, in my opinion).
I have seen some windows servers run uninterrupted for so long no one could remember the admin password. But more often memory leaks and the "weekly update" (replacing last weeks bugs with this weeks) is the culprit.
Yes, it really is sad how often you have to reboot for updates if you want to keep your system current. Mind you, it's better to have the fixes then to not have them (maybe). I rebooted my servers about once every month at my old place... which is not that bad.
With that said, in my experience, Oracle on Windows is a major pain. It takes me much longer to do anything. Once you get proficient with a CLI like the bash shell, the Windows GUI can't compare.Agreed. One of my many complaints about Windows is the poor excuse of a shell processor. I'm pretty proficient in command line scripting, but still cringe when I have to do it. Practically every line of code I write for a command script is accompanied by the remark "this is so lame compared to what I could do with a shell script". Same for vi vs. notepad. But my real problem is the memory leaks and the registry. I'm fairly comfortable hacking certain areas of the registry, but the need to and the arcane linkages between different areas of the registry and how they influence 'process environment' remains a mystery to all but a tiny minority of admins. Compare to *nix where everything is well documented and "knowable". 
One (of many) anecdotal experiences, this with my personal Win7 laptop. One time it crashed and refused to reboot. A bit of a google search turned up some arcane keystroke sequence to put it into some sort of recovery mode on bootup .. similar to getting into the bios, but the keystroke sequence was much more complex .. it may have involved standing on one foot while entering the sequence. Anyway, it entered a recovery process I've never seen before or since and repaired everything. My first thought was "hey, that was pretty cool." Then my second thought was 'but only Windows would need such a facility.
Bottom line? To paraphrase a famous Tom Hanks character, "My momma always said Windows was like a box of chocolates. You never know just what you'll get."Haha... I like that one. Yes, the registry is definitely horrible. It's amazing to me that a single point of failure was Microsoft's answer to INI files.
I think Windows and nix have their places. Server work definitely seems more productive to me in a nix environment, but I think I'd jump off a cliff if I had to use it as my desktop environment day-in-day-out. The other problem is application lock-down; I can't blame the OS for that, but it's a reality... and using virtualization to run those applications seems to defeat the point to me.

Similar Messages

  • Server Hardware for Oracle Database 11g Release 2 with Oracle Spatial

    Hi ,
    We're to set up an Oracle Database 11g Release 2 Enterprise with Oracle Spatial.
    Can you provide me the possible Server Hardware CPU / Memory specs , number of CPUs,type of OS and teh Model, for Spatial which a million users hits the database via a webservice?
    The vendor suggested us SDD instead of HDD, any performance hike on this?
    Budget seems to okay but I think Exadata will be too dear.
    Your insights is much appreciated.Anything relating to setting up a server with spatial is greatly appreciated.
    P/S: Been a programmer and don't knwo much about server hardware specs.

    It depends.
    Seriously - before anyone can offer anything but generalities here you need to really define exactly what you expect the database to deliver.
    In general however, I will throw out these questions and ideas...
    For instance - you say a million users "hit" the database (via a web service). Is that WFS, WMS, KML or ???
    Over - how long? A year? A month? A minute? A million hits over a year spread out evenly is only about 2 per minute.
    And what is a hit? A single random record? Or about 10,000 records in the same spatial area... or? And for each record - are you returning simple point data - or hugely complex polygons with thousands of vertexes each?
    How does this software work? Is it custom - or is it well known? Does it really query the database for every map (I assume it is a map service) feature - or does it read an area once and cache it in the middle tier? Or does it do something really smart and use cached tiles for static data - overlayed with vectors for dynamic data?
    And although you say Oracle Spatial - are you really using Spatial - or just Locator functions (less processing in general)? And if spatial - are you doing raster in the db - or 3D analysis - or other special functionality?
    SSD vs. HDD. - If you can buy a server with more RAM than the data set size (pretty easy these days) - and you do mostly reads (almost always the case for a map app) - buy a small cheap array of RAID'd HDD's - internal to the server is fine. Once the data is read into RAM - the HDD's do basically nothing.
    Server CPU and memory. Amount - see above. CPU Speed (use performance benchmarks - not GHz numbers) AND memory speed (often overlooked) - buy as fast as possible. Why? You pay for licenses by the core (2 cores per license for x64). And HW is MUCH MUCH MUCH cheaper than Oracle licenses. Plan to upgrade HW every year if necessary to avoid buying more licenses (sounds crazy - but it is much cheaper).
    This may seem like a lot - but these questions are just the tip of the iceberg. I have been in charge of spec'ing, building, and programming spatial systems now for about 20 years, so I have a pretty good idea of how to do enterprise scale computing on a Ramon-noodle budget.
    Smart clean software is your friend - don't ask the HW to do anything unless absolutely necessary (cache results and reuse as much as possible), and you can get crazy performance from minimal hardware.
    Bryan

  • How to choose a right server for Oracle Database!

    Hi all,
    Is there any formular that allows me to find the appropriate server configuration for Oracle database 11g?
    Please help!
    Thank you all.
    Dan.
    Edited by: Dan on 01:45 06-01-2013

    Simply put ... no.
    Determining the correct server is a dance between hardware vendors (one point of input to be treated with general distrust), internal expertise and experience working with similar systems, and most importantly understanding the behaviour of what you are building.
    Here are some sample questions to start the ball rolling.
    1. What operating system expertise does your organization have?
    2. What operating system expertise is readily available in the community from which you hire applicants?
    3. What type of application?
    4. What are up-time expectations?
    5. Requirements for high availability?
    6. Requirements for time to perform a full recovery?
    7. Requirements for security?
    8. Storage footprint (dictates internal storage versus SAN, NAS, or ZFS)
    9. Anticipated growth (3-7 years)
    Everyone wants to sell you CPU clock-ticks, more RAM, more IOPS, etc. But the first thing you need to understand is the capabilities you require that are generic: Required of any solution. Only when you have a clear understanding of these factors are you ready to discuss whether the solution is a pizza box or an ODA ... an Exadata or an IBM System Z.
    Far too often I find people purchasing RAM they don't need with CPU speeds that exceed the ability of their network infrastructure to move the data so pay special attention when you are ready to make your purchase to engineered systems like the ODA.

  • Installing Oracle Application Server 10.2 for Oracle Database Lite

    Can anybody please tell me how to install oracle application server 10.2 for oracle database lite (i use oracle database lite for my final project). I use wi-fi connection to synchronize between pda and my laptop as server. Should i install oracle internet directory before installing oracle application server? I have difficulties in installing application server, what are the options should i take in every page of installation? Thanks before.

    Install with the base, do not select any other options. Only choose webcache if you require the use of a software load balancer.

  • July 2010 CPU for Oracle Database Server 10.2.0.5

    End of lifecycle for Oracle Database Server 10.2.0.5 is July 2010. If you have Premier Support will you have access to the July 2010 CPU/PSU?

    Why three threads for the same question?

  • OIM 9.1.0 install connector for "Oracle Database 10g"

    Hello,
    Is anybody here who succeeded to install the connector for Oracle Database 10g into OIM 9.1.0?
    If yes please give me a hint
    Have a nice day!

    Thanks guys for the quick responses.
    But I have tried both the options for putting the jar in Third Party and also by uploading using the OOTB utility UploadJar.sh.
    But it is giving the same error.
    I have tired rebouncing the server and also Purge cached, but no success.
    Just to mention again, I have tried with all the last 3 postgres JDBC4 driver available on the site (u mentioned).
    So, any other clue?
    Thanks in advance.

  • Pro Oracle Spatial for Oracle Database 11g - Book now available

    Pro Oracle Spatial for Oracle Database 11g
    Pro Oracle Spatial for Oracle Database 11g shows how to take advantage of Oracle Databases built-in feature set for working with location-based data. A great deal of the information used in business today is associated with location in some way, and analysis of that data is becoming ever more important in todays mobile and highly connected world. In Pro Oracle Spatial for Oracle Database 11g, authors Ravi Kothuri and Albert Godfrind address
    * The special nature of spatial data and its role in professional and consumer applications
    * Issues in spatial data management such as modeling, storing, accessing, and analyzing spatial data
    * The Oracle Spatial solution and the integration of spatial data into enterprise databases
    * How spatial information is used to understand business and support decisions, to manage customer relations, and to better serve private and corporate users
    When you read Pro Oracle Spatial for Oracle Database 11g, you’re learning from the very best. Ravi Kothuri is a key member of Oracle’s Spatial development team. Albert Godfrind consults widely with Oracle clients on the implementation of Oracle Spatial, develops training courses, and presents frequently at conferences. Together they have crafted a technically sound and authoritative fountain of information on working with Spatial data in Oracle...
    Goto http://www.apress.com/book/view/1590598997 or Amazon.com

    Thank you very much.....got it.
    I know it isn't your gig, so I am not asking for a solution, just looking to know where I might have to go to get one. If buying SR's on meta link is going to solve this for me, then I am all for it, just let me know where the expertise can be found, I have been battling this overall set up now for too long, I need someone who really knows this stuff so I can get on with making use of it in industry....thanks....
    Can you steer me in the right direction to access some solid support on the installation issues I am having? See below;
    From oc4j on an attempted stand-alone install;
    07/11/22 20:23:39 INFO [oracle.lbs.mapserver.core.MapperConfig] using default config file: /opt/mv10131/mv10131_qs/oc4j/j2ee/home/applications/mapviewer/web/WEB-INF/conf/mapViewerConfig.xml
    07/11/22 20:23:39 WARN [oracle.lbs.mapserver.core.MapperPool] destroying ALL mapmaker instances.
    07/11/22 20:23:39 Oracle Containers for J2EE 10g (10.1.3.1.0) initialized
    07/11/22 20:23:39 INFO [oracle.lbs.mapserver.core.MapperConfig] Map Recycling thread started.
    07/11/22 20:23:39 INFO [oracle.lbs.mapserver.oms] *** Oracle MapViewer started. ***
    07/11/22 20:23:40 INFO [oracle.lbs.mapcache.mcservlet] *** Oracle MapCacheServer started. ***
    07/11/22 20:23:40 Thu Nov 22 20:23:40 EST 2007 INFO [oracle.lbs.mapserver.core.MapRecycleThread, ,#Thread-19] cleansing old maps
    user induced ctl-c....program jams
    07/11/22 20:23:51 Shutting down OC4J...
    07/11/22 20:23:54 ERROR [oracle.lbs.mapcache.mcservlet] !!! Oracle MapCacheServer destroyed. !!!
    07/11/22 20:23:54 WARN [oracle.lbs.mapserver.core.MapperPool] destroying ALL mapmaker instances.
    07/11/22 20:23:54 WARN [oracle.lbs.mapserver.oms] Oracle MapViewer shut down
    From a full AppServer Install Attempt (10.1.3 from e-delivery pack) , despite proper TMP/TMPDIR variables, more than ample space via df -k /tmp (300G) and chmod a+rwx /tmp settings;
    [root@bluesky1 Disk1]# ./runInstaller
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-2.1, redhat-3, redhat-4, SuSE-9 or UnitedLinux-1.0
    Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2007-11-22_07-58-50PM. Please wait ...
    Error in writing to directory /tmp/OraInstall2007-11-22_07-58-50PM. Please ensure that this directory is writable and has atleast 60 MB of disk space. Installation cannot continue.
    : Success
    The people in the forums have been trying to help, and they have all been great, but noone seems able to solve....I am asking you because I am hoping you will know who the guru's are, and what I can do to access some of their wisdom to get up and running.?

  • What kind of storage we should use for oracle database?

    Hi
    thank you for reading my post
    Can some one please explain what kind of hardware storage is common for oracle database, and kindly please provide some explanations about the reason that we can use such storage?

    Perhaps you're thinking about RAID, an acronym for Redundant Array of Inexpensive Disks? That's not specific to Oracle by any means, it's a very common way of setting up multiple disks in a server so that the failure of one or two disks doesn't cause the system to lose any data. If you're dealing with a server of any size or any sort of SAN or NAS device, it is going to use RAID, the question is which form of RAID (there are different sorts of configurations with different levels of cost, performance, and durability).
    Justin
    orafad was a faster typist than I.
    Message was edited by:
    Justin Cave

  • When I increase storage for Oracle database

    Hi, Gurus
    We start and golive SAP one year ago, Now
    my oracle databes usage is 68%  like below from ST04.
    Size:                   308.09   GB                        Total size:                 400.39 GB  <br>
    Free Size:               97.27 GB                        Total free size:            189.57 GB <br>
    Used:                       68 %                              Total used:                     53 %  <br>
    This storage usage at UNIX level <br>
    /dev/vx/dsk/eccprd-dg/sapdata1    100G    72G    26G    74%    /oracle/PRD/sapdata1 <br>
    /dev/vx/dsk/eccprd-dg/sapdata3    100G    80G    19G    82%    /oracle/PRD/sapdata3 <br>
    /dev/vx/dsk/eccprd-dg/sapdata4    100G    68G    30G    70%    /oracle/PRD/sapdata4 <br>
    /dev/vx/dsk/eccprd-dg/sapdata2    100G    89G    10G    90%    /oracle/PRD/sapdata2 <br>
    When I must increase storage size because it to much usage 90% ?
    Or wait 90++ % all drive.
    Thank for all comment.

    Hi Witoon,
    What you need to do for monitoring space for oracle Database is to proactively monitor tablespaces of the databases.
    This can be easily done with the help of BRtools . It is safe to keep the used tablespace < 85 % to avoid any kind of tablespace issues. If any major loading process is to started then the free space of the table space should be adjusted accordingly.
    Out of several tablespaces present in the Oracle DB few are made by Oracle for example
    SYSTEM
    PSAPUNDO
    SYSAUX
    PSAPTEMP
    TOOLS
    Leaving the above mentioned tablespaces you need to monitor the tablespaces whose sizes are changing.
    When you increase the size of the tablespace then more space is allocated on the disk in the form of datafile for that tablespace so before increasing the size of the tablespace you need to check the free space on the disk
    Use     df -h (Linux command) for checkin the diskspace on linux server.
    Thanks
    Aditya

  • Configure Xiotech storage for Oracle database

    Our db is 10.2.0.3 RAC db with 2 nodes of MS Window 2003 servers. We just purchased a new storage Xiotech Emprise 7000 for database usage and I would like to get any information related how to better configure this kind of storage for Oracle database. Such as how big the logical volumes should be and how many disks you be included in them?
    Thanks a lot for your input,
    Shirley

    Since you are using RAC, you'd better configure storage to use ASM.
    Using Automatic Storage Management
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/storeman.htm#ADMIN10181
    It looks like Xiotech only support fiber channel connection. as to how big the volumes should be and how many disks that really depends on your requirement. You might just create a set of LUNs and create ASM diskgroups on top of them.

  • Is RAID 5 not recommended for Oracle database ?

    - I am planning to install Oracle database
    Here are the specs:
    - Dell PowerEdge T610 server
    - Windows 2008 R2 (64-bit )
    - 24 GB memory
    - Oracle 10g database (64-bit database)
    - Our database is for an ERP based client server application
    - Will have around 35-45 users
    - Will have around 150-200 transaction per day ( 8AM-5PM) only database
    - database would be around 10-15GB (data files)
    Now I am planning to buy the hardware server, I heard that RAID 5 is not recommended for Oracle database.
    Is it true ?
    What do you recommended for Oracle database ? RAID 5 (or) RAID 1

    johnpau2013 wrote:
    I heard that RAID 5 is not recommended for Oracle database.
    Is it true ?Kind off... as Oracle (as per the RAC Starter Kits for example) explicitly recommends SAME - as in Stripe And Mirror Everything.
    This is a combination of RAID1 and RAID0.
    However, you will also get whitepapers from storage vendors like EMC in partnership with Oracle, that explains how to configure and use RAID5 storage and how effective this is. And as some will tell you, RAID5 can work just fine with Oracle... and some others will grimace and tell you how bad an idea that is from personal experiences.
    In a nutshell - RAID5 requires a parity calculation on each write. That is a very expensive overhead if that calculation impacts the fwrite() (file write) command of a process writing data to disk. It significantly slows down the write operation.
    However, if that parity calculation is done asynchronously and does not effect the elapsed time for a fwrite(), then a fwrite() to RAID5 is as fast or as slow as it would be to RAID10 for example.
    Unsure how many modern storage system supports off-loading the parity calculation and not impacting the write I/O call. This can be done using ASICs (Application Specific Integrated Circuits), specialised s/w on the storage server, etc.
    Whatever you put in place - test the RAID config thoroughly up front and ensure that performance is up to specs. There's a utility called fio (<i>Flexible I./O</i>) written by a Linux kernel hacker that works for Oracle. It is an excellent utility to use to generate and test I/O - but it is Linux and Unix based.
    Any specific reason using Windows? Linux is by far a more predominant 64bit operating system than Windows, and has significant higher market share in Oracle RDBMS than Windows. Given the fact that over 93% of the 500 fastest computer systems on this planet runs Linux, I'm always kind of amazed that some would still use Windows as a server-side o/s for Oracle.

  • LDOM for Oracle database

    We have T5440. We will be creating 5 LDOMS on this. Each LDOM will host Oracle database server. This is for functional testing purpose only. No performance test will be performed on this setup.
    Four ISCSI LUNs (500 GB each) are attached to this machine. Our system administrator has created two zpool for these LUNS. Each machine will be given two virtual disk (one for data and one for OS) from these zpool.
    Write cache will not be disabled at scsi level or at zpool level or even at guest OS filesystem (UFS) level.
    My question - Is this the right way to configure disks for LDOMs running oracle database? [I know we will not be performing any performance test but oracle database server running on these machines should be usable enough]
    Thanks
    --D                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Already answered at the dup post --> Re: For Oracle Database and WEbsphere
    ~ Madrid
    http://hrivera99.blogspot.com

  • For oracle database and websphere on LINUX

    Hi
    All,
    I have installled Oracle database 10.2.0.3 on AIX server and Application will be hosted on websphere on LINUX.
    Now I don't know what are the things require to connect with oracle database from websphere application on LINUX.. for example .. connection string , driver etc..
    any help will be appreciated.
    Thanks,
    Vishal

    Already answered at the dup post --> Re: For Oracle Database and WEbsphere
    ~ Madrid
    http://hrivera99.blogspot.com

  • "Error while accessing porting layer for ORACLE database via getSessionId()

    Hi,
    My ejb3.0 Entity is created from Emp table in scott/tiger schema of an Oracle 10g database. I am guessing I made some mistake creating the datasource or uploading the driver, because when I run my application, I get a long exception stack trace. The bottom-most entry in the stack trace is:
    Caused by: com.sap.sql.log.OpenSQLException: Error while accessing porting layer for ORACLE database via getSessionId().
         at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:148)
         at com.sap.sql.jdbc.direct.DirectConnectionFactory.createPooledConnection(DirectConnectionFactory.java:527)
         at com.sap.sql.jdbc.direct.DirectConnectionFactory.createDirectPooledConnection(DirectConnectionFactory.java:158)
         at com.sap.sql.jdbc.direct.DirectConnectionFactory.createDirectPooledConnection(DirectConnectionFactory.java:118)
         at com.sap.sql.connect.factory.PooledConnectionFactory.createPooledConnection(PooledConnectionFactory.java:119)
         at com.sap.sql.connect.factory.DriverPooledConnectionFactory.getPooledConnection(DriverPooledConnectionFactory.java:38)
         at com.sap.sql.connect.datasource.DBDataSourceImpl.createPooledConnection(DBDataSourceImpl.java:685)
         at com.sap.sql.connect.datasource.DBDataSourcePoolImpl.matchPool(DBDataSourcePoolImpl.java:1081)
         at com.sap.sql.connect.datasource.DBDataSourcePoolImpl.matchPooledConnection(DBDataSourcePoolImpl.java:919)
         at com.sap.sql.connect.datasource.DBDataSourcePoolImpl.getConnection(DBDataSourcePoolImpl.java:67)
         at com.sap.engine.core.database.impl.DatabaseDataSourceImpl.getConnection(DatabaseDataSourceImpl.java:36)
         at com.sap.engine.services.dbpool.spi.ManagedConnectionFactoryImpl.createManagedConnection(ManagedConnectionFactoryImpl.java:123)
         ... 90 more

    Actually, now (after the GRANT described in my reply before) the Exception has changed to:
    Caused by: com.sap.sql.log.OpenSQLException: Error while
    accessing porting layer for ORACLE database via
    <b>getDatabaseHost</b>().
         at com.sap.sql.log.Syslog.createAndLogOpenSQLException
    (Syslog.java:148)
         at com.sap.sql.jdbc.direct.DirectConnectionFactory.
    createPooledConnection(DirectConnectionFactory.java:527)
         at com.sap.sql.jdbc.direct.DirectConnectionFactory.
    createDirectPooledConnection(DirectConnectionFactory.java:158)
         at com.sap.sql.jdbc.direct.DirectConnectionFactory.
    createDirectPooledConnection(DirectConnectionFactory.java:118)
         at com.sap.sql.connect.factory.PooledConnectionFactory.
    createPooledConnection(PooledConnectionFactory.java:119)
         at com.sap.sql.connect.factory.DriverPooledConnectionFactory.
    getPooledConnection(DriverPooledConnectionFactory.java:38)
         at com.sap.sql.connect.datasource.DBDataSourceImpl.
    createPooledConnection(DBDataSourceImpl.java:685)
         at com.sap.sql.connect.datasource.DBDataSourcePoolImpl.
    matchPool(DBDataSourcePoolImpl.java:1081)
         at com.sap.sql.connect.datasource.DBDataSourcePoolImpl.
    matchPooledConnection(DBDataSourcePoolImpl.java:919)
         at com.sap.sql.connect.datasource.DBDataSourcePoolImpl.
    getConnection(DBDataSourcePoolImpl.java:67)
         at com.sap.engine.core.database.impl.DatabaseDataSourceImpl.
    getConnection(DatabaseDataSourceImpl.java:36)
         at com.sap.engine.services.dbpool.spi.
    ManagedConnectionFactoryImpl.createManagedConnection(ManagedConnectionFactoryImpl.java:123)
         ... 90 more

  • Current Patch Set for Oracle Database Release 11.2

    Hi
    I am upgrading oracle 10G to 11GR2 in AIX 5.3 Environment with SAP ECC6 , I have just just installled Oracle 11.2.0.1.0 according to the "Database Upgrade Guide -Upgrade to Oracle Database 11g Release 2 (11.2): UNIX". After database software installation , in upgrade manual in section 3.4.4 it says, you need to install current patch set for oracle database 11g R2 and referencing a SAP note 1431799.
    I have just read note 1431799 which says Current Patch Set for Oracle Database Release 11.2 is not generally available for SAP customers until December 2010, also I donu2019t find the note 1522330 as mentioned in 1431799.
    Please let me know how I can get current patch set to apply with Oracle 11.2.0.1.0 (Is it in SAP service market place?)
    I also want to upgrade my installation to oracle 11.2.0.2, please let me know where I get the patch set to upgrade from 11.2.0.1.0 to 11.2.0.2,
    or
    I have to live with 11.2.0.1.0 and apply SAP Bundle Patch ( SBP)

    Abu Al MAmun,
    I understand from your posts that you recently upgraded to 11.2.0.2.
    I am having the same difficulty, of finding the current patch set for 11.2. Could you please let me know how you worked around it?
    Thanks,
    Siri
    Hello Everyone,
    I did read the post on to how you have to install the current patch set for 11.2.
    But honestly, it pretty much flew over my head.
    I am trying to upgrade our SAP AIX 64 bit test system from Oracle 10.2.0.4 to 11.2.0.2.
    And so far I have downloaded all the required sw for the upgrade, except for the current patch set 11.2.
    This is what I have right now:
    1) Oracle 11.2 AIX 64 bit upgrade sw - 51038805_part 1 to 51038805_part 7 and 51039800.
    2) Database Patches -->Oracle 11.2.0.2 -->
    All they have here is
    a. Database RDMBS - SAP_112020_201012_AIX.zip and b. SAP_112020_201101_AIX.zip
    b. OPatch - OPatch_11201_Generic_v3.zip and mopatch-2_1_6.zip
    c. Database Vault - DV - >Generic - p9656644_112020_Generic.zip
    If I am not wrong, the Database RDBMS files are nothing but the SAP Bundle Patches that have to be installed after installing the currrent patch set 11.2.0.2 using MOPatch.
    But I did not find the currrent patch set 11.2.0.2.
    Could someone please explain the process to me in detail? This being my first time , I am finding it a bit hard to catch up with some of the stuff.
    Thank You!
    Siri

Maybe you are looking for

  • Creating a Smart Backup

    I'm not sure of the best way to do this, be it with Time Machine, Automator or another 3rd party application, but here it goes: I just got a new computer (MacBook Pro with Snow Leopard) and I would like to set up an automatic backup.  I haven't trasf

  • The dmg files have downloaded to the wrong folder - not finished with the install process

    The dmg files have downloaded to the wrong folder - I am at the part of the download/install process where the "Welcome" screen appears asking for me to agree to the license agreement.  Somewhere on your site, I read that they should NOT go to the ap

  • Varying Infinity monthly costs

    I responded to an advert on a web site asking BT to let me know when Infinity would be in my area a long time ago, 2 days ago I had a polite man from BT sales telling me that there was good news now that infinity was now in my area, and can I sign yo

  • Need to fix the exchange rate in KB15N

    Hi Gurus, We are actually posting actual to WBS element using cost center using KB15N in different currency. We want to fixed value of exchange rate before posting (means overwrite actual exchange rate). Can anyone tell can we fixed value of exchange

  • Library damaged

    I was doing some work in Aperture (most uptodate for Mountain Lion) when the app froze. But not only did the app freeze, the whole system locked-up. Upon forced restarting I tried relaunching Aperture and got this warning message: "There was an error