Shmmax and 11g

I am investigating 11g installation and config on an HP x86_64 Redhat server. The Oracle Validated RPM adjusted shmmax in sysctl.conf to 4T. This corresponds to what is seen at
http://linux.oracle.com/pls/apex/f?p=102:2:1240694098498237::NO::P2_VC_ID:471
With this setting and a suitable memory_max_target parameter, the database produced "unable to attach to shared memory segment" and similar errors after some time under load. The error does not appear with more traditional shmmax settings of 1/2 RAM or similar.
Am I missing something? Is 4T correct and without side effects? Am I missing something?

mosborn wrote:
I am investigating 11g installation and config on an HP x86_64 Redhat server. The Oracle Validated RPM adjusted shmmax in sysctl.conf to 4T. This corresponds to what is seen at
http://linux.oracle.com/pls/apex/f?p=102:2:1240694098498237::NO::P2_VC_ID:471
With this setting and a suitable memory_max_target parameter, the database produced "unable to attach to shared memory segment" and similar errors after some time under load. The error does not appear with more traditional shmmax settings of 1/2 RAM or similar.
Am I missing something? Is 4T correct and without side effects? Am I missing something?In your context ... what does suitable memory_max_target mean.
Generally i would wish the sum (memory_max (or memory_max_target if greater)) for all active instances to be less (and prehaps well less) than 3/4 of my physical ram under virtually all circumstances.
Having that 4T seems excessive .... 64G or so would be well enough over the top for most servers.
Confirm also your running 64bit and that your not doing hugepages or something.
I feel like I have just stated some obvious checks, and apologies if you've already done this.
Rgds - bigdelboy.

Similar Messages

  • Difference in select for update of - in Oracle Database 10g and 11g

    Hi, I found out that Oracle Database 10g and 11g treat the following PL/SQL block differently (I am using scott schema for convenience):
    DECLARE
      v_ename bonus.ename%TYPE;
    BEGIN
      SELECT b.ename
        INTO v_ename
        FROM bonus b
        JOIN emp e ON b.ename = e.ename
        JOIN dept d ON d.deptno = e.deptno
       WHERE b.ename = 'Scott'
         FOR UPDATE OF b.ename;
    END;
    /While in 10g (10.2) this code ends successfully (well NO_DATA_FOUND exception is raised but that is expected), in 11g (11.2) it raises exception "column ambiguously defined". And that is definitely not expected. It seems like it does not take into account table alias because I found out that when I change the column in FOR UPDATE OF e.empno (also does not work) to e.mgr (which is unique) it starts working. So is this some error in 11g? Any thoughts?
    Edited by: Libor Nenadál on 29.4.2010 21:46
    It seems that my question was answered here - http://stackoverflow.com/questions/2736426/difference-in-select-for-update-of-in-oracle-database-10g-and-11g

    The behaviour seems like it really is a bug and can be avoided using non-ANSI syntax. (It makes me wonder why Oracle maintains two query languages while dumb me thinks that this is just a preprocessor matter and query engine could be the same).

  • Font difference in 6i and 11g

    Hi,
    We are doing a conversion of oracle reports from 6i to 11g and we see some differences in fonts in the 11g version. For example some reports in 11g dont have the font type Palentino used in 6i. How do I get these font files or which folders do I find these font files. Can somebody let me know where in 6i can I find them and where do I need to copy these files into 11g and if need to make any configuration changes.
    Thanks and Regards

    No problem, can you help me with the font files on the windows machine ... I have both 6i and 11g installed on my local windows machine. Since they are both on the same OS and use same font folders from OS i dont understand why the difference then.
    Thanks and Regards

  • How to Install oracle 10g and 11g on aix 6.1

    Can we install oracle 10g and 11g Enterprise Editions on IBM aix 6.1 ? If so how
    Chetan
    Edited by: chetan0926 on Jan 11, 2012 2:56 AM

    Hi;
    Can we install oracle 10g and 11g Enterprise Editions on IBM aix 6.1 ? If so how Yes you can,both version is certified
    I agree Sybrand, Please check installation guide. All your questions will be answered in it
    http://www.oracle.com/pls/db102/homepage
    http://www.oracle.com/pls/db112/homepage
    Also see:
    Oracle Database on Unix AIX,HP-UX,Linux,Mac OS X,Solaris,Tru64 Unix Operating Systems Installation and Configuration Requirements Quick Reference (8.0.5 to 11.2) [ID 169706.1]
    Regard
    Helios

  • Differences between Oracle Discoverer  10g and 11g .

    we would like to know if they are any differences between Oracle Discoverer 10g and 11g and any issues with 10g that are overcome in 11g.
    Please make us aware of any merits in going for 11g over 10g.
    apps version 11.5.10.2
    Regards

    Please see these links for the list of new features, bug fixes, certification, and installation of Discoverer 11g on 11i instance.
    Discoverer 11.1.1.4 Certified with E-Business Suite
    http://blogs.oracle.com/stevenChan/2011/02/discoverer_11114_ebs.html
    EBS Sysadmin Primer: Oracle BI Discoverer 11gR1
    http://blogs.oracle.com/stevenChan/2010/08/discoverer_11gr1_primer.html
    Oracle Business Intelligence Discoverer 11g
    http://www.oracle.com/technetwork/developer-tools/discoverer/overview/index.html
    Oracle Business Intelligence Discoverer 11g documentation
    http://www.oracle.com/technetwork/developer-tools/discoverer/documentation/index.html
    Thanks,
    Hussein

  • Important differences between oracle 10g and 11g

    Hi friends, can anyone tell me (pointwise) what are the major (and minor) differences between Oracle 10g and 11g.
    Please point me to some documents if possible.
    Thanks in advance

    The name of the link says it all: "top_features."
    In short it is Oracle's list of what they have for marketing and sales reasons designated "top features."
    It is not intended to be, and is not, a complete list of features. Often the features Oracle does not
    talk about are the most important.
    Let me give you some examples. I have never seen Oracle announce DBMS_XPLAN as a new feature
    yet you should not run an explain plan without it. Neither have I ever seen Oracle announce the new
    NO_DATA_NEEDED predefined exception. I have listed literally hundreds of new features you will not
    find in Oracle's new features docs.
    I did a presentation at OpenWorld this year as part of the unconference titled "New Features in
    Database 11gR2 that Oracle will not announce." It was easy to prepare a one hour presentation with
    little fear of being proved incorrect. As I turned out only one of the features I presented was mentioned
    by Oracle.
    You can find the presentation slides here:
    http://www.morganslibrary.org/pres/oow09_ucnf.pdf

  • Differences between Oracle 9i and 11g

    Hi,
    We are planning to migrate various PLSQL objects from Oracle 9i to Oracle 11g.
    We have around 200 packages and Staored procedures Oracle 9i, can some one let me know if there are any specific items to look before we migrate from Oracle 9i into 11g so that everything works fine after the migration.
    Please let me know major differences amognst in-built functions between Oracle 9i and 11g.
    Thanks.

    Oracle 11g has many advanced features in PL/SQL over Oracle 9i.
    refer here,
    http://www.oracle.com/technetwork/database/features/manageability/9i-to-11g-real-world-customer-exper-133754.pdf
    http://www.oracle.com/global/de/upgradecommunity/artikel/upgrade11gr2_workshop2.pdf
    http://www.compuworks.com/events/view/233.pdf
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getCourseDesc?dc=D52601GC10&p_org_id=15942&lang=US
    Thanks

  • Differences between 1Z0-042, 1Z0-043 1Z0-052 and 1Z0-053 and 11g OCP

    Hi All
    I have a small dilemma
    For Christmas I was given a copy of OCA/OCP Oracle Database 11g All-in-One Exam Guide with CD-ROM: Exams 1Z0-051, 1Z0-052, 1Z0-053 (Osborne Oracle Press Series) [http://www.amazon.co.uk/Oracle-Database-All-Guide-CD-ROM/dp/0071629181/ref=sr_1_5?ie=UTF8&s=books&qid=1262090730&sr=1-5|http://www.amazon.co.uk/Oracle-Database-All-Guide-CD-ROM/dp/0071629181/ref=sr_1_5?ie=UTF8&s=books&qid=1262090730&sr=1-5]
    As you will see in the book title it covers 1Z0-051, 1Z0-052 and 1Z0-053
    About a year ago I attended the following courses
    TT - Oracle D/B 10g Program PL/SQL-QA-IQ
    TT - Oracle PL/SQL - GK
    TT - Oracle 10g Intro to SQL
    I have been meaning to get round to taking my exams and OCA qualification is no problem as I can take 1Z0-051 and 1Z0-052 using the above book and the knowledge I gained on the course (even though the course was 10g).
    But my question surrounds 11g OCP and how it requires instructor led training - now I have done my 10g course but I guess this wont count as an instructor led course for 11g OCP.
    If not then im going to need to take the route of 1Z0-042, 1Z0-043 to get OCP and 1Z0-050 to upgrade to 11g
    So I would ask how safe I would be learning the above mentioned book and taking the 1Z0-042, 1Z0-043 exams. I understand there is no accurate answer as it is subjective but if 1Z0-052 and 1Z0-053 (11g) knowledge covers 1Z0-042 and 1Z0-043 (10g) knowledge then there should be no problem, right?
    I really dont want to have to take the book back or purchase another.
    Thanks in advance
    Rob

    user3554032 wrote:
    Hi All
    I have a small dilemma
    Think of it as an opporunity
    For Christmas I was given .... (Take me to your santa ...)
    .... (snipped)
    Thanks in advance
    RobYour'e thinking sensibly about this. Well done. And the hands on course needs to be considered carefully and I often say this can be deciding factor in planning.
    IMHO there is at least 80% commonality between the topics for 1z0-042 AND 1Z0-052 .... and probably similar for 1z0-043 and 1z0-053 whoug I've never directly checked this and there may be a greater divergence there.
    Be aware some topics in 1z0-050 will not be covered in the books you have as far as I am aware.
    One option you have not considered is taking exams in this order ..... this will give you 10g OCP and 11g OCP. This is wha I did .... but it mainly occured that for me way as the 1z0-053 was fairly delayed into production and I wanted the certificates I could have as soon as possilble .... ie 10gDBAOCP and 11gDBAOCA. I actually did the 1z1-053 beta for my 11g DBA OCP ... cheaper than 1z0-050 as I already had 11g DBA OCA.
    1z0-051 1z0-042 1z0-052 1z0-043 1z0-053.
    I know you dont want to buy another book, but the 10g ones from Sybex (and associated CDROM's) give a slightly different viewpoint (though they are for 10gR1 and are not updated for 10gR2 topics). IMHO the sybex books can ometimes go a little over the top in some areas. But all these books can contain some errors ... however they do provide an extra set of practice questions. However it is an option for you.
    Its worth registering your 10g course as a hands on course as soon as reasonably possible to ensure there are no issues with it (I assume you have attended the course from Oracle University).
    Anyway these are my thoughts. But you know your own circumstances and are responsible for your own decisions. Good Luck.
    - bigdelboy.

  • How to know the right value for SHMMAX and SHMALL for ia64 memory 32Gb

    Dear all,
    I want to install Oracle database 10g R2 on RHEL 5 ia64.
    Here the server specification :
    Proc : itanium64 ( montecito )
    Mem : 32Gb
    # getconf PAGE_SIZE = 16384
    Metalink says, that SHMMAX should be half of physical memory and SHMALL = SHMMAX / PAGE_SIZE.
    kernel.shmmax = 17179869184
    kernel.shmall = 1048576
    My Question is this is right value for SHMMAX and SHMALL on my server..??
    Thank you

    if shmmax is half the ram then what should be sga
    sga size should anyhow should be less then shmmax ,means we cannot increase sga size more than half the ram
    then how ROT for SGA that should be 70% of RAM hold good

  • Running Oracle database 10g and 11g on same 5 RAC nodes

    Hello Gurus,
    Could any body throw light if I can install and sucessfully run Oracle database 10g and 11g on the same Oracle RAC installation setup.My setup is below
    Number of nodes-5
    OS- windows 2003 or RHEL5
    storage- DELL EMC SAN
    Clusterware- oracle version11g
    File system-Automatic storage management(ASM)
    After I successfully setup clusterware,ASM on the nodes,I would want to install 11g database on all 5 nodes .
    Then Install 10g database on only 3 of the nodes using the same clusterware.
    What are your views on the same.
    Also FYI... as per metalink node 220970.1(RAC: Frequently Asked Questions) one can do such a setup.
    what iam looking for is practical experience if anyone has implemented this in production system,if yes any issues faced and how tough it is to support.
    Thanks,
    Imtiyaz

    You could run an 11g database and 10g database on the same cluster as long as you use Clusterware 11g.
    The administration aspect will drastically change according to the platform you run on. As of now, it appears you don't know whether it will be Linux or Windows.
    It would be practical to support the same database release.

  • I have created TM lock in oracle 9i and 11g databases. by using same query

    here is the query uesd for finding a lock in database.
    select /*+ RULE */ 'DATAPOINT # ' bpb,
    l.sid, ' # ',
    s.username, ' # ',
    s.sql_address, ' # ',
    x.sid, ' # ',
    y.username, ' # ',
    l.type, ' # ',
    l.id1, ' # ',
    l.id2, ' # ',
    decode(X.LMODE,
    0, 'None',
    1, 'Null',
    2, 'Row Share',
    3, 'Row Excl',
    4, 'Share',
    5, 'Shr Row Excl',
    6, 'Exclusive',
    decode(L.REQUEST,
    0, 'None',
    1, 'Null',
    2, 'Row Share',
    3, 'Row Excl',
    4, 'Share',
    5, 'Shr Row Excl',
    6, 'Exclusive',
    from v$session s, v$lock l, v$lock x, v$session y
    where l.ctime > 120
    and s.lockwait = l.kaddr
    and l.type in ('TM', 'TX', 'UL')
    and l.id1 = x.id1
    and l.id2 = x.id2
    and x.sid != l.sid
    and x.sid = y.sid
    and x.lmode >0;
    after doing further investigation i found that for 11g condition s.lockwait = l.kaddr not satisfied where as for 9i it's gives correct results
    here are the lockwait and kaddr values for 9i and 11g databases.
    for oracle 9i
    SQL> select lockwait from v$session where sid in (10,12);
    LOCKWAIT
    67B4E10C
    SQL> select kaddr from v$lock where sid in (10,12);
    KADDR
    67B4E088
    67B4E10C
    for oracle 11g
    SQL> select lockwait from v$session where sid in (70,134);
    LOCKWAIT
    070000002FA080D8
    SQL> select kaddr from v$lock where sid in (70,134);
    KADDR
    0700000030C595C0
    0700000030C59830
    00000001108E3E58
    00000001108E3E58
    070000002FA6CB30
    SQL>
    please advise if there is any change for calculations for lockwait,kaddr for 11g.

    can you post your query with explain plan for both 9i version and 10g version.
    Thanks,
    karthick.

  • Difference between Materialised view in 10g and 11g

    Hi,
    I am beginner . I want to know the difference between Materialized view between 10g and 11g. Is there any impact if the materialized view used in 10g gets upgraded to 11g ?
    awaiting ur response.Please and Thanks

    In addition to the documentation, you might want to look at the blog of Alberto Dell'Era:
    http://www.adellera.it/blog/
    Alberto writes quite a bit about materialized views, including this important change in 11GR2:
    http://www.adellera.it/blog/2009/11/03/11gr2-materialized-view-logs-changes/

  • Difference between oracle bpm 10g and 11g

    Newbie: I am trying to understand 10g. The basic questions I have is
    1)What is the difference between 10g and 11g?
    2)What is the infrastructure & skillset needed for me to do implementation in 10g?
    3)How is migration from 10g to 11g is accomplished?
    Any resource links that would help me to get started with 10g would be appreciated.
    Chaitanya

    Hi,
    Please follow the below mentioned link to find your answer.
    Re: Main differences between oracle bpm 10.3 vs 11g
    Migration from ALBPM 5.7 to BPM 11g
    Bibhu

  • Diff between oracle 10g and 11g

    Can any one could tell me what is the main diff between oracle 10g and 11g ?
    Thanks in Advance
    Venkat

    Hi,
    You can read
    http://www.oracle.com/technetwork/articles/sql/index-082320.html
    http://www.oracle.com/technetwork/articles/sql/index-099021.html
    Anand

  • Difference-  Architenture of 10g  and 11g

    Hi All,
    Pls just let me know is ther any huge difference between architecture of Oracle 10g and 11g ?.
    Kindly suggest in very brief or just yes/no.
    Thanks,

    Nimish Garg wrote:
    There r no major difference b/w 10g & 11g Architecture
    check this link out for new features of 11g
    http://www.dba-oracle.com/oracle11g/oracle_11g_new_features.htm
    I'm sure I've mentioned before about being careful when using that site to demonstrate answers. It's notoriously lacking information and only gives partial answers, mainly because it's trying to get people to purchase the books it sells for complete answers.
    Far better would be to link to Oracle's own resources... e.g.
    http://www.oracle.com/technology/pub/articles/oracle-database-11g-top-features/index.html

Maybe you are looking for

  • Brother MFC 9700 and Canon i960 will not print under Snow Leopard

    After checking the compatibility documentation which indicated that the above printers had drivers which would work w/Snow Leopard, I upgraded to10.6. Now neither printer will work i.e. the document goes into the print queue but won't print. I've unp

  • Constant disconnect with centurytel and wrt54gs

    I set up dsl for my parents with centurytel, and linksys wireless router. they can get online fine but seems like while they are surfing it constantly drops the internet connection. if you go to 192.168.1.1 it shows disconected and you have to either

  • When starting firefox, it takes a long and gives me an error message

    When starting firefox, I wait a long time and then get the following message: A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script will complete. Script: chrome://

  • Problems with editing/opening PDF's in Acrobat X

    We have 2 situations going on with Acrobat X: 1.  We are scanning drawings on a Xerox Wide Format scanner to PDF's.  When I open them in Acrobat 8 Pro I can rotate and edit them.  When my boss opens them in Acrobat X the same file opens as a PDF/A an

  • Highlight Current Row

    Apex 4.2 Theme 21 I am able to highlight current form fields using get focus and lose focus dynamic actions. How do I highlight the current row of a tabular form or updateable report. I have tried using DA with JQuery Selector tr[headers="FEE"] (colu