How to increase usable address space for 9.2 Oracle on RHEL4

9.2 (on RHEL4):
The customer is using huge pages and also used VLM until switching the CPUs from Dual-Core to Quad-Core architecture
In his research he has found the following supported procedures:
- 10gR2 has already increased SGA limit for 32bit Linux 3,42 GB without VLM option.
- 10gR1 has an option to increase it by changing the address space and relinking the libraries.
- 9iR2 has the same option. But all that i have found in Metalink/Google is for RHEL 2.1 release.
The customer has removed VLM and now has the SGA within 32-bit Linux limit for 9i - 2.7 GB. They are considering moving to 64-bit architecture, but before that they are looking for a way to achieve in 9.2 the increasing of the SGA on RHEL4.
They are looking for a similar procedure as the one described in 200266.1. In this note they only mention RHEL 2.1. Is there a supported way to do this on RHEL 4 release?

There are all kinds of optimisations listed here, which are not all directly related to each other:
-Huge Pages: huge pages is the page size of the memory allocation done on the operating system layer. the reason for using hugepages is because the PTE table decreases because the number of PTE entries decreases when the size is larger.
-VLM: vlm is actually an oracle naming of using PAE, physical address extention. Using PAE means using addressable space beyond the normal 32-bit addressing is used, which is usable because of a trick on the processor level.
-switching from dual core to quad core: this switching means the operating system sees more processors (which is also a trick, because the number of CPU's is not increases, only the number of core's on the processor), which means the system is most likely able to do more processing in the same time.
-using 3.42GB: this can mean two things
-a) it means the oracle executable base address is lowered (which is already done for 10g by default)
-b) the hugemem kernel is used which has a 4:4 kernel split, instead of a 3:1 kernel split.
so the real question is: what is it you are looking for to use this? and are you sure you achieve that by increasing the SGA?
to be able to help your customer, please diagnose what you want to achieve, instead of just apply all kinds of technique which seem to be doing something with performance.

Similar Messages

  • How to increase the table space for a particular table?

    Hi Friends,
    I want to know how to increase the table space for a particular table and how to check the table space size of a particular table. Please can any one send the SQL Script. I am very much poor in DBA Part.
    Thanking You ..
    Kiran

    Kiran - you should post this question on the SQL/Database forums - this is a Forms specific forum...
    Regards
    Grant Ronald
    Forms PRoduct Management

  • How to create an address code for PO delivery address?

    Hi Guys,
    How to create an address code for the delivery address in the purchase order? Please explain me with details.....
    Thanks
    Raja

    delivery adress records can be created with transaction MEAN.
    the number is purely internal.
    In ME21N you can then search by name (you will certainly not know the number)

  • How to increase the waiting time for response in Adapter Engine not in IE

    Hi Experts,
                It is a SOAP to Proxy Synchronous interface. SOAP system is sending the request to PI, PI sending the same request to ECC system, After execution of some logic response back to PI in 7 minutes. In ABAP Stack(sxmb_moni) processing the response message also successfully with success flag after completion of these 7 minutes. But exactly 5 minutes later getting the error at Java Stack RWB- in communication channel monitoring i.e
    com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.engine.interfaces.messaging.api.exception.MessageExpiredException: Message bd2bf8d0-b2c2-11e0-c383-001cc4fb5cb7(OUTBOUND) expired.  We have set the "runtime-HTTP_TIMEOUT" parameter as 3600. thats why in Integration engine it is processing successfully.
    kindly suggest me how to increase the waiting time for response in Adapter Engine. Exactly after 5 mins getting the above error in rwb, but in Integration Engine getting successful flag after 7 mins until then it is waiting for response with  status flag Log version.
    Thanks & Regards,
    Srihari.

    Hi,
    Please see
    How To... Investigate Timeouts In Synchronous XI/PI Scenarios
    It will answer all your queries
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c059d583-a551-2c10-e095-eb5d95e03747?QuickLink=index&overridelayout=true

  • How to increase the thread count for JDBC adapter

    Hi ALL,
                Could someone advice me on how to increase the thread count for JDBC Adapter in Visual Admin:
    JDBC_http://sap.com/xi/XI/System.Call.maxConsumers 5
    JDBC_http://sap.com/xi/XI/System.Recv.maxConsumers 5
    JDBC_http://sap.com/xi/XI/System.Rqst.maxConsumers 5
    JDBC_http://sap.com/xi/XI/System.Send.maxConsumers 5
    I need to increase them to 10.
    Regards,
    Xier

    hi check the below links:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/806e75a0-0e01-0010-2587-fc518de8ac1a
    admin manual:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/fdb09490-0201-0010-e09e-a76388646ad0
    note:reward points if solution found helpfull.....
    regards
    chandrakanth.k

  • How to Install and Configure Workflow For PO in Oracle Apps Version R12

    Hi,
    Please do let me know how to install and configure Workflow for Purchasing in Oracle Apps R12 Version.
    I want to the standard setup of workflow configuration for the PO.
    Thanks and Regards
    Srini

    Hi Suresh
    Only the latest version of WLP which is WLP 10.3.2 has facility to integrate with Oracle UCM with Adapaters. So make sure that you do have this latest version of WLP 10.3.2. Older versions like WLP 10.3 do not have this provision.
    Also I guess when you install and configure this Oracle UCM Adapater and choose above WLP Home, I guess these modules may be added in already installed WLP folders. I checked on my side for WLP 10.3.2 and I could NOT find the modules you mentioned. So most probably you may be missing some installation/configuration stuff from UCM side.
    Thanks
    Ravi Jegga

  • How to increase the Heap space of Jdeveloper for about more than 512 MB?

    When starting JDeveloper, the application within JDeveloper is throwing the error message:
    "could not reserve enough space for object heap"
    and a windows popup with the following error message:
    "Unable to create an instance of the Java Virtual Machine Located at path: ..\..\jdk\jre\bin\client\jvm.dll "
    To resolve these issues, i know that adding the following in ide.conf , jdev.conf will help.
    AddVMOption -XX:MaxPermSize=512M
    AddVMOption -Xmx512M
    AddVMOption -Xms512M
    I have got 10 GB of RAM in my desktop machine and virtual memory of 15 GB (page size). I am not able to increse the heap space of Jdeveloper for about more than 512MB. This is really frustrating..I had to restart my jdevloper after 3 or 4 deployments.....Has anyone tried success in increasing the heap space in jdeveloper for about 2 GB?
    Regards
    Prasath.C

    Yes, i know that -XX:MaxPermSize has nothing to do with Heap Memory. I Just pasted all my configuration settings to know if some thing or the other has caused the issue.... After hearing few people who increased the heap space to more than 512m , i played with those settings again and figured out few things...Mine is Jdeveloper 11.1.1.4, 64 bit Windows 7 environment, 64 bit Java/ JDK.
    First, i was deceived by one suggestion in forum that, keeping max and min heap memory to same size always will yield in good performance...From that time on wards, i was always increasing both and was never able to move more than 512m..But this time, i kept the min memory as constand and kept on changing the max memory ..
    Jdev.conf
    AddVMOption -XX:MaxPermSize=512M
    AddVMOption -Xmx972M (I was never able to increase more than this size, though i have around 10GB RAM, if not Jdev doesnt startup)
    AddVMOption -Xms512M
    Ide.conf
    AddVMOption -Xmx2048M (here i was able to increase)
    AddVMOption -Xms512M
    But even then, i was not seeing my changed settings at the time of deployment...
    starting weblogic with Java version:
    java version "1.6.0_21"
    Java(TM) SE Runtime Environment (build 1.6.0_21-b51)
    Java HotSpot(TM) Client VM (build 17.0-b17, mixed mode)
    Starting WLS with line:
    C:\Oracle\MIDDLE~1\JDK160~1\bin\java -client -Xms512m -Xmx512m -XX:MaxPermSize=512m -Dweblogic.Name=DefaultServer ..........
    Then i changed again into
    setDomainEnv.cmd of my default domain
    set USER_MEM_ARGS=-Xms512m -Xmx2048m -XX:MaxPermSize=512m
    Then i stared my deployment...this time i could see a real boost in deployment...and my page was launched in a fraction of minute..
    tarting weblogic with Java version:
    java version "1.6.0_21"
    Java(TM) SE Runtime Environment (build 1.6.0_21-b51)
    Java HotSpot(TM) Client VM (build 17.0-b17, mixed mode)
    Starting WLS with line:
    C:\Oracle\MIDDLE~1\JDK160~1\bin\java -client -Xms512m -Xmx2048m -XX:MaxPermSize=512m -Dweblogic.Name=DefaultServer ..........
    This is my working configuration....Thanks guys for your replies.....
    Regards
    Prasath.C
    Edited by: Prasath C on 05-Aug-2011 04:41

  • How to increase C drive space in windows 7

    my dell inspiron mini having windows 7 starter installed
    it has tow drives
    (C) drive 14.8GB
    and (D) drive 212 GB
    now how to increase my C drive space
    please help me

    my dell inspiron mini having windows 7 starter installed
    it has tow drives
    (C) drive 14.8GB
    and (D) drive 212 GB
    now how to increase my C drive space
    please help me
    hi you should delete drive D and then extend drive C .
    for this purpose copy data form D to external Drive or C (if there is enough space) 
    and the go to disk management and the delete volume D and then extend drive C as you like 
    Whenever you see a helpful reply, click on Vote As Helpful & click on
    Mark As Answer if a post answers your question.
    LinkedIn:
      Facebook:
      

  • How to increase or Decrease Budget for a Particular Period

    Hello All,
    Can some tell me how to increase/decrease fund for a particular period.

    You can pass the manual entry & ensure to choose the balance type to budget
    To increase the balance for a specific period- Input the balance to debit side
    To decrease the balance for a specific period- Input the balance to credit side
    No need to balance the debit & credit totals for budget journals.

  • How to get available disk space for a disk in the system ?

    hi all,
    I need to figure out the available disk space for a particular disk before I can write my file to a directory in the disk. I do this to avoid unsufficient disk space problem in my program. May I know how can I do this in Java ? I look at the API function for java.io.File class but there isn't any function to check disk space. I would appreciate any help from fellow Java developers. Thanks a million.
    regards,
    tuck meng

    You cannot do this in purely platform independent way.
    You can use System.exec to run native OS utilities like df and parse the output, but then you have to knwo which platform your program is running on, or build in some automatic detection of OS and have corresponding native calls for each likely one.
    BTW. even if you get a number of free bytes on disk that's larger than the size of the file you want to write this is no guarantee that there will be enough diskspace for your file, because another process might write to the disk in the meantime. So you will have to do proper error handling and recover gracefully from the disk full sitution no matter what.

  • How to capture an address change for a sale order in user exit MV45AFZZ?

    Hi ,
    My requirement is to capture the address change in sale order .
    I have to write the code in my own z-include in MV45AFZZ of SAPMV45A.
    Here I have to use VBAP-KUNNR for PARVW = ‘AG’ or ‘WE’. And  ADDR1_DATA.
    Could you please give me idea , how to capture the address change?
    Thanks ,
    Suresh.

    Farshid,
    As I understand it it is the RCS software that replaces the $Revision$ with $Revision: 1.2$. Is that correct?
    There are two things that you need to be aware of if this is the case.
    First, the length of the text fields are saved as part of the SystemBuild model file. This means that when the revision control software replaces the tag the length is no longer correct, and SystemBuild will not be able to load the file correctly. You can still change the text as long as you make sure the the length of the tag stays the same. For example if the version number is a single digit decimal then single digit, then when you create the file you could store the revision as $Revision: x.x$. When the tag gets replaced by the revision control software you would get
    $Revision: 1.2$ which is the same length.
    Next you need to be aware of potential line breaks. When the SystemBuild model is saved as ASCII then line breaks are added at regular intervals, so the tag might be broken up on two lines. This could prevent the revision control software from recognizing the tag. To prevent this save the file as binary.
    In short make sure that the text the revision control software adds is the same length as the text that it replaced and save the files as binary files.
    Carl L
    National Instruments
    www.ni.com/matrixx

  • How to increase java heap space on BIEE 10.1.3.3.1

    Hi All,
    I am using BIEE 10.1.3.3.1.
    while doing bursting i am getting java heap space error. how can i increase java heap space.
    Please anyone explain how to increase .. its very urgent
    Regards

    Yes, but I have not one, but TWO configurations.
    One configuration named StateTEDSTest points at the DataSource named teds_proxy_tedsdev_dasis8. Another named StateTEDSProd points at the DataSource named teds_proxy_teds_dasis8.
    What you seem to be saying is that I should only have one configuration, point it at a DataSource named, say, teds_proxyDS, then make teds_proxyDS reference the test database on the test application and the production database on the production application. I agree that that would probably work, but it negates any benefit of being able to define more than one configuration.
    What I asked is, how do I tell one deployment to use the configuration named StateTEDSTest, and another to use the configuration named StateTEDSProd?
    Looks like I'm not the first to ask this - see this thread:
    basic deployment question
    Unfortunately, no answer there either.

  • Increase  Free disk space for "rac1:/tmp"

    Hello All,
    I am trying to install Oracle 11gR2 RAC on Linux 5.5 32 bit.
    when i run to check the prerequisite steps i am getting the below error:
    Check: Free disk space for "rac2:/tmp"
      Path              Node Name     Mount point   Available     Required      Comment    
      /tmp              rac2          /             486MB         1GB           failed     
    Result: Free disk space check failed for "rac2:/tmp"
    Check: Free disk space for "rac1:/tmp"
      Path              Node Name     Mount point   Available     Required      Comment    
      /tmp              rac1          /             470.89MB      1GB           failed please can you help to increase the /tmp to 1 GB.
    Regards,

    NB wrote:
    Hello All,
    I am trying to install Oracle 11gR2 RAC on Linux 5.5 32 bit.
    when i run to check the prerequisite steps i am getting the below error:
    Check: Free disk space for "rac2:/tmp"
    Path              Node Name     Mount point   Available     Required      Comment    
    /tmp              rac2          /             486MB         1GB           failed     
    Result: Free disk space check failed for "rac2:/tmp"
    Check: Free disk space for "rac1:/tmp"
    Path              Node Name     Mount point   Available     Required      Comment    
    /tmp              rac1          /             470.89MB      1GB           failed please can you help to increase the /tmp to 1 GB.
    Regards,Set different directory for TMP and TMPDIR environment variables:
    TMP=/tmp_directory; export TMP
    TMPDIR=$TMP; export TMPDIR

  • How to fix " insufficient disk space for encoding" on DVD STUDIO PRO 4

    I keep getting the error message, "insuffiecient disl space for encoding" on DVD STUDIO PRO 4. I  reinstallled the program, uptaded software and also cheked the library receipts file. After the reinstall I am still getting the same message. Can anyone tell me how to fix this?
    Thanks

    Thank you for you help, however I think you misunderstood my question
    I have 800 gb on my Mac hd
    I am getting this error message when I go to build and format the dvd. This is after compression encoding.

  • How to manage IP address assignment for laptops?

    Dear All,
    I'm looking for an efficient way to manage IP address assignment for laptops.
    I have a DHCP server with reservation for all my devices.
    Laptops usually have 2 NICs: LAN and WiFi card.
    So, how can I manage the IP assignment for these devices?
    If I make a DHCP reservetion with two different IP addresses, I can have problems with DNS round-robin.
    Should I enable the DNS secure dynamic update for domain members and then reserve two different IP addresses on DHCP?
    I don't want that user needs to manually change their NIC configuration.
    What you suggest?
    Thanks

    The best way to manage it would be to "not" manage it.  DHCP by definition is supposed to be "dynamic".  DHCP Reservations are great for a few devices that live under "special circumstances" but you never want to set Reservations for everything,...if
    you do that then just don't have DHCP to start with and statically assign everything.
    The combination of DHCP with dynamically updated DNS in AD means you never have to know or ever care what the IP# is.  Everything is referred to by it's hostname.
    Some things to keep in mind:
    Every interfaces has a different MAC,...meaning the Laptops have two MACs. Therefore it is impossible to reserve the same IP# for both. So they end up with a different IP# depending on which Nic they use.  Running two laptop nics on the same LAN at
    the same time is always bad.  Either always use the wireless,...or always turn off the wireless nic when laptops are local within your facility and can use the physical nic.   In other words pick one,...or the other,...never allow both to work
    at the same time.  This is a responsibility and education issue of the user,...you can't do this for them.
    User can not change their own network IP Specs unless they are Local Administrators on their machines,...and they should never be allowed to be Local Administrators.

Maybe you are looking for

  • How many PCs can i install PS CS6 on?

    I am considering purchasing the new Photoshop CS6, possibly the extended version. Can i install it on both my laptop and PC? And what happens in the horrifying event of a hard drive loss and backup failure? It is a huge amount of money to invest and

  • File to idoc with BPM

    Hi All,      I have  one  File to IDoc Scenario. Now I want to throw  posting error in a file. i.e., if mapping goes not well and when IDoc is being sent to Recipient system then if any posting error is encountered, then a file(Flat file) will be cre

  • Static function

    Hi, can static function be overridden? and if yes, then is it a good practice to use it or we sould avoid this? Thanks sumit

  • ISync use with specific update conduits

    I am trying to decide whether or not to move to iSync with my Palm TX in order to gain iCal synchronization. My question is this: I use an online service which auto-updates a database at each sync. It is Epocrates, a clinical pharmacology database wh

  • Plant wise Pricing procedure determination

    Hi All, Can anyone suggest me, If we put plant 1007 in sales order then system will consider ZMRPD Pricing Procedure and If we dont put 1007 then system consider normal pricing procedure ZXMBP. How it can be possible ? Thanks JJ