Best hardware for oracle

I have oracle database that contain more than 70,000,000 recoreds
my oracle is 9i .
my os is microsoft windows server 2003 .
which kind of hardware i need for having good performance ?

I can advice using partitioning to improve delete operations if it is possible.
From my experience, SQL tuning is better then increasing CPU, memory, even better then RAC... if it is possibel too :)
Finally, for hardware advice, you should monitor sys.v_$system_event in order to determine what is the wait event most painfull.
If it is an event related to I/O, then i will suggest improving I/O performance, by spreading IO to many more disk. How much working HD Head you got, that much performance is you have. Also you should configure your storage LUN and partitions in order to balance I/O on all disks.
If it is an event related to memory, then better to add much memory as possible and try to play with memory parameters. However, determining what consumes memory is impotant. Let say if you have many more sessions consumes little memories, then maybe using pooled connection will solve your problem.
Good luck

Similar Messages

  • What is the best platform for Oracle Server?

    What is the best platform for Oracle Server?
    What is your criterion?
    Thanks,
    Somsak B.

    I believe that Oracle is developed and coded on a Solaris
    platform and then ported to other operating systems. If that is
    the case, you can assume that Solaris is the best platform or at
    least the safest in terms of performance and risk.
    If anyone knows anything to the contrary, pls correct me.

  • Best tool for Oracle Fusion.

    I have not explored this, but, does Selenium recognize Oracle Fusion related Objects (Fields in the web pages).
    Or, OATS (with ADF Accelerator) is the best option.
    Thanks,

    Hi,
    I feel OATS is the best fit for Oracle Fusion Applications, it comes with in built  ADF Accelerators.
    Thanks
    -POPS

  • How to get best material for Oracle 10G PL/SQL

    Please help me out to get best material for Oracle 10G PL/SQL form oracle site.
    Thanks in Advance

    There's no special book or material related Oracle 10g PL/SQL. Can you explain what you want ?
    Please refer to this page for more information:
    http://www.oracle.com/technology/tech/pl_sql/index.html
    Edited by: Kamran Agayev A. on Aug 14, 2009 11:41 AM

  • Help go count hardware for oracle server

    Hi,
    I need to count hardware for Oracle server;
    users obout 10000 people at the same time.
    What memory(RAM) and proceesos frequens(MHz) should be?
    Where to find information about it?

    You should consider that if 10000 users will be concurrently in the database, and if at least 2m ram will be consumed by an oracle server process (just to start), then 20000mb ram will be required (at least) to support 10,000 oracle processes at the same time, about 20Gb for users, next, consider the amount of required SGA memory (not an exact value, as it depends on the database profile, DWH, OLTP, Hybrid). plus the processes for the regular OS operation.
    This is not a small application, have you thought about growth? You should be thinking about scaleability. May be not a huge machine, but a cluster of more affordable machines that will grow with your needs.

  • HP Recomended Hardware for Oracle database online transactions

    HI all
    please provide me with pdf for Hp hardware for Oracle database online transactions
    thanks ,,

    You can check and ask in HP website
    http://www12.itrc.hp.com/service/home/home.do?admit=109447627+1211964879513+28353475
    Cheers
    http://fiedizheng.blogspot.com/

  • Universe Design Best Practices for Oracle

    Hello All,
    We recently moved from XIR2 on MS SQL 2005 to XI 3.1 on Oracle. This has been a difficult move for us as my team is new to oracle. I'm currently working on several performance issues between BOBJ and Oracle and am looking for documentation on best practices for universe design with oracle. I've foudn tidbits here and there regrading using parameters joing_by_sql and boundary_weight_table, wondering if there are other options out there that might help. We have queries taking 45+ minutes to run and that is totally unacceptable.
    thanks
    Andrea

    I am not sure if you are looking for Optimization or anything else. sorry for that following link might help you considering Oracle as DB.
    Link:[Universe Optimization 1|http://www.bidwtoday.com/business-objects/universe-designer/business-objects-universe-optimization/]
    Link:[Universe Optimization 2|http://forums.sdn.sap.com/post!reply.jspa?messageID=8721932]
    --Kuldeep

  • Right hardware for oracle database

    Hi All,
    On what basis should i select the hardware for the oracle database?
    What are the parameters to be analyzed?

    It depends :
    1.How many concurrent user transactions at a time ?
    2.Which type of queries ?
    3.Oracle Version
    4.OS Version
    5.Other installed and running software(s) on the computer/laptop ?
    6.Which type of database i.e. DSS, OLTP, Warehouse ?
    7.How many databases ?
    8.Can you use EXADATA ?
    9.How many and which type of Oracle database feature do you want to you use i.e. RAC, Data Guard etc. ?
    10.Network, Security related software and their interaction with database.
    11.etc.
    Regards
    Girish Sharma

  • Hardware for ORACLE RAC.

    hi
    my company decided to migrate from Oracle Single instance to Oracle RAC . now we have to choice a hardware for it . I want to know which hardware is better for mid-size oracle rac database ? HP4300 (lefthand ) or EVA 4400 . the first one is cheaper and support 10g switches but the second one just support Fibre Channel .
    by the way , i want to know that does HP P4300 support oracle rac database ?
    thx in adv.
    Edited by: user9233061 on Mar 7, 2011 12:59 AM

    hi
    basically every machine can run Oracle RAC. It's a matter of tuning how well it performs.
    Also operating systems implies some issues and demands.
    The main HW issue with RAC is shared storage, so if you use disk array that can work with all RAC nodes, you're OK.
    You can configure it on direct connections (SAS) or network (iSCSI) or fiber channels. With or w/o redundancy.
    Go for it.
    Ask also the HP consultant for more details and opinions how they view the specific HW from database point of view.

  • Hardware for oracle database

    Hi,
    is there any good documentation source where I can find information about hardware which is good to use for oracle database.
    I need to select new hardware for single instance OLTP database with ~ 150 users. Db size is not big. < 50 gb. OS - Linux Red Hat.
    Any advices?
    M.

    Ideally you should get some benchmarking regarding your requirements and then you can choose on the Hardware. The budget also matters here.
    You need to identify the response time required for all number of users, concurrent users and total size of the database. Now a days people opt Intel based (not much costly compared to SUN,IBM) and Linux operating system also.
    There is no clear cut guideline.
    Dilipkumar Patel.

  • What are the BEST books for Oracle database architect/designer?

    What concrete books would you recommend for OLTP database developer (to start from the scratch, starting from data sources analysis, logical and physical data modeling, indexes, tuning, maintaining). It doesn't have to be a book particulary for Oracle but suitable for it..
    I don't mean books DBA's or overall Oracle handbooks, also not for OLAP.
    Thanks!

    For learning how to use Oracle database effectively, i would say
    Tom Kyte's both books:
    Effective Oracle by design
    & Expert Oracle Database Architecture
    Jonathan Lewis's
    Practical Oracle 8i
    They tell you all the stuff: what/how to do something? and most importantly what/how not to do ?
    And their writing style is just awesome :)
    Amardeep Sidhu

  • Best Hardware for WebLogic 10.3 Installation?

    Hi All,
    I would like to know about the best Server on which WebLogic 10.3 can be installed. My client requires an application, which can process 100 million transactions per day. Since I am new to WebLogic and I don't have much idea about the hardware part, your suggestions would help me. Thanks a ton in advance..
    Regards,
    Anoop.

    Depending on your requirements, you can choose any of the h/w from supported configurations. There are many factors that could
    influence your decision. Like for an example only IBM JDK is supported on IBM h/w with weblogic server. No of CPU's , RAM and storage
    are another factors.
    Useful links :-
    Link : [http://download-llnw.oracle.com/docs/cd/E13196_01/platform/suppconfigs/configs/supported_configs.html#1074729]
    Link : [http://download-llnw.oracle.com/docs/cd/E13222_01/wls/docs100/perform/appc_capplan.html]
    Link : [http://download-llnw.oracle.com/docs/cd/E13179_01/common/docs100/install/prepare.html]
    Link : [http://download-llnw.oracle.com/docs/cd/E13222_01/wls/docs81/capplan/capgen.html]

  • What is the best hardware for Home Sharing?

    What is the best client machine for Home Sharing on my stereo? aka What do I want for Christmas. 
    Well the CD player is starting to breakdown; that makes two this century. Might be time to replace that whole 5 disk CD player thing and get something to use as a player for  music in the living room stereo. Maybe a second unit in the office as well.
    How to decide what to buy? Am I selecting the right media server option? I am pretty sure I have a server option but how should I set this all up.
    Ethernet. The stereo in the living room doesn't have ethernet cable run to it so the Time Capsule could stream over airport Home Sharing from my iMac 2.4GHz or MacMini server to say my lightly used iPad 32gig. This must slow the network down so I could run ethernet cable if I had to, but the iPad doesn't take ethernet. Performance of the network is important.
    Power on feature. Ideally the hardware should emulate the existing service. I go to the stereo, turn the power on and it starts playing, usually ramdom songs (shuffle) of a preselected playlist (5 cds).
    Remote control. We don't really use this, although changing playlists with my iPhone makes sense. I could hide all the gear in an out of the way closet. Remote control would be a nice feature, and remote control from all devices in the network and over one or two devices. Can I power up/down the stereo, adjust the volume down or pause remotely? This is my most used functionality.
    Server or Client. I could put something with the stereo and load the music on it. Share from it instead of share to it. My music library is currently at 20 gig, so a 32 gig device would work. A old PowerBook as well with any respectable hard drive. Or do I use the TimeCapsule or my low use MacMini server as a media server? What do I do if I want a second player in the Office?
    Sound quality. Yeah, it has to be there, audiophile wise.
    Audio Sources.
    Play a single CD. This is where is gets a little complicated for gear. I do like the option of listening to a cd prior to burning it to iTunes. This starts to require a CD player connected to a iOS device, which is not yet availanble, so drives the gear selection into an older PowerBook. or maybe just add a single disk CD player to a iOS device and let the amplifier select the source.
    FM. It would be nice if the device would get FM so I could toss the tuner as well.
    Display. My existing CD player permits display of the disk and track, which kinda *****. I would like to know the artist, song and album, so remote control comes back into play here.
    Cost. A replacement 5 disk CD player costs about $30 at the local thrift store. New around $200 - $300. I'm getting refurbished iPod 8gb touchs gen4 for $100. I see ebay has iPad 16 gig for around $200. Set the budget around $250. Maybe more christmas is coming   : )/
    Brand. Been thinking Apple as iTunes sharing is easy, but would consider another brand if the price and quality supported the idea.
    Shortlist. Old PowerBook, an iOS device as  client players or a stand alone player with out sharing to it but from it. Haven't looked close to see if they meet the functionality of an old CD player.
    Workflow. How can we add CD music to the server from any client on the network? How do I change playlists? From the remote control? Can I operate the player from the stereo?
    On Hand Gear. My network is running a pair of iMac 24's, iPad gen2, iPhone 3GS 32Gb, iPod gen4 8 Gb, Time Capsule (500Gb), MacMini Server (w/2 500 Gb drives in a RAID 1 config) with SLS. I have several PowerBooks: 17" G4, 14" G3; I could sell or use, USB external CD rw.
    Any recommendations would be appreciated, I have some time before the CD player tanks and Christmas list sent to Santa.
    Ken
    LegacyMac
    Canada

    What does itunes do on a G4?
    Will itunes work under 10.4 with iTune 9 on a G3?
    So back to the G4 1.67 GHz running 10.5.8 with iTunes 10. Adding Home Sharing  to this computer required deauthorising one of the other 5 authorised computers. Also I noticed I must be logged into a user in order for Home Sharing to see the other library... Or atleast that user has to have iTunes running. I logged into my test user account and opened iTunes account as user Tech, found the library on the TC (why doesn't iTunes remember this ?, maybe it has to bee conected to the TC) , shabam the library shows up on the PowerBook G4. Started playing the Tragically Hip , logged out and expected the library to stop sharing but no, I was still able to play from the logged out accout, as long as iTunes was running. Sure enough as soon as I logged back in to that user account and quit iTunes running fron the TC library, the sharing stop. No warning of a connected user though!
    So what about Home Sharing on a Pismo? I fired up the old guy PowerBook bronze keyboard G3 400 MHz, 512 mb ram, running 10.4.11 and iTunes what? iTunes 4, oh yeah, from the iLife 05 install. I need to update to iTunes 9 but before that I should try to see if it can play from the TC. Well no it can't . I can see the TC and load the library but no songs show up in iTunes 4. Must be incompatible file format. I can't see any shared libraries either.
    So I download iTunes 9.2.1 from Apple. Thanks for supporting older machines.  hmmm. installer says iTunes 9.2.1 requires a G4, yet it lets me install into the G3... let's wait for the install to complete and see what is up wit dat... well it installed... but will it run? no, iTunes installs, but it won't run on a G3, it wants a G4 or better.
    So the story goes that for Home Sharing we stop at G4, G3 not invited to the party. Good thing the Pismo just sold on eBay.
    The discussion on Home Entertainment Network over at https://discussions.apple.com/message/15843219#15843219 brings up another thing to test.
    Can I stream the same music to multiple locations? Can I play the same music in the office and the living room? How does Apple handle this?
    My other thought here is, since the TC has a back up of my music why can't I just play that version. Why do I need to back up my music? Guess I could not back up the Music folder in TC but store the music in the TC.

  • Best practice for oracle 10.2 RAC with ASM

    Did any one tried/installed Oracle 10.2 RAC with ASM and CRS ?
    What is the best practice?
    1. separate home for CRS, ASM and Oracle Database?
    2. separate home for CRS and same home for ASM and Oracle Darabase?
    we set up the test environment with separate CRS, ASM and Oracle database homes, but we have tons of issues with the listener, spfile and tnsnames.ora files. So, seeking advise from the gurus who implimeted/tested the same ?

    I am getting ready to install the 10gR2 database software (10gR2 Clusterware was just installed ) and I want to have a home for ASM and another for database as you suggest. I have been told that 10gR2 was to have a smaller set of binaries that can be used for the ASM home ... but I am not sure how I go about installing it. The first look at the installer does not seem to make it obvious...Is it a custom build option?

  • Symantec antivirus Best practice for oracle database on windows server 2003

    Hi all,
    I have an oracle database server on windows server 2003 platform of version 10.2.0.4. what would be best practice of running symantec antivirus on that server as well as database file exclusions from scanning them.
    My server had rebooted unexpectedly for many times. in event log i have id as 6008. what may be cause of it..?

    Normally, you don't run a virus scanner on a database server because your database server isn't vulnerable to viruses. It's behind firewalls, people aren't reading mail on it, people aren't plugging thumb drives into it, etc. If you do decide that you need to run a virus scanner on a database server, at least exclude the Oracle data files from the scan. Oracle gets very unhappy if someone else tries to open its data files (or, worse, if someone opens a data file before it gets the chance to acquire exclusive access).
    Justin

Maybe you are looking for

  • Camera Raw - Can't Apply Same Value Multiple Images

    Camera Raw 8.1 opened from within Photoshop.  Windows 7. If I open a bunch of .cr2 files into Raw and want (for example) all of the Contrast values to be "25" or the Highlights to be "-90", I cannot seem to get images in the selection range other tha

  • Condition is not working

    Hi ALL.. Please give me your suggestions why this problem occurs. In the condition,when I keep the Charecteristic Assignment as "All Charecteristics in Drilldown independently" then I am getting only result row. But when I used "Individual Chars and

  • ACS 5.1 does not join AD

    We're trying to join a test ACS to our current domain. When trying, we get a weird "cannot resolve domain" error. When looking at debug, we get /* Style Definitions */ table.MsoNormalTable {mso-style-name:"Tabella normale"; mso-tstyle-rowband-size:0;

  • FireFox UI not functioning

    Just for the record, I am running Firefox 32-bit on Windows 8 64-bit, (because I cannot find an official 64 bit Firefox installation), anyways onto the issue. The issue began Yesterday,and I had Firefox for a while beforehand, February 9th 2013, The

  • How Do I Ensure That Quicktime is not my default for MPEG?

    I have adjusted both the file type settings and the MIME settings and I still get Quicktime popping up instead of Windows Media Player which is set as the media default for my computer. Is there a solution to this issue or a way of going back to the