What is maximum amount of memory that oracle db can utilize ?

Hi
Thank you for reading my post
What is maximum number of memory that oracle database can utilize for each of its memory structure like sga, caches....
Thanks

ps, the following may help too
VLM) Configurations
Oracle Database for Windows supports Very Large Memory (VLM) configurations in Windows 2000, Windows 2003, and Windows XP, which allows Oracle Database to access more than the 4 gigabyte (GB) of RAM traditionally available to Windows applications.
Note:
This feature is available on Windows 2000, Windows 2003, and Windows XP only with Intel Pentium II and above processors.
Specifically, Oracle Database uses Address Windowing Extensions (AWE) built into Windows 2000, Windows 2003, and Windows XP to access more than 4 GB of RAM.
The requirements for taking advantage of this support are:
1. The computer on which Oracle Database is installed must have more than 4 GB of memory.
2. The operating system must be configured to take advantage of Physical Address Extensions (PAE) by adding the /PAE switch in boot.ini. See Microsoft Knowledge Base article Q268363 for instructions on modifying boot.ini to enable PAE.
3. It is advisable (though not necessary) to enable 4GT support by adding the /3GB parameter in boot.ini. See Microsoft Knowledge Base article Q171793 for additional requirements and instructions on modifying boot.ini to enable 4GT.
4. The user account under which Oracle Database runs (typically the LocalSystem account), must have the "Lock memory pages" Windows 2000 and Windows XP privilege.
5. USE_INDIRECT_DATA_BUFFERS=TRUE must be present in the initialization parameter file for the database instance that will use VLM support. If this parameter is not set, then Oracle Database 10g Release 1 (10.1) or later behaves in exactly the same way as previous releases.
6. Initialization parameters DB_BLOCK_BUFFERS and DB_BLOCK_SIZE must be set to values you have chosen for Oracle Database.
Note:
The total number of bytes of database buffers (that is, DB_BLOCK_BUFFERS multiplied by DB_BLOCK_SIZE) is no longer limited to 3 GB.
Dynamic SGA and multiple block size are not supported with VLM. When VLM is enabled, the following new buffer cache parameters are not supported:
o DB_CACHE_SIZE
o DB_2K_CACHE_SIZE
o DB_4K_CACHE_SIZE
o DB_8K_CACHE_SIZE
o DB_16K_CACHE_SIZE
o DB_32K_CACHE_SIZE
To select the block size for the instance, use the initialization parameter DB_BLOCK_SIZE. The buffer cache size is set by the initialization parameter DB_BLOCK_BUFFERS.
7. Registry parameter AWE_WINDOW_MEMORY must be created and set in the appropriate key for your Oracle home. This parameter is specified in bytes and has a default value of 1 GB. AWE_WINDOW_MEMORY tells Oracle Database how much of its 3 GB address space to reserve for mapping in database buffers.
This memory comes from the 3 GB virtual address space in Oracle Database, so its value must be less than 3 GB. Setting this parameter to a large value has the effect of using more of the address space for buffers and using less AWE memory for buffers. However, since accessing AWE buffers is somewhat slower than accessing virtual address space buffers, Oracle recommends that you tune these parameters to be as large as possible without adversely limiting database operations.
In general, the higher AWE_WINDOW_MEMORY is set, the fewer connections and memory allocations will be possible for Oracle Database. The lower AWE_WINDOW_MEMORY is set, the lower the performance.
8. Once this parameter is set, Oracle Database can be started and will function exactly the same as before except that more database buffers are available to the instance. In addition, disk I/O may be reduced because more Oracle Database data blocks can be cached in the System Global Area (SGA).
Note:
Registry parameter VLM_BUFFER_MEMORY, which enabled VLM configurations in earlier releases, is not supported in Oracle Database 10g Release 1 (10.1) or later.
VLM Instance Tuning
VLM configurations improve database performance by caching more database buffers in memory. This reduces disk I/O compared to configurations without VLM. VLM support in Oracle Database 10g Release 1 (10.1) or later has been re-written to integrate very closely with Windows. Compared to Oracle8i release 2 (8.1.6), VLM users should see better performance with the newer implementation.
Tuning for VLM is no different than tuning for configurations without VLM. It is an iterative task that begins by selecting appropriate DB_BLOCK_SIZE and DB_BLOCK_BUFFERS initialization parameters for the application being supported.
Note:
Oracle Database 10g Release 1 (10.1) or later VLM configurations do not support multiple database block sizes.
AWE_WINDOW_MEMORY, a new registry parameter specific to VLM, tells Oracle Database how much of its address space to reserve for mapping in database buffers. It defaults to a value of 1 GB, which should be suitable for most installations. If DB_BLOCK_SIZE is large, however, the default AWE_WINDOW_MEMORY value of 1 GB may not be sufficient to start the database.
Increasing the value of AWE_WINDOW_MEMORY will improve performance, but it will also limit the amount of memory available for other Oracle Database threads (like foreground threads). Clients may see "out of memory" errors if this value is set too large. As a general guideline, increase the AWE_WINDOW_MEMORY registry value by 20 percent.
For example, if DB_BLOCK_SIZE is set to 8 KB, AWE_WINDOW_MEMORY is set to 1 GB, and the number of LRU latches is set to 32 (16 processor computer), then database startup fails with out of memory errors 27102 and 34. Increasing the value of AWE_WINDOW_MEMORY to 1.2 GB fixes the problem.
Having a large cache in a VLM configuration may also slow down database writer (DBWR) threads. Having more DBWR threads will distribute work required to identify and write buffers to disk and will distribute I/O loads among threads. Initialization parameter DB_WRITER_PROCESSES enables you to configure multiple database writer threads.
A large cache can also introduce contention on the LRU (least recently used) latch. On symmetric multiprocessor (SMP) systems, Oracle Database sets the number of LRU latches to a value equal to one half the number of processors on the system. You can reduce contention on such configurations by increasing the number of LRU latches to twice (or four times) the number of processors on the system.
See Also:
Oracle Database Performance Tuning Guide for more information on instance tuning
Windows 4 GB RAM Tuning (4GT)
The following Windows operating systems include a feature called 4 GB RAM Tuning (4GT):
· Windows Server 2003
· Windows 2000 Advanced Server
· Windows 2000 Datacenter Server
This feature allows memory-intensive applications running on Oracle Database Enterprise Edition to access up to 3 GB of memory, as opposed to the standard 2 GB in previous operating system versions. 4GT provides a tremendous benefit: 50 percent more memory is available for database use, increasing SGA sizes or connection counts.
Large User Populations
Several features allow Oracle Database to support an increasingly large number of database connections on Windows:
· Oracle Database Shared Server Process, which limits the number of threads needed in the Oracle Database process, supports over 10,000 simultaneous connections to a single database instance.
· Oracle Net multiplexing and connection pooling features allow a large configuration to connect more users to a single database instance.
· Oracle Real Application Clusters raises connection counts dramatically by allowing multiple server computers to access the same database files, increasing the number of user connections by tens of thousands, as well as increasing throughput.
rgds
alan

Similar Messages

  • HT3919 In the past was able to adjust the memory for each individual application, my Illustrator CS5 appears is doesn't have enough memory to complete a particular project. How do I boost the amount of memory that Illustrator uses so I can complete my pro

    In the past I have always been able to adjust the memory of each individual application,
    my Adobe Illustrator CS5 appears that is doesn't have enough memory to complete a particular project.
    How do I boost the amount of memory that Illustrator uses so I can complete my project?

    With OS X, it automatically allocates RAM and it can't be allocated manually.
    What model Mac do you have and what OS X version is it running. Your profile shows a PowerMac and OS 10.6.8. A PowerMac can't run OS 10.6.8. It's max OS is 10.5.x
    How much RAM is installed in your Mac? You need to max out the RAM and close other open apps if you are having problems with Illustrator.
     Cheers, Tom

  • Maximum amount of ram that can be installed

    What is the maximum amount of ram that can be installed in MAC Book?

    MacBook (Mid 2006) (Model ID 1,1): 2GB
    MacBook (Late 2006) (Model ID 2,1): 3GB
    MacBook (Mid 2007) (Model ID 2,1): 3GB
    MacBook (Late 2007) (Model ID 3,1): 6GB
    MacBook (Early 2008) (Model ID 4,1): 6GB
    MacBook (Late 2008) (Model ID 4,1): 6GB
    MacBook (Aluminium Late 2008) (Model ID 5,1): 8GB
    MacBook (Early 2009) (Model ID 5,2): 6GB
    MacBook (Mid 2009) (Model ID 5,2): 6GB
    MacBook (Late 2009) (Model ID 6,1): 8GB
    MacBook (Mid 2010) (Model ID 7,1): 16GB
    Cheers,
    Adam

  • HT1270 maximum amount of memory

    what is the maximum amount of memory i can install in a 15" 2012 macbook pro

    Welcome to the Apple Support Communities
    The Mid 2012 MacBook Pro supports 8 GB of memory officially, but you can install 16 GB of memory. You can buy memory in OWC or Crucial > http://eshop.macsales.com/shop/memory/Apple_MacBook_MacBook_Pro/Upgrade/DDR3_160 0MHz_SDRAM

  • What are the maximum numbers of parameters that a subvi can be obtained?

    What are the maximum numbers of parameters that a subvi can be obtained?

    I'm not sure I understand exactly what you mean. Do you mean to ask how many parameters you can pass to a subVI? That would be a very large number because a connector pane can have a dozen or so terminals--and if each terminal is a cluster... You could pass a very large number indeed.
    Having said that however, you probibly wouldn't want to. Remember the more parameters you're passing the more tightly coupled your code is--and the less reusable the code will probibly be.
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • What voltage is the standard memory that comes with 2011 IMacs?

    what voltage is the standard memory that comes with 2011 IMacs?

    1.5V
    Here are specs on RAM from crucial.com.

  • What is maximum number of photos that will display in a slideshow

    I share photos from iphoto album. What is maximum numbers of photos that will show in any one album?

    If you are referring to the screensaver, it will vary but typically around 100.

  • What is the amount of DVDs that an iMac DVD Burner can burn? (or MTBF)

    What is the amount of DVDs that an iMac DVD Burner can burn (DVD burner life time)? (or MTBF)

    Your question sounds a bit like you want to use the Superdrive professionally? Personally, I would not depend on a vertically installed, super slim Drive where any media can easily shift by 1/100th of an inch. I've noticed that mine definitely needs to "rest" and cool off after about 3 DVDs. I purchased an external burner quite a few years ago (when I had an iMac without a Superdrive) and I still prefer to use it - it is sturdy, can read all sorts of media, and is reliable whereas the SuperDrive is known to be extremely finicky especially about the media they will read or write to.
    So, I don't have a specific answer for you, but I wouldn't rely on it.

  • Photoshop can not print the maximum amount of data that can be spooled to a PostScript printer is 2G

    Hi all,
    This is the first time I've worked with the .psb (large format) size and I have gone to print a PDF of the file and I get the message:
    "photoshop can not print this document because the document is too large. The maximum amount of data that can been spooled to a PostScript printer is 2GB".
    The file itself is a 2700x1570mm 300dpi flatten .psb image that is 500mb in size.
    Not sure how I can get around this, where abouts do I see the image size information that is being spooled?
    Any help would be great

    There's no easy way to see the size of the image that's being spooled, but 2G limit is uncompressed, 4 bytes per pixel (either RGBX where X is a padding byte, or CMYK, depending on the image / printer), times about 1.6 because the image data is sent in ASCII85 format rather than binary.
    With your image at over 100 inches at 300 dpi, you're also perilously close to the 32k limit on the pixels in any one dimension (31,900 by my calculations) that PostScript can handle.
    The limits are 32767 pixels in either dimension, and 2GB of data total. The data that's sent at 4 bytes per pixel, and converted to ASCII85 so that it'll make it across any connection. ASCII85 gives about a 1.6 expansion factor, if I remember correctly.
    Do you really need a 10 foot image printed at 300 dpi? If not, changing down to 200 dpi will probably let this image print.

  • Whats the maximum amount of ram and storage space i can fit into my 13" matchbook pro (early 2011)

    I am looking to upgrade my mackbook pro and was wondering what's the highest amount of ram and maximum amount of hard drive space i can get.
    also whats a good brand i should use for both ram and hard drive.

    I like Hitachi (HGST) and have 6 of them in my inventory.  I never had any WD drives and there are some who do not speak well of them who's opinions I respect.
    I also have many Seagate HDDs and currently have 1 TB Seagate SSHDs in my MBPs.  They are performing satisfactorily.
    Ciao.

  • Maximum Number of Columns that adf table can support in JDeveloper 10.1.3.1

    Hi All,
    I'm using Toplink 10.1.3.1 . In JDeveloper 10.1.3.1 .
    I'm Trying to display the columns of a table which is having the more than 380 columns.
    When I'm trying to display the columns in adf table, it is getting hanged. The console of the displaying that "too long".
    If Execute the Application with nearly 50 columns, It is working fine.
    what is the Maximum number of columns that adf table can support. Is there any other solution for my problem.
    could anyone help me out.
    Thanks in advance,
    regards,
    Satish

    Hi,
    I am not sure there exist a limitation in columns and if the application hangs then this probably is a bug either in the business service or the view (which can also be due to that the server runs out of memory because of the created object instances).
    However, in my opinion a table with 380 columns is a loud cry for denormalization
    Frank

  • HT1270 My mid 2010 MacBook Pro has the maximum 8 GB memory cards installed. Can it be upgraded to 16 GB? Are there compatible 8 GB cards available?

    My mid 2010 MacBook Pro has the maximum 8 GB memory cards installed. Can it be upgraded to 16 GB? Are there compatible 8 GB cards available?

    I have a similar question..  13" macbook pro, mid 2010- having problems with spinning beach ball..  like someone from Mars has taken over the computer..   - the specs are below..   would it help if I added more RAM?   If  yes, any suggestions where/ what to buy?  This only started after upgrade to Mountain Lion from SNL. 
    MacBook Pro 13 inch mid 2010
      Model Identifier:    MacBookPro7,1
      Processor Name:    Intel Core 2 Duo
      Processor Speed:    2.66 GHz
      Number of Processors:    1
      Total Number of Cores:    2
      L2 Cache:    3 MB
    Memory  4 GB 1067 MHz DDR3
      Bus Speed:    1.07 GHz
      Boot ROM Version:    MBP71.0039.B0E
      SMC Version (system):    1.62f7
    Graphics  NVIDIA GeForce 320M 256 MB
    BANK 0/DIMM0:
      Size:    2 GB
      Type:    DDR3
      Speed:    1067 MHz
      Status:    OK
      Manufacturer:    0x80AD
      Part Number:    0x484D54313235533654465238432D47372020
      Serial Number:    0x27A0B2F9
    BANK 1/DIMM0:
      Size:    2 GB
      Type:    DDR3
      Speed:    1067 MHz
      Status:    OK
      Manufacturer:    0x80AD
      Part Number:    0x484D54313235533654465238432D47372020
      Serial Number:    0x2740B300

  • HT1444 I have desktop dual 2.3 ghz PowerPC G5,2GB DDR2 SDRAM, running Mac OS X 10.4.11.  What the highest or latest OS that this model can run? Thank you very much

    I have desktop dual 2.3 ghz PowerPC G5,2GB DDR2 SDRAM, running Mac OS X 10.4.11.  What the highest or latest OS that this model can run? Thank you very much

    Leopard requirements/10.5.x...
        *  Mac computer with an Intel, PowerPC G5, or PowerPC G4 (867MHz or faster) processor
    minimum system requirements
        * 512MB of memory (I say 1.5GB for PPC at least, 2-3GB minimum for IntelMacs)
        * DVD drive for installation
        * 9GB of available disk space (I say 30GB at least)
    Classic/OS9 Apps no longer supported.
    Trouble is Apple no longer sells it, check eBay & such for the Retail version, not the Gray Discs...
    http://www.ebay.com/sch/i.html?_nkw=mac+os+x+leopard+retail+10.5

  • Limit the amount of tasks that a user can claim

    I have a custom worklist and I need to develop a requirement for not allowing the users to claim more than one task at a time. Does the Worklist API have something to limit the amount of tasks that a user can claim at a time?.
    Thanks in advance.
    Neuquino

    Apparently the Family Base add-on (https://my.verizonwireless.com/vzw/nos/safeguards/SafeguardProductDetails.action?productName=familybase) from Verizon will allow you to set limits on how much data a particular device can consume.  I think it is free for the first 3 months (not sure) after that it will cost $5 per month.  I have heard rumors though that it does not work well with iPhones???

  • What is the minimum baud rate that PXI 8461 CAN support

    what is the minimum baud rate that pxi 8461 CAN support

    Hi,
    The PXI-8461 is the high speed CAN. The minimum baud rate is 5kBits/s. Refer to the following Knowledge base article:
    CAN Physical Layer Standards: High-Speed vs. Low-Speed/Fault-Tolerant CAN
    Hope this helps.
    DiegoF.
    National Instruments.

Maybe you are looking for

  • Adobe Photoshop CS3 crashing on start-up

    When starting Photoshop CS3, I can get all the way to the "Initializing shared components" message before the program crashes and has to close. It does this during every start-up. The only major changes I made before the problem began was I uninstall

  • Mega865 - No LCD Display

    I' have the problem describe in the "Important Threads - Things to know before (and after) building a Mega 865". When I receive my Mega865, i tried it without processor and it seams works well. So I assemble it to work in PC mode and all is OK too. B

  • How  to use the RSA  key files generated by Crypto++ in java

    Hi - Good day to all :) I have two RSA key files(private key file and public key file) generated by Crypto++ 5.2.1: code here: void GenerateRSAKey(unsigned int keyLength, const char *privFilename, const char *pubFilename, const char *seed)      Rando

  • How to Display Logo in ALV Header?

    Hi I want to display/ print my company logo image in ALV Header. Please help me how can I do this? Thanks Iftikhar Ali Islamabad.

  • SAP BW timeout

    I am running a Crystal report against a BW query, via the Business Objects Enterprise XI scheduler, which is returning a successful completion message even if the query times out on the BW server. Any thoughts as to why it should return a "successful