ORA-02786: Size needed for shared region is greater than
segment size



ORA-02786: Size needed for shared region is greater than segment size..

Answer / guest

Cause: The size of the shared segment that was specified for
the shared buffer region is less than the number of bytes
required. The first field of the "additional information"
field is the size needed. The second is the size of the segment.

Action: Use a larger size segment or let the package
allocate its own.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

TNS-12154: TNS:could not resolve the connect identifier specified

1 Answers  


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...

1 Answers   IBM,


LPX-00121: undefined notation "~S"

1 Answers  


DRG-10800: query failed: string string string

1 Answers  


PCC-02397: VARCHAR declarations not permitted in #include file

1 Answers  


QSM-01065: materialized view, string, cannot compute measure, string, in the query

1 Answers  


RMAN-04011: recovery catalog database Password:

1 Answers  


UDE-00010: multiple job modes requested, string and string.

1 Answers  


NNO-00615: disabling DEFAULT-FORWARDERS-ONLY mode

1 Answers  


PCC-02450: Cursor was not declared in scrollable mode

1 Answers  


SQL*Loader-00251: Sort devices are not used by SQL*Loader

1 Answers  


ORA-29524: wrong types of arguments in call to 'string'

1 Answers  


Categories