ORA-00385: cannot enable Very Large Memory with new buffer cache 11.2.0.2

[oracle@bnl11237dat01][DWH11]$ sqlplus / as sysdba
SQL*Plus: Release 11.2.0.2.0 Production on Mon Jun 20 09:19:49 2011
Copyright (c) 1982, 2010, Oracle. All rights reserved.
Connected to an idle instance.
SQL> startup mount pfile=/u01/app/oracle/product/11.2.0/dbhome_1/dbs//initDWH11.ora
ORA-00385: cannot enable Very Large Memory with new buffer cache parameters
DWH12.__large_pool_size=16777216
DWH11.__large_pool_size=16777216
DWH11.__oracle_base='/u01/app/oracle'#ORACLE_BASE set from environment
DWH12.__pga_aggregate_target=2902458368
DWH11.__pga_aggregate_target=2902458368
DWH12.__sga_target=4328521728
DWH11.__sga_target=4328521728
DWH12.__shared_io_pool_size=0
DWH11.__shared_io_pool_size=0
DWH12.__shared_pool_size=956301312
DWH11.__shared_pool_size=956301312
DWH12.__streams_pool_size=0
DWH11.__streams_pool_size=134217728
#*._realfree_heap_pagesize_hint=262144
#*._use_realfree_heap=TRUE
*.audit_file_dest='/u01/app/oracle/admin/DWH/adump'
*.audit_trail='db'
*.cluster_database=true
*.compatible='11.2.0.0.0'
*.control_files='/dborafiles/mdm_bn/dwh/oradata01/DWH/control01.ctl','/dborafiles/mdm_bn/dwh/orareco/DWH/control02.ctl'
*.db_block_size=8192
*.db_domain=''
*.db_name='DWH'
*.db_recovery_file_dest='/dborafiles/mdm_bn/dwh/orareco'
*.db_recovery_file_dest_size=7373586432
*.diagnostic_dest='/u01/app/oracle'
*.dispatchers='(PROTOCOL=TCP) (SERVICE=DWH1XDB)'
DWH12.instance_number=2
DWH11.instance_number=1
DWH11.local_listener='(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=bnl11237dat01-vip)(PORT=1521))))'
DWH12.local_listener='(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=bnl11237dat02-vip)(PORT=1521))))'
*.log_archive_dest_1='LOCATION=/dborafiles/mdm_bn/dwh/oraarch'
*.log_archive_format='DWH_%t_%s_%r.arc'
#*.memory_max_target=7226785792
*.memory_target=7226785792
*.open_cursors=1000
*.processes=500
*.remote_listener='LISTENERS_SCAN'
*.remote_login_passwordfile='exclusive'
*.sessions=555
DWH12.thread=2
DWH11.thread=1
DWH12.undo_tablespace='UNDOTBS2'
DWH11.undo_tablespace='UNDOTBS1'
SPFILE='/dborafiles/mdm_bn/dwh/oradata01/DWH/spfileDWH1.ora' # line added by Agent
[oracle@bnl11237dat01][DWH11]$ cat /etc/sysctl.conf
# Kernel sysctl configuration file for Red Hat Linux
# For binary values, 0 is disabled, 1 is enabled. See sysctl(8) and
# sysctl.conf(5) for more details.
# Controls IP packet forwarding
net.ipv4.ip_forward = 0
# Controls source route verification
net.ipv4.conf.default.rp_filter = 1
# Do not accept source routing
net.ipv4.conf.default.accept_source_route = 0
# Controls the System Request debugging functionality of the kernel
kernel.sysrq = 0
# Controls whether core dumps will append the PID to the core filename
# Useful for debugging multi-threaded applications
kernel.core_uses_pid = 1
# Controls the use of TCP syncookies
net.ipv4.tcp_syncookies = 1
# Controls the maximum size of a message, in bytes
kernel.msgmnb = 65536
# Controls the default maxmimum size of a mesage queue
kernel.msgmax = 65536
# Controls the maximum shared segment size, in bytes
kernel.shmmax = 68719476736
# Controls the maximum number of shared memory segments, in pages
#kernel.shmall = 4294967296
kernel.shmall = 8250344
# Oracle kernel parameters
fs.aio-max-nr = 1048576
fs.file-max = 6815744
kernel.shmmni = 4096
kernel.sem = 250 32000 100 128
kernel.shmmax = 536870912
net.ipv4.ip_local_port_range = 9000 65500
net.core.rmem_default = 262144
net.core.rmem_max = 4194304
net.core.wmem_default = 262144
net.core.wmem_max = 1048586
net.ipv4.tcp_wmem = 262144 262144 262144
net.ipv4.tcp_rmem = 4194304 4194304 4194304
Please can I know how to resolve this error.

CAUSE: User specified one or more of { db_cache_size , db_recycle_cache_size, db_keep_cache_size, db_nk_cache_size (where n is one of 2,4,8,16,32) } AND use_indirect_data_buffers is set to TRUE. This is illegal.
ACTION: Very Large Memory can only be enabled with the old (pre-Oracle_8.2) parameters

Similar Messages

  • ORA-02298: cannot enable name - parent keys not found

    Hi All,
    I got this problem while creating Foreign Key constraints ORA-02298: cannot enable name - parent keys not found. How to rectify this problem

    alter table WORK_APPROVAL_DETAILS
    add constraint FK_WRKAPPR_AUTH_APPR foreign key (APPROVER_CODE, PCC_INFO_CODE)
    references AUTHORIZED_APPROVERS (APPROVER_CODE, PCC_INFO_CODE);
    WORK_APPROVAL_DETAILS:
    inspection_id     number(16)               
    work_code      varchar2(18)               
    approver_code     varchar2(12)               
    approver_remarks     varchar2(200)               
    approval_date     date               
    role_code     char(2)               
    reference_no     varchar2(50)               
    pcc_info_code     varchar2(9)               
    status_code     number(4)
    AUTHORIZED_APPROVERS
    approver_code     varchar2(12)               
    approver_name     varchar2(30)               
    dept_code     varchar2(3)               
    desg_code      char(2)               
    is_active     char(1)               
    address     varchar2(250)               
    role_code     char(2)               
    created_by     varchar2(20)               
    created_date     date               
    pcc_info_code     varchar2(9)               
    qualification     varchar2(50)               
    experience      varchar2(25)

  • ORA-14291: cannot EXCHANGE a composite partition with a non-partitioned ta

    How do I resolve the below issue. I need to create a temp table and then do a exchange partition to the temp table using certain condition . The main table
    edc.edc_log_test has partition and subpartition. I used the below sql to create the temp table. How can I create the temp table with partition so that I do not get the mentioned error.
    edc.edc_log_test has
    PARTITION BY RANGE(CAPTURE_DATE)
    SUBPARTITION BY LIST(TRAN_NBR)
    l_ddl := 'create table ' || p_object_owner_in || '.' ||
    p_part_subpart_name || ' as select * from ' ||
    p_object_owner_in || '.' || p_object_name_in || ' where 1=2';
    l_ddl := ' ALTER TABLE ' || p_object_owner_in || '.' ||
    p_object_name_in || ' EXCHANGE PARTITION ' ||
    p_part_subpart_name || ' WITH TABLE ' ||
    p_object_owner_in || '.' || p_part_subpart_name ||
    ' EXCLUDING INDEXES WITHOUT VALIDATION '; *
    ORA-14291: cannot EXCHANGE a composite partition with a non-partitioned table

    The subpartitioning scheme of the composite partitioned table must be matched by a partitioning scheme on the temporary table.
    In your case you need to list partition your temporary table on TRAN_NBR

  • Update Portal with new Web Cache location

    Hi!
    We are trying to move our front-end WebCache to a new server. The Web Cache seems to work allright, but I can't get Portal to access the Web Cache.
    After moving the Web Cache I've updated the Portal Web Cache Settings in IAS console's portal:portal instance. OC4J_Portal and portal:portal are running and are not showing any errors in IAS console. When I try to access Web Cache through Portal administrative page i get an error saying WWC-40019 "Could not open web cache connection". The URL Portal uses to access Web Cache admin page i.e. is wrong.
    I need some help finding the appropriate way to configure Portal with the new Web cache addresses.
    Thank you!
    Best regards
    "Heyers"

    Portal PM, I thought you said that this solution would not work. Everyone I have heard so far has said that you cannot configure webcache to work with Portal documents. Does this work or does it not?
    Read the messages below from the bottom up.
    It's not possible to do that today.
    In 9.0.2 (the next release) we will be using WebCache configured out of the box so you won;t need to, however, till then you cannot use webcache with Portal 3.0.x
    Thanks
    Portal PM
    Title : re:Oracle Portal with Oracle Web Cache O/S : N/A POST: REPLY (W/QUOTE)
    Author : Agus Jaelani Type : Question
    Date : Feb 4, 2002 23:11 PT
    please try using this configuration on http.conf
    Port <webcache port>
    Listen <apache listen port>
    ServerName <webcache hostname>
    you must running ssodatan script again.
    Note :
    this config only make portal work together with webcache.
    Title : re:Oracle Portal with Oracle Web Cache O/S : N/A POST: REPLY (W/QUOTE)
    Author : Krzysztof Jungowski Type : Question
    Date : Feb 5, 2002 06:58 PT
    Thanks a lot. It works.
    best regards
    Krzysztof Jungowski

  • ORA-00830: cannot set statistics_level to BASIC with auto-tune SGA enabled

    Hi Experts
    I get this error message when I try to set statictics_level parameter to basic.
    Solution says to disable auto-tuning SGA. Fine, but how can I disable it? I cannot fine any system parameter similar to it.
    thanks
    Attila

    It means you need to remove SGA* parameters from your pfile and start tuning the instance manually with SHARED_POOL_SIZE and DB_CACHE_SIZE and other parameters.

  • Hugemem Kernel with Very Large Memory

    Hi All,
    OS:-Red Hat Enterprise Linux AS release 4 (Nahant Update 7)
    Oracle Version:-Release 10.2.0.1.0 (32 bit)
    SGA:-2400M
    PGA:-1024M
    Kernel:-2.6.9-78.ELhugemem
    MemTotal: 8307568 kB
    We were currently have 8GB of RAM but we are able to use 3.4G. So we have upgrade the Kernel to Hugemem Kernel
    in order to use the remaining memory.
    Please can anybody share the require step need to accomplish the use to remaining memory.
    Thanks
    Jamsher

    Currently i am reading the following document
    http://download.oracle.com/docs/cd/B28359_01/server.111/b32009/appi_vlm.htm#CACFBJGF
    But i have a doubt
    mount -t shm shmfs -o size=20g /dev/shm
    In this step how much memory i need to allocate as i have 8G
    Please suggest.
    Regards
    Jamsher

  • Cannot enable SNC in SAPlogon with alternative IP address in SMLG groups

    Hello everyone,
    I am looking for someone who has overcome the following situation: 
    We run SAP Enterprise on Unix (640 kernel).  The systems have 2 networks - one for internal server communications and one for end-user connections.  This requires that in our production logon group (multiple servers) that we specify the end-user IP address as an alternative IP in SMLG (otherwise SAP returns the internal network IP to the client).
    However, when I try to enable SNC in SAPlogon to the production logon group, the "enable SNC" flag is grayed out.  I have also tried to manually configure the entry in saplogon.ini.  This results in a logon balancing module error.  All of this seems to be described in OSS note 913356.  The note is not very clear, but seems to list a corrected kernel level for version 4.6D.  Thinking that this might be true for 640, I updated the kernel to 640 patch 159.  This did not resolve the problem.
    I should also state that direct saplogon connections to production with SNC do work.  The problem appears to be in the logon module.
    Has anyone else experienced this situation?  Any help would be highly appreciated.
    Paul
    Basis Admin, Medrad

    > Hi Paul,
    >
    > I would read the note like SNC only being available
    > starting with NW2004s (700 kernel).
    >
    > Regards, Patrick
    Saying that "SNC is only available starting with NW2004s" could be missinterpreted. Instead, I think it is better to say that "When using load balancing with SNC, for logon to SAP, and using an alternative IP address only works out-of-box with NW2004s". We have many customers using SNC authentication products with load balancing on releases prior to NW2004s, so this patch must be required only because of the alternative IP address being added to the logon group configuration.
    Thanks,
    Tim

  • Getting very large application with LVOOP

    Hello to everybody
    I'm programming a quite large application using LVOOP. The application will later be split in several dll's which are called by a C++ main program, so instead of having a large 6MB executable I expected to have  a  few smaller dll's up to a size of 1MB. Using a "by reference approach" using objects stored in queues everything seems to work, however I noticed that as soon as an exported VI is a member of class the resulting dll will compile all the other members of the class and include that code in the dll. So even an empty(!) VI exported to a dll will have a size of about 4MB. If I drag the VI out of the class the VI still has somehow the class information stored inside the VI and the resulting size of the dll will be the same. I'm wondering if anybody can confirm this strange behaviour (?). Since the application must be transmitted over slow analog modem lines the application size matters and I might be forced to recode my application using GOOP, something I basically want to avoid. Also compiling takes a very long time.
    Alex

    Hi Alex,
    this seems to be normal behavier, all members of a class will be included in the dll. In addition you have to take care about your parameters, LabVIEW objects can only be processed inside the dll. Classes cannot be transfered as output parameter to your C/C++ development environment, using conventioal datatypes as parameter is possible.
    regards,
    Nikolai

  • Very large memory size in process window

    I am new to the Mac OS X and in Windows, win explorer never takes any more than 100mb of memory in my processes window, why is it that when i am only surfing one site or no sites but safari is running on the dock, that my memory size is >256mb?! That is just a little to much memory for one program to be taking up considering I only have 512mb.

    Hello Applesr4eva:
    Welcome to Apple discussions.
    This is a very good knowledge base article that discusses OS X memory utilization:
    http://docs.info.apple.com/article.html?artnum=107918
    Don't compare Windows with OS X. OS X uses sophisticated algorithms to manage both real and virtual memory resources. My advice to you would be to forget it unless you are having performance problems. I am running a G4 with 512 MB and it does not breathe hard unless I use processor intensive applications (rare for me in my home computing environment).
    Barry

  • ORA-01446: cannot select ROWID from view with DISTINCT, GROUP BY, etc.

    Hi,
    I have created view by joining two tables...And it is like this...
    Create view Test_Data as
    Select t.column1, t.column2, t.rowid from table1 t
    union s.column1,s.column2, s.rowid from table2 s
    with read only...
    Now I executed the following stmt...
    Select * from Test_Data where rowid = objid_ where I am passing the objid_ value...But it gave me the above error...can not I run this select stmt using the rowid ?
    Any input is highly appreciated...
    Thanks And Best Regards,
    /Dinesh...
    Hi All Again,
    I created the view in the following way...Just to check...
    CREATE VIEW my_view AS
    SELECT t.col1 col1,
    t.col2 col2,
    t.rowid objid
    FROM table1 t
    WHERE rownum < 400
    UNION
    SELECT q.col1 col1,
    q.col2 col2,
    q.rowid objid
    FROM table2 q
    WITH read only;
    Then I executed the following stmt...
    Select * from my_view where rowid = objid_
    Then I did not get that Oracle Error ORA-01446, Does anybody have any clue regarding this matter, i.e. how the use of rownum solve this prob...
    Thanks And Best Regards,
    /Dinesh...
    Edited by: user521478 on Aug 9, 2010 4:46 PM

    Check this:
    SQL> create view my_view as select rowid rd from dual;
    View created.
    SQL> select * from my_view;
    RD
    AAAACsAABAAAAGiAAA
    SQL> select * from my_view where rd = 'AAAACsAABAAAAGiAAA';
    RD
    AAAACsAABAAAAGiAAA
    SQL> So your create view statement should be:
    Create view Test_Data as
    Select t.column1, t.column2, t.rowid rd from table1 t
    union s.column1,s.column2, s.rowid from table2 s
    with read onlyThen try:
    Select * from Test_Data where rd = objid;Edited by: AP on Jul 28, 2010 2:19 AM

  • Ora-00385

    hi
    my physical ram is 8gb
    oacle 10g Rel2 -32bit
    windows 2003 EE
    I have cofigured PAE .even then when i give the vlaue of
    db_cache_size as 1gb ,i get an error
    'ora-00385 cannot enable very large memory with new buffer cache parameters'
    help me solve this problem
    regards

    Description for this error says:
    Error:     ORA-00385 (ORA-385)
    Text:     cannot enable Very Large Memory with new buffer cache parameters
    Cause:     User specified one or more of { db_cache_size ,
         db_recycle_cache_size, db_keep_cache_size, db_nk_cache_size (where
         n is one of 2,4,8,16,32) } AND use_indirect_data_buffers is set to
         TRUE. This is illegal.
    Action:     Very Large Memory can only be enabled with the old
         (pre-Oracle_8.2) parameters.
    In my opinion that means, parameters like DB_CACHE_SIZE are not allowed in combination with VLM, you have to use old parameter DB_BLOCK_BUFFERS. You may ask Oracle support for clarification.
    Werner

  • Cannot get printer to connect with new pc

    I had my HP photosmart plus B209a hooked up to my old computer via usb cable.  All was good.  Now I have a new Dell pc and I hooked up via the usb cable but cannot get it to be recognized by the pc.  Configuration report say network status: offline     Wireless status: disabled   port 9100, mDNS, SLP, microsoft web service ws discovery and ws print status all are enabled.   Not sure how to proceed.  Thx.

    Hello kitters4, and welcome to the HP Forums, I hope you enjoy your experience!
    I see you are having issues connecting to your computer.  I would love to try and help you, but I do need a little information first. I am linking a few HP Support documents below that will show you how to find which operating system you are using. Also, if you're using Windows, please include whether your operating system is 32-bit or 64-bit. With this information we can provide you with accurate information.
    Mac OS X: How Do I Find Which Mac OS X Version Is on My Computer?
    Which Windows operating system am I running?
    Is the Windows Version on My Computer 32-bit or 64-bit?
    Good luck and please let me know the results of your troubleshooting steps. Thank you for posting on the HP Forums!
    Please click “Accept as Solution " if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks" for helping!
    Jamieson
    I work on behalf of HP
    "Remember, I'm pulling for you, we're all in this together!" - Red Green.

  • Cannot sync iphotos or itunes with new iphone

    I have just purchased a new iphone, which I have synced with my MacBook Pro using itunes. I have also authorised the computer from the 'Store' drop down menu.
    After connecting the iphone with the provided usb and dock I have successfully synced all my contacts, calendar, bookmarks and mail accounts but when i try and sync the iphotos and itunes it fails with the message 'The iPhone "iPhone" cannot be synced. You do not have enough access privileges for this operation'.
    As I have more than 14gb free and the iphoto folder I am trying to import is very small I don't understand the problem. Can anyone help?
    Thanks,
    Carl

    ok finished verifying and repairing disk permissions with Disk Utility but I still get the same message.
    with regards to the permissions setting via finder, I'm not sure what i need to check but there's nothing obviously wrong. It's currently set to read & write
    I restored the factory settings and still it failed to load iphotos and I still get the same message. Within ITunes should it list photos under the DEVICES list as it currently shows Music, Movies, TV Shows & Ringtones.
    On the plus side however, I have managed to load itunes now. Not sure why I can't seem to do the same with iphotos?

  • Cannot find shared windows printer with NEW macbook running leopard HELP!

    I just bought a new Macbook this past week. Woo Hoo. I love everything about it with the exception of file sharing and printer sharing. I have a less than one year old pc running vista that is connected to a hp 1300 series all in one printer. I can not even find this printer anywhere on the mac. i have been able to connect to my pc server via the ip address and share files this way. I am at a loss and really have no knowledge of mac. it is really disheartening, as I had way less trouble setting up windows networks for my roommates in college.
    Also, as a side helper, how can I setup a shared folder that can be accessed from both the mac and the pc. I would like something that I can set on the desktop of both in order to share files better and more efficiently than connecting to a server everytime I want to do this. Please help, and explain as if I am as stupid as I appear.
    Thanks.

    Here are two articles that may help:
    Mac OS X- Cannot locate a shared Windows printer.
    Mac OS X 10.5- Compatibility with Windows-shared printers.

  • HT201269 cannot get computer to sync with new i5s

    just got a new i5s upgrade from i4  cannot get computer sync the new phone or transfer old data...tried setting as new phone old phone and every other option available...anyone what i'm doing wrong

    Charge overnight with the charger that came with the iPad.  Then, connect to the computer and determine if you can sync.
    Charging from the computer is "iffy" as many USB ports (especially on Windoze machines) do not put out sufficient current to charge the iPad.

Maybe you are looking for

  • How can I do this input help in the Input ready query

    Dear all, Do you konw this function? The following steps is that: 1,I create the Input ready Query. 2,I can insert the new record. 3,I can use the input help for the characteristics. 4,When I double the space, I got the pop-up for input help. 5,I wan

  • Using DISTINCT to filter SQL queries

    Hello, I am new to the forums here, and need help with a SQL query. I am trying to do something like this: SELECT `comment_ID` , `comment_author_email` , `comment_subscribe` FROM `wp_comments` FOR DISTINCT(comment_post_ID) WHERE `comment_subscribe` =

  • SQL Query Assistance Required for Full Outer Join

    Hi, Lets say I have two tables, i.e: TAB_A (colA1, colA2, colA3, colA4) TAB_B (colB1, colB2, colB3, colB4) where colB2 is a FK to colA1 I am after an SQL query that will cater for both the following two scenarios. Scenario 1: TAB_A has two rows of da

  • Approval of Terms & Conditions

    Terms and Conditions are often integral processes in forms submissions.  Does FormsCentral have an elegant way of acheiving this in a way that meets strict legal standards.  I can think of a few different ways of achieving this result, but would rath

  • Viewing flash content in Safari?

    Hi, I have a ipod touch. Does anyone know how I can view flash content in Safari? Is it available yet by Apple? Thanks.