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



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

Answer / guest

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.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

Hi guys, I have four tables those are emp,dept,eliminate and uneliminate. i wrote small cursor..when i run, it display one error (ORA-01403 nodata found)... The query is: Declare cursor c1 is select e.ename emp_name from emp e,dept d where e.deptno=d.deptno group by deptno; r1 c1%rowtype; test_emp varchar2(200); begin for r1 in c1 loop begin select eliminate_emp into test_emp from eliminate t,uneliminate ut where t.number=ut.number and t.deptno=e.deptno and rownum<1; end; dbms_output.put_line(r1.emp_name); end loop; end; Thanks...

0 Answers   IBM,


ORA-21526: initialization failed

1 Answers  


RMAN-08547: channel string: no autobackups found in the recovery area

1 Answers  


ORA-21779: duration not active

1 Answers  


ORA-25447: encountered errors during evaluation of rule string.string

1 Answers  






PLS-00377: internal type PLS_INTEGER is not included in this release of PL/SQL

1 Answers  


ORA-07703: error in archive text: need '/' after device type

1 Answers  


QSM-01104: query is using flashback

1 Answers  


ORA-14458: attempt was made to create a temporary table with INDEX organization

1 Answers  


NNL-00013: not performed, permission denied for supplied password

1 Answers  


DRG-12016: The target document for this operation has moved - continue?

1 Answers  


ORA-32145: Environment not specified

1 Answers  


Categories